Matt
Matt
Currently, AccA will show both the instantaneous voltage and current. However, for an end user, the instantaneous power draw in Watts or milliwatts would be more intuitive and useful. I...
I came across this interesting functionality and thought to propose it here in case you'd like to add it to your [to-do list](https://github.com/Antyos/vscode-openscad#to-do). Not expecting this to happen soon, of...
There is an issue with the [instructions to install the PREEMPT_RT Linux kernel](https://github.com/edgeryders/coffee-cobra/blob/master/docs/rpi_setup.md) on a Raspberry Pi 3: The `/boot` partition is by default only 41 MiB in size, which...
The README states "QtWS 2019 Conference App needs Qt 5.13.1 Release or greater". It will not work with Qt 5.14 out of the box, though. That's due to a known...
On the [Firefox Add-Ons Page for this plugin](https://addons.mozilla.org/en-US/firefox/addon/google-no-tracking-url/), the link "Homepage" in section "Add-on Links" points to https://matagus.github.com/remove-google-redirects-addon/ . The same URL is used in the description section of this...
The licence of this library seems to be [Creative Commons –. Attribution – Share Alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/), as can be seen from [its entry on Thingiverse](https://www.thingiverse.com/thing:30336). Would be great to make...
## Description After the installation using the `./script/setup` script, I ended up with an `application.yml` file derived from [`application.yml.example`](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/config/application.yml.example). Both contain this line: ``` AVAILABLE_LOCALES: en,es,en-GB ``` Here, the `en-GB`...
It seems to me that the signal `Trans::languageChanged()`, declared in [`trans.h`:25](https://github.com/retifrav/translating-qml/blob/1a97871/trans.h#L25), is no longer needed now that Qt provides the `QQmlEngine::retranslate()` function. The rest of this demo has already been...