JT
JT
Same here, Ubuntu 22.04 LTS Gnome+Wayland with integrated Intel GPU on a Thinkpad. Memory consumption was about the same as my two day old firefox with 40 tabs. I was...
I'm still seeing high memory usage (near 600 MiB) and stuttering in shell and especially nvim with the new settings applied. I tested nvim in Kitty and it's as fast...
And logs don't belong in cache, they belong in XDG_STATE_HOME as per specification. Annoying to patch it every time I use this lib.
Something I'd like to raise is the coupling of session handling. If Chainlit used a session service/adapter interface and didn't spread session handling everywhere and force a stateful architecture, one...
You can do this in `socketio.pu`, the `@connect` callback receives the `asgi` `environ`, didn't test but you could put this at the end of `@connect` and try it out, just...
Was hit this as well by including a `-----BEGIN AGE ENCRYPTED FILE-----\n...` string in multiline mode, got an error about `-BEGIN` being an invalid parameter. Quite annoying having to escape...
**tl:dr**: You can do it with Lambda and function URLs. See [Streaming FastAPI with Lambda and Bedrock](https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examples/fastapi-response-streaming), that example shows how to create a simple web UI and use Anthropic...
> IIRC `?` is not supported in return right now. I am also not sure if lua_ls supports it or not, or maybe they forget to spec it in their...