nabajour
nabajour
I'm not a Lua wizard, just learned a minimum while doing this, so maybe this is overly complicated and overkill. But I'm not sure dofile actually defines its variables in...
Hi, any update on this question? I'm learning rust and vulkan and am trying to do exactly what the doc suggests: copy a DeviceLocalBuffer to a CpuBufferPool and download this...
Hi, I just ran into the same issue here: I'm trying to generate a lot of trajectories, with the start of integration t0 randomly distributed over a timespan [tstart, tstop]....
I found this while looking for the same error message on a project of my own with an STM32H503. Could it be related to [this GCC bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102600) ?
Looking forward to this! I played a bit with penrose when looking for a programmable WM to program with rust, but then switched my system over to wayland, and haven't...
> hopefully the source is available somewhere so I can nab an offline copy for future reference The wayland book is still offline, but it looks like the source is...
Same issue here, Debian Sid, `imhex-1.31.0-Ubuntu-23.04-x86_64.deb` package. And if I install `libglfw3-wayland`, I have to uninstall `libglfw3`, and then imhex refuses to install, because the package depends on `libglfw3`. ```...
Hi, thanks! The OR'ed dependency might do the trick, I'll test the package on Debian once there is a build. Thinking a bit more about it, I started wondering why...
I did some work on the laptop, there was a mismatch with different installed drivers (there where some stray nvidia drivers lingering on that machine and the intel driver wasn't...
Just checked the package v1.32.2 on Debian Sid package, it now works with either `libglfw3` (X11 version) or `libglfw3-wayland`. So my own issue is solved. It's maybe not the exact...