Bennet Bleßmann

Results 36 comments of Bennet Bleßmann

I belive I encountered an identical error and enabling the `clang-runtime` feature fixed it for me. Setting `PKG_CONFIG_PATH` which is what I believe \@twistedfall is referring to didn't help.

I think this is related to libffi/libffi#552 based on the WSL log from

> I haven't looked at the wsl linux build; it would be nice to understand why that build is not working. I've got a working windows build now. > The...

It looks like the WSL problem occurs when libffi is build on the windows filesystems mounted under `/mnt` as discovered by as a workaround it appears to be sufficent to...

I think having a thread version of approximately this: ``` spawn_machine(G) :- format(string(CMD), 'scryer -g ~W'), os:shell(CMD). ``` With basically completely independent MachineState should be relatively simple. Having an actually...

I think this might be fixed since f1405412e5e45f04339670d2f04aa88ccadb486b 8 month ago as that contains the dependency upgrade from #156 mentioned by ripytide in https://github.com/l1npengtul/nokhwa/issues/147#issuecomment-1933994342 , but the last release is...

Might be related to serialport/serialport-rs#195, as 1.5 stop bits appears to be currently not supported, maybe it somehow ends up with 1.5 stop bits?

I just noticed https://github.com/libffi/libffi/issues/552#issuecomment-1705446413 > I found out that the issue only occurs when the files are stored on the Windows side on NTFS and accessed through /mnt. It looks...

Based on #23 pixelflut is written in python2 not python3.

> Can I ask, in this configuration, what you're plugging into the mumble web interface? When I do this, if I put in "subdomain.domain.com/_voice" and my ssl port, I don't...