Stefan Judis

Results 141 comments of Stefan Judis

Oh man, I'm so sorry Jon. The PR is high on my todo-list. Sorry. :/

> having a "other collections" (or so) tag? I have no strong feelings about it but I believe, I'd like to keep it separated from the tags to keep focus...

@revolunet welcome to Tiny Helpers and thanks a bunch for contributing! :) Quick question, why did you remove the other file? I'm happy to accept your Tiny Helper and just...

Here we go: ``` curl 'https://fooo.stefanjudis.com/api/collect' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate,...

Thanks Andreas. 😊 Could you explain to me when I should use this helper? I'm not sure I understand. Also, could you please update the `desc` to match the convention?...

Thanks for bringing this up – I thought about this already, too. I'm planning to implement two things: ## Implement my favorites (short term) I'm planning to mark my favorites...

@kotzendekrabbe A link to `/`. :)

Works for me. :)

> To be honest, I have no experience with netlify but I am always open to new stuff. Define a build process `netlify deploy` and that's it. ;) > and...

Well... we have all logic sitting in `app.js` to render HTML. Shuffling a bit of code and exchange `res.send` with `fs.writeFileSync` should do the job (I guess)? :D I'd just...