Egil Möller

Results 71 issues of Egil Möller

I'm thinking of using this together with https://github.com/redhog/InfiniteGlass For that., it'd be super useful to have three new menu item types: * send and X message to a window *...

feature request
contributions welcome
Linux
X11

We need to find a font that supports the codepoints here: http://fileformats.archiveteam.org/wiki/DEC_Special_Graphics_Character_Set Does any in https://github.com/olikraus/u8g2/wiki/fntlistall do that? How do we find it?

Fix for https://github.com/seequent/properties/issues/294

Comparing elements of numpy arrays of different sizes have long given deprecation warnings, and in modern numpy it fails with an exception. To handle this case, change https://github.com/seequent/properties/blob/dev/properties/basic.py#L264 to: ```...

How to filter messages to a client by the models present on that client? Can this be done in a secure and efficient way?

How should IDs be handled when a model is shared between multiple clients if it's persisted on disk (on the server) vs not persisted. I've tried to solve this in...

Hi! This is my fest step towards making it possible to load the client library on the server, and have a backbone model there too, synchronizing the server model with...

Heyas! This is a solicitation for comments before I make a PR: For my window manager, I have made a wrapper for python-xlib that adds a lot of [convenience syntax...

When an ARPA target matches an AIS target by position, it is marked as L (Lost) in the $RATTM so that the two targets don't overlap on screen. However, it...

While working on https://github.com/KAHU-radar/radarhub-opencpn I noticed that SetPositionFixEx is not called for every GGA/GLL/RMC message, but much more seldomly. In my code, I calculate lat/lon for an ARPA target based...