Bret Comnes
Bret Comnes
Maybe we can add a third value like indexKey to createReadStream? Would that cut it? iirc I copied the original design from Julian Grubers module.
You can add if your want. Otherwise I can try and take a look this week
Ran across this issue today, the console.log breaks stdout when piping to other tools that expect a Browserify bundle piped into them.
Yup! Thats the idea
Yeah if you feel up to it! The bulk of the work would probably be in https://github.com/bcomnes/async-neocities.
Basically, the goal is to see what the API is saying when it rejects file which I get a lot of reports when people try to upload filetypes that are...
In the async-neocities repo, if you set a config.json in the root of the repo and add an API key like this: ``` { "token": "1234qwer" } ``` But using...
Is that available in the API? Open to adding it if so.
So the important files are the ones that upload last? What about being able to provide an array of strings that can be used in a sort predicate that are...