Folkert van der Beek
Folkert van der Beek
Thank you very much. I will use semaphores then. Thanks for the pointer to the book as well, I always like a good read.
About maintaining the request order: the following test suggests the order is not maintained? I would expect the output to be an increasing number from 0 to 99, but it...
Aha, I now remember [your blog post about the url-retrieve misbehavior](https://nullprogram.com/blog/2016/06/16/). Well, I guess I have to find another solution. Maybe I will work around my ordering issue by retrieving...
I will look into the USB errors, but I only have a Garmin Etrex Legend C and a Garmin Forerunner 305 to test with and they work fine with the...
The endpoints are now dynamically determined instead of hard coded. This should fix the error "Invalid endpoint address 0x2". Please let me know if this resolves the issue. Pygarmin still...
I am the new maintainer of emacs-oauth, and it seems I broke the package by depending on a buggy HMAC-SHA1 implementation. It should be fixed by commit [#4b8e9c6e](https://gitlab.com/fvdbeek/emacs-oauth/-/commit/4b8e9c6e5890cf4eda1268b60a2e47d1a8e6084a). I also...
> Good morning, @folkert, everything works as expected. I had to delete my old token. Reauthentication went like a breeze. My tumblr dashboard is showing. No complaints from my side!...
> @fvdbeek, one little thing though, don't you have to define url-digest-auth-make-cnonce somewhere? I get an error and I feel embarrassed I didn't see it sooner. You need at least...