Jack Maguire

Results 7 comments of Jack Maguire

Same error here. I added a metric boatload of println! to my local nakama-rs, and I've managed to deduce that the server is giving a 401 Error: `HttpError( UreqError( Status(...

Yeah, I get the exact same problem, only on Linux so it can't find the .so file

I'm also experiencing this issue - the code that triggers it follows: ```rust pub enum Either { Left(A), Right(B) } impl Either { pub fn unwrap (self) -> A {...

I also agree with this - `tldr` would be a great addition. A possible solution could involve something like [Tealdeer](https://lib.rs/crates/tealdeer), which seems to be a rust client to get `tldr`...

@orhun thanks for taking a look at this - I think this is best incorporated as a shell command - it makes liberal use of colours and might be a...

Isn't the problem with that having to check for updates?