Derek W

Results 27 comments of Derek W

I agree that two-way sync would be nice to have as an option. However, when this is implemented, can this please be labelled clearly as "Two-Way Sync" separate form "Auto...

I can trigger this reliably by unplugging mouse and keyboard and waiting for `swayidle` to trigger a `swaylock -f` (`swayidle -w timeout 30 'swaylock -f'`). Although, interestingly `sway` itself soon...

com.vozisov.weather is unquestionably in violation. Based solely on the screenshot given by @FridoDeluxe above, it is a derivative work without any chance of full source code due to the inclusion...

@FridoDeluxe only problem with the case of com.vozisov.weather is that they can't possibly link to the source code because they are distributing a derivative work that contains closed-source ad software...

@robinpaulson that would be the case if it were distributed separately. However, the code for ads and the app itself is bound together in one APK, and more specifically *linked*...

I think a basic understanding of the situation can be gleaned from https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs. *tl;dr*, if we had wanted the combination of Forecastie and non-free libs (in this case libraries providing...

As I understand it, it can only be called an "aggregate" (defined in Section 5 of the GPL) only if one can claim that the ads and vanilla forecastie are...

I'm able to interact with the EP10 using the cli with #117. Provisioning works by connecting to its open network and `kasa --plug --host 192.168.0.1 wifi join ...` (they all...

*Quick workaround*: type `√(x) = sqrt(x)`. This defines a new function `√` that just wraps the square root. But as Mather doesn't currently save state per #7, this will only...

Currently this is done as we do not save state, per #7. So, on auto-rotation, everything gets reset. Tablet-friendliness is on the roadmap, however.