Stéphan Kochen
Stéphan Kochen
I rebased and added tests, plus removed the special casing. The idea is to have the root finder start the search at the zipfile itself, for a buffer with a...
+1, these are Coffee 1.3 strict mode fixes.
Thanks for reporting this! Ugh, this is JSON-LD biting us. Because your profile in JSON-LD format now includes a language, every simple piece of text becomes language-tagged like that, and...
I changed a whole bunch of stuff, and think I fixed it. I tested it on my machine with a local Pleroma install. Could you verify this now works for...
Eek, I apparently broke everything *except* my test version of Pleroma. I applied another fix, and think at least your Mastodon should respond now. Maybe also your Pleroma magically works...
I believe this is fixed. Newer versions of `@types/react` contain `exports` in `package.json`, which means the old Next.js detection broke. It was essentially doing `require.resolve("@types/react/index.d.ts")`, which stopped working. The fix...
React 18 added a [useId](https://reactjs.org/docs/hooks-reference.html#useid) hook for this purpose. I'm using a simple wrapper around Collapsible that looks like: ```tsx import { useId } from 'react' import BaseCollapsible, { CollapsibleProps...
I made these changes to get things to work with curve25519-dalek 4.0.0-pre.2: https://github.com/stephank/ed25519-dalek/commit/808b1e6f8a546345787261640c6c237f11ca0e19. CI passes. It looks like the ed25519 crate has raised MSRV to 1.56 in a minor release,...
cc @NixOS/darwin-maintainers, don't know who to tag for this. 🙃
> There's a couple of extra modulemaps here and there, for example `include/AppleArchive/module.modulemap`, > `include/CommonCrypto/module.modulemap`, > `include/EndpointSecurity/module.modulemap`, I see some are being copied, and some aren't. Since the logic is...