CodingCellist
CodingCellist
> What's the convention behind the `*LE` names? Why is it not uniform? I suspect it's "Little Endian". It won't matter in 99% of the cases, since most modern machines...
Is this ready for merging, or is there still work to be done? : )
Looking at `support/c/getline.c`, it seems this code isn't ours; it was copied from a 2011 version of a file included with NetBSD. I wonder if the issue could be fixed...
I'm having a similar issue. Logs below: ``` [2022-06-20 09:24:51 +0200] [3436/Thread-5] [ERROR] error sending request for url (https://api.etebase.com/partner/etesync/api/v1/collection/list_multi/?stoken=[...]): operation timed out Traceback (most recent call last): File "etesync_dav/radicale/storage.py", line...
I'm wondering if this is somehow related to #240? I'm getting the same un-dismissable reminders today, having changed nothing from Friday where this was working fine. When I inspect the...
Try running the REPL in a different terminal, or starting the REPL and then using `:e` or `:edit` to open an editor (it will be whichever editor is defined in...
With the closure of #1990, what does the status of this become? Should it still be considered for merging (possibly with some changes), or should it be closed?
With the closure of #1990, what does the status of this become? Should it still be considered for merging (possibly with some changes), or should it be closed?
Testing the `make` parts is probably going to be difficult, since it is so system-dependent. You could possibly test the functions themselves by exporting them and writing a couple of...
@gwerbin any updates on the tests? I'm happy to help if you're stuck : )