Sivecano
Sivecano
tilting the phone just triggers *WARNING:sensor_client:Unknown sensor data len* followed by an integer and the movement does not seem to get tracked. connecting to the server works and so does...
added void linux logo and fixed the "-a" flag, so that only the ascii art and not the entire output is omitted
I have followed the install guide using zig 0.12.0 ```zig const zigplotlib = b.dependency("zigplotlib", .{ .target = target, .optimize = optimize, }); const exe = b.addExecutable(.{ .name = "endstates", .root_source_file...
If your pull request is **not** translation or serverlist-related, read the list of requirements below and check each box: - [x] I have read the [contribution guidelines](https://github.com/Anuken/Mindustry/blob/master/CONTRIBUTING.md). - [x] I...
zig 0.12 is the latest stable release and 0.13 won't be out for a while so it might be nice to have a version that works with the current release...
when starting gBar (especially if it's the first time in a while) takes a surprisingly long time. this is particularily noticeable with the bluetooth widget. it seems, that most of...
the F-droid link is dead. where am I supposed to get the app from?
kak-lsp locks up on an invalid language server executable and without logging any reasonable error. this is primarily bad in cases where only a few of multiple configured language servers...
the ltex language server requires the client to implement the `add to dictionary` command. https://valentjn.github.io/ltex/ltex-ls/server-usage.html This would be nice to have but what's the best way of implementing this? since...