Ilya Morozov
Ilya Morozov
We can probably handle the first case by stalling in the `Update` until the disk becomes RW again. Stall could last a couple of hours. This is something you wouldn't...
A bit of a related rant, sorry, but how are errors defined here anyway? Packages `gcsfs` and `mem` define their own errors, while `tarfs` and `zipfs` use errors defined in...
> @i512 thanks for the PR, but I am a little bit confused, can I just ask what is the benefits for having such handler and why it can't be...
@kevburnsjr thanks for your feedback! --- > Fail is a verb so the name FailHandler is a little confusing semantically. > > What do you think about renaming the config...
Hi @lni, thank you for your reply! > Such returned ErrStateMachineInFaultState error will be included in a new field added to the statemachine.Result. On receiving such returned ErrStateMachineInFaultState, user applications...
Hey, @kevburnsjr >The user would just need to keep track of the error returned by the state machine and make it available to the system event listener. This would require...