Felix D Rodriguez Perez
Felix D Rodriguez Perez
I am having this same issue. I can't create hyperdrives. ```bash $ hyp daemon start Hyperspace daemon started Mirroring daemon started Daemon is running. $ hyp daemon status Daemon not...
Hello, I'm doing some examples of add-ons with ziglang. Bun works wonderfully with the following examples: - [https://github.com/felixdrp/node-addon-example-function-call-zig](https://github.com/felixdrp/node-addon-example-function-call-zig) - [https://github.com/felixdrp/node-addon-example-buffer-zig](https://github.com/felixdrp/node-addon-example-buffer-zig) It breaks, 'core dumped', with the following equivalent examples: -...
This is not working yet: - [https://github.com/felixdrp/node-addon-example-async-work-thread-safe-function-zig](https://github.com/felixdrp/node-addon-example-async-work-thread-safe-function-zig) But this other new version works with bun: - [https://github.com/felixdrp/node-addon-example-async-work-thread-safe-function-multiple-zig](https://github.com/felixdrp/node-addon-example-async-work-thread-safe-function-multiple-zig) Bun version ```bash bun --version 0.7.0 ``` Nodejs version ```bash node --version v20.5.0...
#8 This solved the example for me.
Hello, you can try: https://github.com/felixdrp/nodertc-example
Possible problem with Firefox [mdns-working-in-chromium-but-not-firefox-tools-to-investigate](https://unix.stackexchange.com/questions/645570/mdns-working-in-chromium-but-not-firefox-tools-to-investigate) It may take time firefox to register mdns ip address. Resolving dns will fail because it is too early (mdns is not registered yet)?