Westwooo

Results 7 comments of Westwooo

This was due to collections now being able to have a maxTTL of -1. CBShell was attempting to read the value into a u64.

> FWIW I think integration tests should also remain in the tests directory, and unit tests alongside the code. Another thing to consider is whether we can add some unit...

@chvck What about the numerous `engine_state.ctrlc.as_ref().unwrap().clone();` ? Also there are a few places where we do `serde_json::to_string(json).unwrap()` and we know we are passing in valid json since it's a server...

@chenrui333 We are getting the release ball rolling. Do we just need to do the stuff here: https://docs.brew.sh/Formula-Cookbook#updating-formulae and then you'll take care of removing the code you've highlighted?

Hello @songr1wawa, this looks like the OS you are using is quite old. Are you able to upgrade to alma 9.3, this appears to use glibc version 2.35 which should...

@songr1wawa I see, you could clone the repo and build from source on the OS that you are looking to use then you'd have a binary that can run on...