Pablo Orgaz
Pablo Orgaz
In case anyone lands into this thread, this tiny snippet seems to work to make the call available downstream, you can easily adapt it to only expose the auth information....
The solution by @floatdrop is broken if multiple requests are active, you can't save a reference to the scope as a local variable in the plugin instance. this is the...
I wanted to have a similar behavior using regular `transaction` blocks and suspending ones, so code like this ```kotlin suspendedTransaction { suspendedTransaction { insert(1) } suspendedTransaction { insert(2) } throw...
Thanks for going through the gguf models, we mostly use llama2 and mistral. Maybe you can create a PR with the full list, whether they worked or not and day...
In case anyone falls into his problem, I had a similar setup with a SPA with a "catch all" among multiple services as subpaths in the ingress, for example domain.com/grafana,...