2
votes
Generate Headers - a utility package for validating and auto generating userscript manager headers
feature-request
I would like an option to have the generator expand a single match argument to all known Stack Exchange domains.
So for example -m "https://*.stackexchange.com/reviews/*" -...
rene♦
- 2,662
1
vote
Helper module for SE API for Nushell
seAPI/mod.nu:
def rootEndpoint [ ] {
let key = (
if 'STACK_API_KEY' in $env {
$env.STACK_API_KEY
} else {
""
}
)
{
scheme:...
1
vote
Calling SE APIs with Nushell (basic overview)
An example of handling results with multiple pages (taken from my Stack Overflow answer - Refer to that answer for the full explanation):
mut questions = []
for page in 1.. {
print $"Retrieving ...
1
vote
Generate Headers - a utility package for validating and auto generating userscript manager headers
feature-request
The package.json needs to exist and the required properties need to have a value. While it is documented it is easily overlooked.
My use case is slightly different. I wanted to ...
rene♦
- 2,662
Only top scored, non community-wiki answers of a minimum length are eligible