Massimo Cortesi
Massimo Cortesi
A solution I came up with is to replace line 336 with ``` while (client.connected()) { String line = client.readStringUntil('\n'); if (line == "\r") { break; } } String line...
Same for me, I work with local repositories but it has never been able to undo any change, so it's not a problem on specific changes. GPT 5 (all default...
Steps to reproduce: - Open Visual Studio Code -> Open folder -> new folder "Test" - Create new file "test.py" - Ask codex extension "write a function to return hello...
> * Open Visual Studio Code -> Open folder -> new folder "Test" > * Create new file "test.py" > * Ask codex extension "write a function to return hello...
> [@iamjackharper](https://github.com/iamjackharper) that's correct. Undo does rely on git. Was your original issue outside of a git repo? Yes totally possible, my mistake I didn't know. As a suggestion: It...
I'm encountering the missing content bug using the API, just for a few table elements "text" field has more text then "text_as_html". Any way to solve this?