Geert Jansen

Results 13 comments of Geert Jansen

I've added OSX install instructions to the README in commit 1cc1f01e54dbef49dde32ad5aef042af0c9a4ca3. Please let me know if it works for you.

Note to self: i would like to move cgreenlet to autoconf/automake instead of the current bespoke Makefiles.

Thanks @MarcSchmitzer for the report! I made the logic slightly more robust to also cover the situation where the connection is lost while reading a response body. Can you have...

What is `cURLHTTPRequest`? I assume this is an external library? Unless that is specifically written or configured to work with Gruvi it is not going to work. It would need...

Hi @brizzbane , not sure if you are still interested in this given that you reported this a long time ago. Recently I have gotten some free time again to...

Thanks! I wasn't aware of `sortedcontainers`. The skiplist code originated in 2013 or so. Had I known about this module, I might have used it. Your implementation is in essence...

Latest results. I did some more optimization on the skiplist side. I also ran the benchmark up to 10m nodes to see what would happen. | Test | PySkipList |...

Any update on this issue? It requires me to edit my `.vscode/settings.json` file before every commit.

@apivovarov on macOS Sonoma the command to change `workbench.desktop.main.js` gives a permission denied error, even for root. Any thoughts?

@apivovarov Thanks for taking the time to respond. It turned out that the issue was [macOs SIP](https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection). Temporarily disabling SIP (requires booting into recovery mode) allowed me to change the...