Dimitris Karagkounis
Dimitris Karagkounis
Any updates on any of these features? They are all important and thus it seems weird if there is no interest to support them. I tried to integrate `ws` along...
@prsndp this is not a `bounty` kind of issue. So, I am in no position to allow or disallow you of working on this. I am not even part of...
is `GET` even allowed in the `/token` endpoint? Tried to reproduce your issue, but getting `HTTP 405` when making a GET request on that endpoint.
Hi @xabitrigo I've added a base `ws -- json-server` integrated mock server that fits my needs in a GitHub repo. You can check it [here](https://github.com/Gr3at/mock-websocket-json-server).
> This is not issue. If you use djoser's universal serializer: The reason of such behaviour is that `password` field is always exist, `username` is optional. > > If you...
I forked the poetry repo to implement the functionality, but it seems to be provided out of the box. **as it seems `poetry install` respects the http(s)_proxy.** Here is an...
> can confirm only pip config set global.proxy xxx works for petry, env var all not working Can you provide a reproducible example like the one above?
> To anyone having this problem, make sure the folder or file name you're importing llama_cpp to is not named `llama_cpp` or `llama_cpp.py`. this indeed did the trick. Why is...
I think I got a more generic solution to the issue. @KirillLykov's comment was very helpful. Specifically the `RUST_LOG=debug cargo build-bpf --version` command. ## Some Context I had the exact...
@KirillLykov thanks for pointing me to the issue. The conversation there was very informative. So, based on [this comment](https://github.com/solana-labs/solana/issues/31960#issuecomment-1670205498), in my understanding it is better to work on 1.14 (crates...