Kevin Today

Results 27 comments of Kevin Today

Hey @stepancheg , wanted to resurrect this thread to ask the same question about the project status? The README says "It basically works, but not suitable for production use.", but...

I absolutely love this library and use it in all our Go code, but Propagate allowing `nil` has been a huge pain point for us. Very commonly what happens is...

For anyone in the future: we hit yet another bug where `Propagate` was incorrectly used instead of `NewError`, this repo hasn't had any commits in 6 years, and it's very...

Thanks for the quick response @Patrick1904 ; trying now. Thought: we've got a handful of users who are using the Wallet-in-Kurtosis regularly; what do you think of hooking a step...

hey @andy-haynes , I tried with the latest and it works now; thanks so much! re. the Docker image - thanks, that'd be a huge help! yep, we're relying on...

Adding another +1 - we're setting the version upon release, and it'd be great to not need to edit Cargo.toml each time

What's the current up-to-date way to set these variables (e.g. `REACT_APP_NODE_URL`)? I'm trying to build a Wallet Docker image and am hitting the same issue @nearmax described

Following up: we went with the build-on-every-Docker-container-start method, but it takes quite a while - depending on CPU usage on the machine, sometimes it takes longer than 2m to start....

@MaximusHaximus sorry for the delay in responding here; that sounds incredible! In addition to the 2m time delay, we also discovered with @BenKurrek that the default Docker engine settings (2GB...

Are the generated getters still working? I have this Prost-generated code: ```rust #[derive(Clone, PartialEq, ::prost::Message)] pub struct SuiteRegistrationResponse { #[prost(enumeration = "SuiteAction", tag = "1")] pub suite_action: i32, } ///...