Aarni Koskela
Aarni Koskela
### Name and Version ``` build: 4205 (c6bc7395) with Apple clang version 16.0.0 (clang-1600.0.26.3) for arm64-apple-darwin23.6.0 ``` ### Operating systems Mac ### Which llama.cpp modules do you know to be...
### Summary When I visited my company's (@valohai) pricing page in Ladybird, I noticed some of our images are rendered grottily compared to Chrome. (We're changing those images to SVG,...
This PR upgrades to Manifest V3 (fixes #52), since Manifest V2 support in Chrome is going the way of the dodo. On the way, it * upgrades bits and bobs...
Heya, I'm wondering how to speed things up for an application that will likely need full-screen updates most of the time. I have an [ESP32-C6-DevKitC-1](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html) and a [WaveShare 280x240 1.69"...
This adds `--input-style` for `llm prompt`, which lets the operator choose how input from stdin is passed to the prompt. For `llm prompt "describe this"` and `input from stdin` as...
This PR updates Ruff, configures the target line-length to 95 (strikes a balance between the current line lengths in the repo and readability), and formats `babel/`. Some artful `# fmt:...
(even if the text is further away) Fixes #1195.
This is related to #1202 – the deeply nested `os.path.join()` would have formatted quite poorly, so it felt like a good idea to unnest it – and then I noticed...
> I did some digging and we get `Hawaii-Aleutian Standard Time` instead of `GMT-10` here because of this fallback to the long tz name: > https://github.com/python-babel/babel/blob/2b93a4a2b8fcc51e530c28a94b55485ad0c0a50e/babel/dates.py#L659-L662 > When I get...
As #1154 reported, Babel would choke trying to parse a plural expression that is but a template. After this, such templates can be parsed and manipulated, but may have strange...