acheronfail

Results 89 comments of acheronfail

> @acheronfail, could you use the output.html.additional-js array in book.toml to inject a piece of javascript which will inject HTML into the page when loaded? That's probably a better option....

~~To give a clearer context on what I'm doing, I have a file which contains a list of templates:~~ ```json [ { "template": "__HOST__", "fallback": "10.10.14.1" }, { "template": "__PORT__",...

With this as the diff: ```diff diff --git a/package.json b/package.json index 2a6374a..359f6d1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@mapbox/node-pre-gyp": "^1.0.5", "async": "^3.0.1", - "node-addon-api": "^3.0.2"...

I believe that error is because you're building with node 20, but this package only supports node 18 as per the README. However, I get a similar error when building...

It's okay for there not to be prebuilt arm64 assets, as long as the fallback build script can build it locally. This works for me on node `18.18` (on arm,...

Good suggestion, I have roughly implemented this in the [`rg-replace-flag`](https://github.com/acheronfail/repgrep/compare/master...rg-replace-flag) branch. One question for you: if `-r/--replace` is passed, should `rgr` start in the "select matches" mode, or the "input...

This tool just sends ANSI colours, it's not choosing the colours specifically. But they are tailored towards dark backgrounds with the current setup... I'll have a look at this and...

My two cents here: I would love to have speed-based pushback/buzz, to limit the speed on the wheels when I let my kids/friends use the board. That said, I disagree...

I’ll definitely try this out sometime this week - thanks for that. I’m happy to clone and build https://github.com/buestad/refloat/tree/speed_pushback myself. 👍