-
Incoming websocket connection...
INFO: connection open
Received params
Using openAiApiKey from client-side settings dialog
Using official OpenAI URL
Generating html_css code in image mode usi…
-
earlier this year I created an asr, and built a test client, connect, transcribe, send audiochunks from 2 wav files,
check tanscript..
all good
trying to build my own service runner
testing ea…
-
#### Problem Overview
I'm implementing a communication layer in Rust that supports both TCP and QUIC protocols for data exchange between a client and a server. I'm using **Quinn** for the QUIC implem…
-
I took the very basic server example and changed the protocol from `opc.tcp` to `opc.http`. I want to deploy the server to heroku but that apparently does not support tcp endpoints and requires http/s…
-
I have been searching for an actor framework in Python with good asyncio integration and appear to have found it!! However, running the examples from [the docs on using actors with async/await](https:…
-
```rust
use wstd::io;
use wstd::iter::AsyncIterator;
use wstd::net::TcpListener;
#[wstd::main]
async fn main() -> io::Result {
let listener = TcpListener::bind("127.0.0.1:8080").await?;
…
-
### Description
Initial targeted list of examples in this [pad](https://pad.riot-os.org/aPbbp77KTEKZb--l6GwdUA?both).
For each example,
- [ ] minimize
- [ ] check name
- [ ] no embassy
…
-
Hey Guys,
I've got an exception when I run Skyvern with docker images on a Ubuntu server.
There's a proxy on the server which helps me to access the internet. I'm not sure if it's related to this …
-
```toml
hyper = { version = "=1.5.1", features = ["client", "http1"] }
hyper-util = { version = "=0.1.10", features = ["http1", "tokio", "server"] }
```
```text
MacBook Pro 16-inch, 2019
2.4 G…
-
- Relates https://github.com/elastic/beats/issues/40544
- Relates https://github.com/elastic/beats/issues/661
_I am not sure whether this is sufficient for detailed analysis, but I decided to report …