Brian Ginsburg
Brian Ginsburg
Thanks for the Don McCurdy article! Good to see this approach. 🙏 > The issue states that Node.js and "other" JS environments are in scope for JS packaging. Should I...
@avivash yep, the work is similar, but we would want to generalize the interface to give developers the option to hash or not. The main reason for that is backwards...
No changes to this one! I had plans to add a code of conduct, but we can take that on separately.
I'm unable to reproduce this issue. Tried the following: - Remove all data from the `/tmp/lilypad/data/repos/lilypad-tech/lilypad-module-cowsay` and run job -> Module repo dowloaded again and job runs - Remove `lilypad_module.json.tmpl`...
We have included default solver and mediator services in our embedded configs: https://github.com/Lilypad-Tech/lilypad/tree/main/pkg/options/configs It's unlikely this error should come up with the default values, but let's re-open if it does.
Related. `libp2p` tracking for NAT traversal: https://github.com/libp2p/rust-libp2p/issues/2052
Adding some design notes for how the pieces fit together. --- Our goal is to improve connectivity in Homestar by implementing `libp2p` AutoNAT, Circuit Relay, and DCUtR hole punching. Homestar...
Another approach to limiting recursion by tracking which supposed providers have been visited. We could derive the count from the list, and it gives us more information to not make...
We may be able to use https://www.npmjs.com/package/svelte-meta-tags to generate the meta tags.
I've attempted a reproduction in https://github.com/fission-codes/aol-demo/tree/upgrade-webnative-0.35.0 to gather more information from a second app. The issue was not reproducible on a couple of attempts linking between desktop browsers including: -...