Zachary Wimer

Results 120 comments of Zachary Wimer

@albertosottile I've addressed every message post I believe.

@albertosottile Is there something I can do to help get this merged?

@albertosottile Once this is merged, perhaps one way to solve the `sys.executable` on `macos` on `pyinstaller` builds not always exposing `-c` issue could be having `_mac_detect` subprocess an `osascript -e`...

One alleviation for this (not a fix) could be installing via `brew`, as that supports stripping the quarantining file property that triggers this. See: https://github.com/lighterowl/transgui/issues/148

Also, the associated files in `scripts` might be unused

@rhelmot In case it is unintended, making an `IntToStr` with args `(,)` and kwargs `{'length': 80000, 'uninitialized': None}` leads to the eager backend logic in `__new__` invoking leading to creating...

The problem seems to be that the regex does not allow `--adapt` to be passed to `zstd`. I might be able to PR this myself

@digint Is there anything I can do to get this merged?

@HaleTom I believe `--long` is not actually required for `--adapt`; the wording on the `man` page is unfortunately just confusing- it is saying "you may combine this with `--long`". What...