oliverpool

Results 166 comments of oliverpool

Your screenshot seems to show another extension. Can you search for `php-cs-fixer.executablePath`? (Or add it manually under `.vscode/settings.json`)

Sure, that's a good idea! I did the same in my readme :smiley:

Concrete example: the website of a german scout troop, generated with astro and [astro-imagetools](https://www.npmjs.com/package/astro-imagetools): On this page https://www.dpsg-toelz.de/aktuell/2023/ankuendigung-foehnsturm-2023/ : - the [original PNG image](https://www.dpsg-toelz.de/assets/flyer-f%C3%[email protected]) is 2MB. - When loaded (if...

From glancing over the code, I think adding `srcset` support would mean modifying 2 files (+ tests): https://github.com/CloudCannon/pagefind/blob/e6de8bf4e78e8838403d9b1cb3adb7f1e9a6ff30/pagefind/src/fossick/parser.rs#L398-L404 https://github.com/CloudCannon/pagefind/blob/9db07e3065240e97c6f6c41f72ca2a118b8e3426/pagefind_ui/default/svelte/result.svelte#L32-L33

Thanks for this hint regarding `data-pagefind-meta`, I will try to do some hacking around the build process to try to extract the `srcset`. Another advantage of using `srcset` is for...

@adamyanliev any update on this topic?

I am creating a package for a songbook (similar to [patacrep](https://github.com/patacrep/patacrep), which is based on LaTeX + [Songs](https://songs.sourceforge.net/)) and needed something similar. Here is my current stance: https://codeberg.org/pfad.fr/typst-songbook/src/branch/main/autobreak.typ When using...

My `autobreak` function fails when there are too many occurrences.. I would be grateful for ideas or suggestions in https://github.com/typst/typst/discussions/4530 (adjusting https://github.com/typst/typst/issues/993#issuecomment-1939361518 takes me further, but the underlying issue is...

According to https://bugs.chromium.org/p/chromium/issues/detail?id=1322417 the main culprit seems to be WASM. Having a pure JS implementation (as suggested in #20) might mitigate this.

I have have a WIP for a simpler ssh agent: https://git.sr.ht/~oliverpool/go-moolticute/tree/agent It works (`mc-agent -- ssh-add -L` to list the identities for instance), but it needs some polishing to arrive...