Phileas Lebada

Results 16 comments of Phileas Lebada

I'm also affected by this and can't figure out a way to get https working. My gut-feeling is that the `url` is passed at a later stage than the httpi...

Just in case someone needs an easy one-shot solution to display bundler-audit's output in a browser you (just the colors) you can do something like this, which results in a...

https://github.com/bulletmark/libinput-gestures You can use [libinput-gestures](https://github.com/bulletmark/libinput-gestures?tab=readme-ov-file) for that functionality. It can also be combined with `swaymsg`. `~/.config/libinput-gestures.conf` ```conf gesture swipe up volumectl +1% gesture swipe down volumectl -1% gesture swipe left...

Thanks for pointing me to the right line, I was already reading the `NewImageFromDir` func today, but didn't notice the obvious todo. I'll see if I can make a working...

That's actually a very good point since there are at least `contexts` configured for pushing the release docker images.

The `registry.dat` is just a json converted a binary format and is used as a cache by elm-compiler itself see their source https://github.com/elm/compiler/blob/047d5026fe6547c842db65f7196fed3f0b4743ee/builder/src/Stuff.hs#L149 I've updated the README in #51 including...

Works for me properly when I run `alejandra -c *.nix` and `alacratty` with a light theme. I guess the ticket can be closed.

> Questionable privacy/security The current implementation of "preview in page" is also not secure? Or are the dom-insertions invisible for the website itself? (If I go to inspect page, and...

Note: doing `apk add --no-cache chromium` in an Alpine Linux Dockerfile almost yields to the same size as `chromedp/headless-shell` (so around 300MB)

Oh I'm sorry for making you test it yourself, didn't realize it was growing so much with the more recent versions. Thanks for checking and providing the build!