Kezi

Results 21 comments of Kezi

Even only an example client would be enough, I was looking for something like this EDIT: nevermind, figured it out

Hello, here's a minimal chat client for an offline server ```rust use steven_protocol::protocol::{packet, Error, Conn, VarInt, State}; fn main() -> Result { let protocol_version = 754; //1.16.5 let hostname =...

I tested this patch on a local branch and I can confirm that it works

> at least I cannot imagine any use case. The usecase is exactly the same it has for desktops, lol

> Yeah.. but in most cases the device will not have any display, or it will have some really limited one? This is where my thoughts kind of stop that's...

I'm on desktop, no VR

I'm getting the same error with the official docker composer thing, ` /entrypoint.sh: line 12: /usr/bin/chronograf: cannot execute binary file: Exec format error` ` /entrypoint.sh: line 11: /usr/bin/kapacitord: cannot execute...

I'm having the same issue, rust analyzer breaks when using an esp-idf project ``` 2024-02-15T21:41:26.933826Z ERROR rust_analyzer::main_loop: FetchBuildDataError: error[E0531]: cannot find unit struct, unit variant or constant `SIGABRT` in crate...