Kamal Muradov
Kamal Muradov
RE "Making the developer in complete control of trailing slashes by not emitting any implicit 307" this seems to be possible as of version 0.31.0 ```python app = Starlette(...) app.router.redirect_slashes...
It's not documented (based on a code search). I stumbled upon it after spending several hours on this issue. It would make sense to expose this option in the [Starlette...
The workaround is to pass `utf-8` instead of `utf8`. Looks like this was pointed out in the original PR but was ignored https://github.com/sidorares/node-mysql2/pull/1662/files#r1069381685
@ODAncona for review
I created a tool to solve this for myself: https://github.com/kym6464/claude-code-tools Uses [daaain/claude-code-log](https://github.com/daaain/claude-code-log) under the hood
Mounting a secret to `/workspace` will effectively clear the `/workspace` directory (the only file in there will be the secret)
Related https://serverfault.com/q/1147791
Based on [this article](https://claudelog.com/faqs/what-is-auto-compact-buffer), this is not a bug. You can use the `/status` command to [disable the autocompact feature](https://claudelog.com/faqs/what-is-auto-compact-buffer/#disabling-auto-compact-to-reclaim-buffer-space) and the Autocompact buffer disappears from `/context`: