Hugo
Hugo
Yeah this is one for @wesbos he needs to give dangerJS the right permissions
@davidak I think I saw a comment by Wes that part of the goal for awesome-uses is to allow people to learn git/be introduced to open source, maybe his opinion...
Looks good to me
@sam-cross We can do this using Netlify Functions, would need some sort of database of course & authentication.
To stick with the mainly static mentality: - GitHub oauth - FaunaDB or Netlify Forms for persistence - Couple of backend functions to stitch it together
For anyone else like me who was trying to get transpilation to ES5, I've used [swc](https://github.com/swc-project/swc) successfully as per this comment: https://github.com/evanw/esbuild/issues/182#issuecomment-646297130 (thanks @evanw ). It's a magnitude faster than...
I've got an example repo for express request/response mocking at https://github.com/HugoDF/mock-express-request-response (and matching blog post but that's enough self-promotion) I guess the patterns shown there can also leverage jest-express (although...
Thanks for the swift reply @yaronn. Any pointers on how you would go about implementing it? From the other chart type implementations I'm guessing some canvas plotting would do the...
For local, could use mkcert https://github.com/FiloSottile/mkcert and then letsencrypt for deployed version?
@sprankhub I've not been able to dedicate much time to this project, if you're able/want to work on a PR I'm happy to assist.