Niko Föhr

Results 178 comments of Niko Föhr

Interesting! Thanks for reporting this @NicoWeio! I usually myself use only Windows, so I should make some special setup to test this (dual-boot perhaps easiest?). Interested to hear what others...

I also currently have close to zero understanding about D-Bus, so that's why possible other users' opinions are highly valued :)

Hi @JonLevin25, glad that you like it! On the linux & mac versions, I have say honestly that I don't know, and would refer to the documentation of the underlying...

Hi @JonLevin25, Oh wow, thanks for the info! You're right! Nice catch 😎 The execution state flag is really tied to the process. I tested by using `threading.Thread`s, and whenever...

Nice! I also added a Summary table to the README.md.

Update: Multiprocessing *is* actually supported out of the box at least in Windows. Each call of `wakepy.set_keepawake` will create a *new* flag in Windows. This can be checked in admin...

This solution also seems to need sudo priviledges, and workarounds are welcome.

Hi, I implemented some sort of fix to this in https://github.com/Knio/pynmea2/pull/115 (described there in more detail). Also available in the master branch of my [fork](https://github.com/np-8/pynmea2). You can see that using...

I think this is fixed in a pull request I just made: https://github.com/Knio/pynmea2/pull/115

Hello, @suitor80 I think questions like this are better suited as [Stackoverflow](https://stackoverflow.com/) questions, but here's a simple example. You probably want to look at the [VTG](https://gpsd.gitlab.io/gpsd/NMEA.html#_vtg_track_made_good_and_ground_speed) NMEA Sentences, such as...