Dominik Nakamura

Results 69 comments of Dominik Nakamura

I'm happy to change my initial sample to something more elaborate. My case was really something that simple where I just wanted to avoid the `Some("...")`/`None` as part of the...

Yes, connection handling is currently very bare bones and as of now you can't configure a timeout through obws's API. I think this is a good addition so I'll extend...

I released a new version which now has a `connect_timeout` field on the `ConnectConfig` struct that you can use to customize the timeout. Furthermore, the regular `Client::connect` method now uses...

Hm seems the `Run Affected Lint` step still fails at the file `server/providers/websockets/memebox.websocket.ts`, even though the PR doesn't touch that file 🤔

And here I was so certain, I didn't change anything about the other files :sweat_smile:. Fingers crossed that the CI passes now. The CI includes a cache step for the...

After you read the length with `read_bin_len`, I think all you have to do is reading the data directly from your data input. For example, assuming you read from some...

So this is still an issue for me. For my own small projects, I moved away from OpenTelemetry and built my own OTLP collector that doesn't need as much memory...

Actually, I personally see a date as version scheme extremely rarely. Most software seems to have migrated to Semantic Versioning at some point. Not saying your versioning scheme is wrong....

I split off the request about `pexpect`-ish support into #102 now 🙇‍♂️

To give some more details about the `inquire` crate: I use it with the `crossterm` crate as backend, and it uses its `enable_raw_mode` when prompting the user. If that one...