Jakub Duchniewicz
Jakub Duchniewicz
I have recently patched xorg-server with newest patches and after that autorandr stopped working. Xorg-server truncated devices names from e.g. HDMI-1-1 to HMDI-1. After that all exisitng configuration files and...
As described in #65.
Not opening a PR because I noticed that you have your own fork of Arduino-Makefile project and maintain it. Took me some time to figure it out but now it...
`make monitor` has to be turned off before flashing, same goes for the _Serial Monitor_ from Arduino. Is it possible to force opening of the device file and then reopening...
**Describe the bug** On a wired connection geoclue is unable to determine current location. It prompts an error. The cause for that is upstream and can be viewed [here](https://gitlab.freedesktop.org/geoclue/geoclue/-/issues/142). Because...
Having a very simple .hdl_checker.config with just: ``` { "vhdl": { "flags": { "global": ["--std=08"] } } } ``` yields no application of 2008 VHDL standard when I run vim...
I created a `cpal::StreamConfig` for an output device for ALSA backend with following parameters: `channels: 2` (or more, if 5 it crashes even earlier), `sample_rate: 44100` `buffer_size: Default` It panics...
Hi, I was all golden with this program until I realized that unmounting via my GUI - PCManFM the devices are automounted yet again. Don't know if this is udiskie's...
Currently `` is used as the default "Select and paste" hotkey. It would be prudent to allow to select the currently selected word with `` if there is only one,...
**Describe the bug** After I call `EXPECT_CALL` on a mock object and then call a function that returns -1 from `EXPECT_EXIT` I get a message about an object that should...