Roland Marchand

Results 10 comments of Roland Marchand

Here is an idea. When the player takes a screenshot, `V_ScreenShot()` is called, a `is_taking_screenshot` flag is set to ture and the game loop will be stuck in a loop...

Disabling the overlay in the game's settings and in Steam causes TF2 to crash. OS: Gentoo Linux Kernel: 6.1.55-gentoo-dist Display Server: X11 DE: Gnome 45.0 WM: mutter 45.0 CPU: AMD...

@anvilfolk Thank you very much for the feedback! For the annotations, `@tool` and `@icon` are applied to the parser itself, similar to a flag. There is no information in the...

In your example at line 4, the pointer from line 2 became unreachable., since `message` is now pointing at the string literal "update". The memory allocated at line 2 will...

I could not get UDB to compile with mono `6.12.0.182` on Fedora 37 6.1.11-200.fc37.x86_64. I had to use mono `6.12` using a container.

Huh, that's curious. I confirm to have tested all the shortcuts listed above, and they are not implemented as of c136280891cecfdd935f470abfa1fef3a3eeee2d. I can provide more detail about my build if...

Please, someone close this empty issue.

I don't know if this is related, but `ccache` violates correctness with the `#embed` directive on my system. Cached `#embed`'ed files are not updated when modified until `ccache -C` is...

I am experiencing the same issue on Fedora Linux 41 (Workstation Edition) kernel `6.15.6-100.fc41.x86_64`. ``` ./neo4j-desktop-2.0.2-x86_64.AppImage --version Neo4j Desktop 2.0.2 (process:69277): Gtk-ERROR **: 10:21:24.022: GTK 2/3 symbols detected. Using GTK...

Update: running the appimage with the flag `--gtk-version=3` seems to work as a temporary fix.