sudokit

Results 16 issues of sudokit

rn i have ```c log_add_callback((void*)log_callback, (void *)0, LOG_ERROR); ``` but wtf do i put in place of the udata and log level?

Zig version: ``` ~/t/cosmic (master)> zig version (base) 0.11.0-dev.1987+a2c6ecd6d ``` error: ``` ~/t/cosmic (master)> zig build run -Dpath="graphics/examples/demo.zig" -Dgraphics -Drelease-safe /home/user/temp/cosmic/lib/openssl/lib.zig:23:18: error: member function expected 1 argument(s), found 2 const...

Im using solus linux with kernel 5.13.1-187.current and latest qomui version trying to download the mullvad provider. i get this error in qomui.service logs: ``` × qomui.service - qomui Loaded:...

```rust use nannou::prelude::*; const TOTAL: f32 = 10.0; fn main() { nannou::app(model).update(update).run(); } struct Model { _window: window::Id, } fn model(app: &App) -> Model { let _window = app .new_window()...

I just installed gyro from the .tar.gz. my zig version is: 0.10.1 and the error i am getting when running ```gyro build``` is: ``` /home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:1784:33: 0x2da5a1 in std.json.parse (gyro) /home/mknight/zig/0.10.0-dev.2431+0e6285c8f/files/lib/std/json.zig:0:0:...

**Describe the bug** Trying to use the hwaccel or kms_service videoInput option results in core getting dumped and a "Segment violation" **Desktop:** - Distro: Arch Linux - Desktop Environment: xfce...

Fixes (hopefully) #192 ## Type of change - [x] New installer - [ ] Manifest fix - [ ] Other # Whas This Tested Using a [Local Repository](https://maintainers.usebottles.com/Testing)? - [...

Converting Matrix4 to Float32Array via the builtin `float32Array()` method after a while results in: ``` error: Uncaught (in promise) TypeError: Cannot perform Construct on a detached ArrayBuffer return new Float32Array(this.#internal);...

It would be amazing if a widget feature would be added. Something that would show the main view list.

enhancement