Luciano Mammino
Luciano Mammino
Some hints received by the NodeJs community: - [ ] Reduce the size of the `Flickr` class (http://blog.izs.me/post/48281998870/unix-philosophy-and-node-js) - [ ] `Flickr` class methods `getSetInfo` and `getSetInfoPage` can be unified...
Some reflections: - The entire flow of events can be re-architected using streams - The output should be able to list all the download file to allow composition with other...
Make it possible to install pre-compiled binaries through `npm install -g`. Possible guides: - https://blog.woubuc.be/post/publishing-rust-binary-on-npm/
Allow pre-compiled binaries to be installed directly from brew: e.g. ```bash brew install lmammino/repo/jwtinfo ``` Guides: - https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap - https://docs.brew.sh/Taps - https://docs.brew.sh/Bottles (precompiled binaries)
## 🚀 Feature Proposal As proposed by @Eomm in #160: > When you switch version in a page (like decorators for ex), the user is sent to the TOC, could...
This PR implements a feature that allows us to pin specific organisations in the home page and in the organisations' page so that they will always be displayed first and...
In case we want to enable Google Analytics in the tracking. @mcollina, if you want this, once you have a tracking id associated to fastify.io, you simply need to update...
https://cookieconsent.insites.com/ References #11
`apiKey` and `secret` options in the config file should be made optional and default to something like `process.env.GODADDY_DNS_API_KEY` and `process.env.GODADDY_DNS_SECRET` respectively. This will allow to have an alternative (and more...