0e4ef622
0e4ef622
Haha no, just a fun way to hide my IP instead of covering it. :P
I found a workaround, which is to surround the IPv6 address in square brackets when typing it in. This probably also hints at the underlying issue.
It seems to be possible in a limited form, using a combination of const generics and associated constants. [Playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8173ab77fe4cd7e7939eb3f734b85f53). EDIT: I made a [crude macro](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=98221c637c7195f1fc530cc51d3848f8).
Can you provide more details? I am unable to reproduce this.
Nice! That's hilarious, that specifying the bridge as a debug command works. Feel free to make a pull request updating the proton script or just adding what you've found to...
The proton script also needs to be aware of where the IPC socket is.
I updated the script and main.c to add the snap paths, let me know if it works or not. It works for me on Arch, although I haven't tried with...
> is there a way you can make a new read me documenting how one would set all this up? Let's discuss in #27.
This would be helpful. I originally thought I could find something like this in TextureSettings, so maybe it could go there? Or would it be better in DrawState?
Apparently you can compile jportaudio on linux no problem and it works? Here's what I did: ``` $ git clone --depth=1 'https://github.com/portaudio/portaudio' $ cd portaudio/bindings/java/c/src $ gcc -fPIC *.c -shared...