Benjamin Lupton
Benjamin Lupton
Hey @andreasbernhard are you still carrying the torch on this? Or shall we find a new maintainer?
As I'm no longer interested in programming, someone else should take this over. If you are a developer with some reputation behind you. You can request push access to the...
I've created my app: ``` https://developer.twitter.com/en/portal/projects/redacted/apps/redacted/settings ``` It has all the permissions: It has fresh keys generated on: ``` https://developer.twitter.com/en/portal/projects/redacted/apps/redacted/keys ``` I do: ``` bash rm ~/.twurlrc* twurl authorize -c...
It could be nice if we could just pass one object, that contains a `tag` and `children` properties, like so: ``` javascript h({ tag: 'a', class: 'prev', href: prev.url, children:...
https://github.com/bevry/badges renders dozens of badges for mostly readmes https://github.com/bevry/projects automatically updates readmes and other meta and package files to keep them up to date - including badges
https://www.tradingview.com/blog/en/webhooks-for-alerts-now-available-14054/ Seems `open-ended` has also been added, which lack was the cause of the abandonment. Implementation details can be sourced from the [similar work](https://github.com/search?q=tradingview+webhook): - https://github.com/Robswc/tradingview-webhooks-bot - https://github.com/CryptoMF/frostybot - https://github.com/modster/lilBot...
https://github.com/bevry/valid-module
Just realised I hadn't yet created an issue for this, besides it being confirmed to come. Here is the current plan. [Event Emitter Grouped](https://github.com/bevry/event-emitted-grouped) events: - `reset` - `load` -...
`` will output the file in a syntax code block, and replaces `require('./')` with `require('the-package-name')` - useful for including example code files `` will output the file in a syntax...