sdasda7777
sdasda7777
> Uhh, no? This is not standard in any way. My bad, you're right. Actually seems like some kind of internal rdflib thing that's leaking out by accident. > The...
Hi, I was just testing compiling on Windows. I was getting some error which I fixed by downloading [pkg-config binary](https://download.gnome.org/binaries/win32/dependencies/) and putting it into path, but then I got stuck...
Thanks for the replies! I did find the first page, but it's too complicated for me :/ Does it not have an installer?
Hi, I stumbled upon this on accident, when I noticed adding `ctx.request_repaint_after(Duration::new(1,0));` to the code increased the CPU usage drastically compared to when not using it, and that the same...
@emilk Could you please elaborate what you mean by egui/eframe 0.18? I believe I am still able to replicate the issue on egui/eframe 0.24.1.
It needs a restart when the plugin is first enabled/re-enabled, but it seems to be very much working. Please close this issue.
There was actually a bug with check for the terminating `*/`, where it wouldn't be found by compiler nor highlighter if it was sooner than the third character on the...
I'll probably make a separate pull request later, but I also translated the build script to PowerShell for simple* building on Windows ```PowerShell $JAVA_SDK_DIRECTORY = "C:\Program Files\Java\jdk-17.0.1\bin" if (git submodule...
+1, I suppose? I don't understand how this still hasn't really been solved after almost 10 years.
Hey, I started looking into this, but I got stuck. I believe most of the changes concern the `Gripper` class, specifically `onMove` and `onButtonUp`, but I can't seem to figure...