Results 48 comments of edgimar

Ok thanks for the information - I believe that the problem has something to do with git-link not being able to determine what the upstream repository and tracked branch is...

Yes, that could work -- I hadn't thought to use categories for this. It might still be nice to be able to provide an equivalent to the `-x` flag that...

One correction: the "brightness scale-factor" should only affect the delta from the max brightness. In other words, the [`calc_brightness_pct`](https://github.com/basnijholt/adaptive-lighting/blob/master/custom_components/adaptive_lighting/switch.py#L1084) function should replace the following: ```python percent = 1 + percent...

Yes I seen to have left out that key piece of info! I am already using the 'brightness scale factor' change locally, and the reason is because otherwise the brightness...

[This issue](https://github.com/DDoSolitary/LxRunOffline/issues/171) is probably the same one -- it is fixed, but the fix is not in the latest release. We just need an updated release (newer than 3.5.0) --...

Aha! I didn't see that -- maybe should be added to README. But I wonder why this isn't the default -- make people do (setq org-rst-link-use-ref-role nil) if they don't...

Thanks for the invitation. As a new user of syncthing, I don't yet possess the knowledge needed to adequately explain how such a setup works, but this knowledge is exactly...

I did figure out how to do it via trial and error, but I wouldn't say that the getting-started document is sufficient. It explains how to connect two devices to...

Yeah, that was my next question: how to work with multiple training-set batches. sklearn also has the partial_fit API method which is made to handle this, but it sound like...

Perhaps it would be worthwhile to take something like the [Amazon Ion schema](https://amzn.github.io/ion-schema/) specification as a starting point, and adapt it to apply to msgpack types? Maybe create a new...