Benjamin Lupton

Results 459 comments of Benjamin Lupton

As a way to solve the different file naming, I'm looking into client-side CDNs that use the npm registry, as a way to deliver the bundled files, rather than bundling...

I've ended up adopting teip quite heavily inside https://github.com/bevry/dorothy - a cross-platform dotfile ecosystem - and noticed that on arm devices (such as my raspberry pis) it needs to download...

Microsoft has a cross-platform builder for ripgrep, maybe that will be helpful: https://github.com/microsoft/ripgrep-prebuilt

> Super odd. I expect this is going to be a trivial and annoying question, just want to confirm that the ID _is_ accurate in the post, right - you’ve...

As an aside, it seems that [`jq`](https://github.com/stedolan/jq), [`json`](https://www.npmjs.com/package/json), and node.js round `1348265755771506690` up to `1348265755771506700` ``` > echo '[{"id": 1348265755771506690}]' | jq '.[].id' 1348265755771506700 > echo '[{"id": 1348265755771506690}]' | json...

> At the moment I strongly suspect this issue is related to [twurl not working well with Ruby v3](https://github.com/twitter/twurl/issues/159), rather than the ID and large numbers thing. I don’t currently...

so I did up a gist over at: https://gist.github.com/balupton/c807a9be215723f0e849697097b99a50 I'm not actually sure this suggestion results in better code, it sure makes understanding the hierarchy easier, but it does double...

Perhaps we should cc the creators of the other libraries into this as well?

why would events need to be seperate? they'd just be anything with an `on` prefix... right?

Some thoughts on combining this with vhs my project is @bevry/dorothy which is a dotfile ecosystem and has hundreds of commands to make terminal life easier. These commands have help...