Yamakaky

Results 87 issues of Yamakaky

https://github.com/Yamakaky/dcpu/blob/da059ff416b6fbefe230aa64f13b00dbfc4e3481/src/emulator/debugger/mod.rs#L298-L311 It's an the `continue` loop of an emulator. Basically, it executes a function until there is an error. I would like to handle to manually pause the execution. How...

With [this modification](https://github.com/Yamakaky/joy/commit/71b2881e27a09a178130c3753ab09792f8d01648) and caching enabled, `cargo vcpkg build` seems to build with the new branch but on the old remote. I think the cache should be invalidated when either...

We use Mumble to record the audio in a channel for live - podcasting, with transmission via jack to liquidsoap for processing. The major downside is that all the voices...

client
feature-request
audio

**Describe the bug** `--field-constraints` with pydantic2 is supposed to use `Field(pattern=)` instead of `constr`. This works except when the field is defined as `type:string format:hostname` (and maybe other edge cases?)....

**Describe the bug** On linux, enigo supports xdo, libei and wayland. I would assume that one is chosen at runtime with some kind of (user configurable?) priority. However, it currently...

bug
Linux
needs investigation