jul-sh

Results 49 comments of jul-sh

after discussing with @conradgrobler, it seems like the kernels allocator will need to be enlightened to support multiple proccesses.

seems to be an issue in a newer release; if you source an old commit it seems fine eg ``` load_plugin() { local plugin_repo="$1" local plugin_commit="$2" local plugin_branch="$3" local plugin_name...

on a follow up, this fix doesn't appear to work consistently

Claude implemented this in https://github.com/jul-sh/akuvox, but haven't tested yet

That sounds like it’s mismatch when negotiating the HTTP protocol, should be easy to debug and fixable. ChatGPT gives more pointers https://chatgpt.com/s/t_68e4ff31c2488191b2c083013468ec1d On Tue, Oct 7, 2025 at 2:17 AM...

That’s an excellent breakdown, thank you. It sounds like you were able to make progress on the HTTP version mismatch which is awesome. It’s not surprising there’s an issue beyond...

Excellent sleuthing and progress! To make sure I understand correctly: you managed to get the refresh logic working with manual post requests (excellent!), but you ran into issues when updating...

I put my trusted assistant on this, who was able to write the following two python scripts. One for requesting an original login code, and then another for rotating the...