Lucas Fryzek

Results 8 comments of Lucas Fryzek

Has the `ModuleParent` trait been properly implemented into kaze? I tried to copy the code here into a basic example https://github.com/xenowing/xenowing/blob/master/rtl/src/fifo.rs#L18 and I get a `not found in this scope`...

Thanks for the feedback! At the time when I was working on this I didn't know `VK_EXT_headless_surface` existed, and the platform I was trying to do performance testing on supports...

Hey I'm not a fluffychat maintainer, but I would really like to see VoIP working as fluffychat seems to be a more friendly client. I took a look at your...

Thanks! This works great for me I have two ipfs services, one to launch ipfs as a daemon and one to start forwarding ssh in the background. ipfs.service ``` [Unit]...

I'm still testing it for robustness but this is what I have now for systemd services I have a ipfs-ssh-forward.service unit file that looks like ``` [Unit] Description=IPFS SSH forwarding...

With https://github.com/ipfs/kubo/commit/80b703a7339c80e7c6890e831f76789a734e2fbb I'm not seeing the startup race condition I saw before with the same tests I did restarting my machine. The ` docs/p2p-tunnels.md` also looks good to me. I...

I'm sort of doing something similar. I wrapped launching the ipfs daemon with a script and that script will start the listen after the daemon comes up. My concern was...

@lidel Thanks, I tried that PR and it seems to work! Reading the code there a bit though I realized that the forwarding/listening is managed all through the daemon. Will...