Sergey Vlasov

Results 118 comments of Sergey Vlasov

Apparently the same underlying error can be reproduced using this simple `devshell.toml` (after `nix flake init -t github:numtide/devshell`): ```toml [devshell] packagesFrom = ["i3"] ``` Error output ``` error: … while...

However, the current implementation of `devshell.packagesFrom` is not ideal even with a possible fix, because it gets only the direct build dependencies of the specified packages, but does not follow...

Apparently this is related to some recent system update, which had not been rolled out on all `macos-12` runners yet. The action succeeds on runners with macOS 12.6.5: ``` Current...

Also I don't seem to be able to trigger the problem now — repeated attempts to run CI got only macOS 12.6.5 runners with the `20230516.1` image, so maybe the...

Is the usage of nested arrays in the JSON representation for the environment variables intentional? I would expect an object there instead: ```json [ "ai03/polaris", "bcat", { "FORCE_LAYOUT": "60_tsangan_hhkb" }...

On NixOS with `avr-gcc (GCC) 8.5.0` I get this on `develop`: ``` jones/v1:via * The firmware is too large! 29126/28672 (454 bytes over) keebio/bamfk1:via * The firmware is too large!...

Also `keyboards/handwired/d48/ds1307.c` should have the `i2c_stop();` call removed to make it compile again.

> * `r:1 g:0 b:0 i:255`? > * Windows 11 shows no device Did you also set `data->is_programmable = 0` for this test? ![image](https://github.com/qmk/qmk_firmware/assets/616082/5e5cdc2c-75c7-45ef-a1d3-cedc2f5c1ebb)

Unfortunately, the JJ40 V2 PCB is not supported (in general, KPrepublic does not care about submitting the firmware sources for their boards to the upstream QMK, and most of the...

If the PCB uses ATmega32u4 with the `atmel-dfu` bootloader, you can't extract the firmware over USB — the bootloader does not allow reading the existing firmware. Reading the flash over...