Jalal El Mansouri
Jalal El Mansouri
As we are working toward having native rule compatibility with windows, we encountered a lot of run_shell usage to have access to some basic shell functionality like substituting $pwd in...
Our telemetry module, enables us to pool static strings and send them once instead of copying and writing a string at each log line. The target is part of the...
## Summary - Expose backend APIs that are accessible by all the different client types, standalone and web clients. - Use a rust framework/crate that can ideally provide the following...
The `floppy_content` configuration in hyperv-iso/hyperv-vmcx doesn't work, it currently just fails silently as the config is not passed on to the commonsteps.StepCreateFloppy strcture. I tested hyperv-iso only.
This is a proof of concept based on telescope and trouble implementation for previews. I can work further on the PR to make it worthy of pushing if the maintainer...
We want to check that only the modifiers applied to the key in the continue-list match the currently pressed modifiers, otherwise the auto-layer is released. Given, for example: ``` continue-list...
When building through a read only qmk_firmware directory and trying to set BUILD_DIR for example to do `qmk userspace-compile -e BUILD_DIR="my_custom_path"` as the default fails, mass_compile will still try to...