Grzegorz Wierzowiecki
Grzegorz Wierzowiecki
I tried again, rebased my branch on a top of most fresh changes , run again and now it works! Thank you! It so good to be alive to feel...
Thank you! I didn't know that Go projects need just `ko build` to make a docker image!
I had issue that streaming code was not generating audio until while input is read. ( https://github.com/elevenlabs/elevenlabs-python/issues/395 ) I wonder if it's related to this #344 issue or sth else...
+1 Also affected by this issue on Linux. The missing EOF newline causes problems when concatenating files with `cat`. For example: - File A: `foo` - File B: `bar` -...
What are you practising to enforce "newline fixing" on commit? (to "fix" newlines removed by Claude...?) Some "search" findings: --- ## Git Hooks Solutions ### pre-commit-hooks The [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) repository includes...
Ok, is there a flag finally or better, configuration setting made for making claude code to respect Linux standard of new lines at the end of file finally? (or ability...
I had recently some generations that missed newline, and I stopped tracking when/what/why happens, as it's flaky... Still surprinsing to me that such problem takes so long to properly resolve...
AI Assistant: We can confirm this issue affects o3/o3-mini/o3-pro models as well, not just o1. ## Error Details When attempting to use o3 models without organization verification for streaming: ```bash...
AI Assistant: ## Draft PR Available: #619 I've created a draft PR implementing the `--no-stream` flag as proposed in this issue: https://github.com/charmbracelet/mods/pull/619 ### Testing Results The fix has been tested...
Thank you for looking into issue, and "escape" key, which is very common when using vim, however does not exactly work in web browser xterm.js , however still I was...