Ilya Kulakov
Ilya Kulakov
- Move configuration into setup.cfg - Add integration with codecov (repo owner still need to enable it)
toolz is a great library, but if #58 is to be followed, installing it just for `flip` and complement` looks like overkill. If it makes life easier for decompiler /...
Tests should not be something that's shipped to users. Perhaps tests' dependencies should be specified via setuptools' `tests_require` instead of an extra. Without pinning. Pinning should be done in requirements.txt
Do not break parsing if
Is there any formal description of an algorithm implemented here?
**Describe the bug** Binaries exported from the shared dyld cache have size larger than 500MB which cannot be true. E.g. exporting System/Library/PrivateFrameworks/TimeMachine.framework from /System/Library/dyld/dyld_shared_cache_x86_64 results in a binary that has...
I want to break the execution of the script by sending SIGINT. Something like typing Ctrl-C or Ctrl-] send brk do not work.
Wheels are very convenient especially when one wants to install with missing compilation requirements.
Currently the execution time will be measured and displayed for tools like `man` and `less`. This is usually undesired since there is no value in knowing how long a man...
With the following directive in Dockerfile: FROM ubuntu:20.04 AS builder RUN useradd -m -s /bin/bash nemo USER nemo:nemo RUN echo $HOME Expected: > /home/nemo Actual: > /