Shish
Shish
Status quo as of this writing: If a function needs a safe wrapper in 8.1, but is natively safe from 8.2 onwards, then we generate a safe wrapper for 8.1...
When the auto-regen workflow updates the files, it doesn't clear the cache, so any new PRs will still use the old cached data and report that they are out of...
Not sure if y'all're aware, but as a git-compatible version control system with heavy emphasis on stacked diffs, this seems relevant to Sapling's goals :) https://lore.kernel.org/git/CAESOdVAspxUJKGAA58i0tvks4ZOfoGf1Aa5gPr0FXzdcywqUUw@mail.gmail.com/T/#u (I have no specific...
## Bug description Small project which includes this issue: https://github.com/shish/esp-ping-leds/ (Includes a vscode devcontainer for self-contained build) Code in question: ``` fn ping(host: Ipv4Addr) -> anyhow::Result { let mut pinger...
pydantic was raising a deprecationwarning that I couldn't figure out how to silence, switching APIs was easier...
I feel like the correct thing to do is use the official artists / track names in the tags file, and update the search code to ignore diacritics? Keeping track...
Trying this out in practice, it isn't so useful (most artists only appear once, etc), and just makes the UI messier submitting as a draft just in case somebody thinks...
If the size is huge, this can be useful to see why - sending as a draft PR because it's only useful sometimes, and I don't know how to make...
- Globe pulls in ThreeJS, which is 850KB - Everything else put together is 300KB Sending as a draft PR becuase I feel like using raw WebGL should take maybe...
In theory, React Compiler should auto-detect the places where things don't change, so we don't need to manually cache them In practice, it doesn't yet seem 100% reliable, so I'm...