Alex
Alex
@ferventcoder What about handling it everywhere? This would prevent partial/broken installs if it's sent once during installation (permitting Chocolatey to roll back the installation).
Handling SIGINT/Ctrl+C should be done in three stages: 1. On the first Ctrl+C, chocolatey should immediately begin abandoning what it's trying to do (cancel downloads, cancel file moves, attempted installations)...
Found a partial workaround: ```py from asyncua.ua.ua_binary import struct_from_binary from io import BytesIO struct_from_binary(ua.ApplicationRecordDataType, BytesIO(record.Body)) ```
Does it only affect objects with a non-root encoding (like `ApplicationRecordDataType`)? And could you point me to where in the codebase this decoding limitation manifests? I tried stepping through a...
This is necessary for newtyping existing instances of builtin Python types like `dict_view` into like a newtype of `Set[T]`.
The fix is to delete both regular AltStore and AltStore beta. Having an older AltStore somehow stops the newer Beta from working.
@PydPiper any update on this?
This unpredictable alternation between lists and Nodes for optional matches makes visiting annoying, as instead of either testing for list length (if it were always a list) or testing for...
As I am not a maintainer, I cannot declare what the "recommended method" is.
This is a constructive issue from a longtime user who doesn't want Poetry to wither, relaying hard experiences from users I've recommended Poetry to. I cannot tell you what the...