Giacomo Ellero
Giacomo Ellero
I've seen #103 and I decided to try and fix some warnings. First I added `-Wall -Wextra` to the debug compiler flags. The first warnings were just some non-initialized variables...
This is a config file for `clang-format`, a tool that is already used by many editors and adopted by many projects to format the code and ensure that the style...
The `navigator.userAgentData` object lacks the `platform` key. According to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData) and the [spec](https://wicg.github.io/ua-client-hints/#user-agent-platform-brand), it should be a string containing the underlying operating system, for example "Windows", "Linux" or "Android". This...
I found the bug looking at the Github "bug" badge that appears on issues and isolated it to this snippet: ```html span { color: hsl(0deg, 0%, calc(1 * 100%)); /*...
[OpenSUSE MicroOS](https://microos.opensuse.org/) is a relatively new, community built flavor of OpenSUSE with an immutable base. It'd be nice to support it too, since it comes basically for free!
I have no idea why this could happen. I noticed the problem on [web.whatsapp.com](https://web.whatsapp.com) where it won't load stickers with the extension enabled. I also had some font loading issues...
I happen to use natural scrolling and a few other options on my laptop touchpad. These option are set in `~/.config/kcminputrc` as ``` [Libinput][10182][480][GXTP7863:00 27C6:01E0 Touchpad] DisableWhileTyping=false NaturalScroll=true TapToClick=true ```...
Hi man, I'm very sorry to bother you here on an issue, I know it is not the right place but I couldn't find any other way to contact you....