Miles Alan

Results 21 comments of Miles Alan

https://github.com/koreader/koreader/issues/9091 ^ found this issue in researching as well, may be related

Hmm, so I tested reverting both: https://github.com/libsdl-org/SDL/commit/8f8b14cbb684603e71e5ee5ccf6e07f460efbb4c and https://github.com/libsdl-org/SDL/commit/96be9cddcc433f4ceeb7fa2c4df6b65196839b80 neither are the issue. Not entirely sure on the root cause / where to investigate to determine cause of this issue....

Offending commit is: 5ff42438e36e98c9d72ac70f5f5ce4599b96d3d2 Setting `export SDL_MOUSE_AUTO_CAPTURE=0` fixes things on 2.0.22 for me; maybe auto capture should be disabled by default

I've been struggling to produce a static binary - thing is alsa & libsoundio are dynamicaly linked by default on Alpine. Also another piece for debugging info, binary produced with...

Thanks for the suggestion - so I've installed gdb & debug symbols and I'm finding I think this has something to do with the way zig is interacting with alsa's...

Commenting out `snd_lib_error_default` within alsa-lib and rebuilding the shared library fixes the problem. E.g. I just commented out the entire body of this function: https://github.com/alsa-project/alsa-lib/blob/master/src/error.c#L100 And then the binary produced...

I've been working on [Mobroute](http://sr.ht/~mil/mobroute), which is a FOSS GTFS router based in Go that is designed to be embeddable (as a library); and the public transit routing algorithm runs...

@biodranik thanks for the questions - feedback below: > @mil that sounds interesting. Some questions: > > 1. Are GTFS-based routes matched on the OSM data? > > 2. What...

> Thanks for the answers. > > 1. How will users see routes on the map without matching with OSM data? Won't it look ugly and unusable? > > 2....