Cody Casterline
Cody Casterline
(I mentioned it in my own ticket (linked above) but suppose I should add it here as well for visibility.) Package exports are a [recommended pattern][1] for managing dependencies in...
Brainstorming on this implementation a bit more: When there are multiple servers / syncing involved, this could happen: * Server A: Cody Likes a post by Jill. * Server B:...
Now, while I'm unlikely to build ActivityPub publishing into the core of FeoBlog, it should be possible to write an ActivityPub bridge. On one side, it serves/accepts ActivityPub events, and...
Was looking at ActivityPub specs and Mastodon docs today just out of curiosity. I kept running into things that just seemed to be unanswered by the spec, and seem to...
> Oddly, I don't remember this being an issue when developing in Windows. Possibly because the default behavior in Windows is to allow other processes to yoink the port away...
Hi @dae -- I'm not developer for this project, but I'm a user and just saw your issue. Providing a concrete use case is always helpful in bug reports so...
This seems to be working well for me. I've hacked together a Deno task [here] that: * uses an embedded npm package(.json) to install `protoc-gen-es` * calls `protoc` w/ options...
Ah yes, one more oddity to point out: [Here], I discovered that the code tries to access an environment variable named `BUF_BIGINT_DISABLE`. I expect this is a thing in Node....
For those interested, I got this working "in Deno", here: https://github.com/NfNitLoop/feoblog-client/tree/aeb18d564909e99f37b3a14d2090abbdc2f1c322/private/protobuf The "in Deno" is in quotes because I'm currently temporarily using npm to install protobuf-es into a local directory,...
[reactivity-bug.zip](https://github.com/sveltejs/svelte/files/11932961/reactivity-bug.zip) Just in case there's an issue w/ the reproduction in the REPL, here's the export.