Joel Uckelman

Results 38 comments of Joel Uckelman

Updated URL: https://flatcap.github.io/linux-ntfs/ntfs/concepts/data_runs.html

I concur. I can reproduce the problem and have fixed it. I'll open a PR for the fix in the coming week. The root cause of the problem is someone...

The fix for the problem in PR #2940.

It looks like one could change all the `==` to `>=` in `pyproject.toml`, do `pip install -e .[build]`, and then `pip freeze >requirements.txt` to generate a `requirements.txt` pinning the actual...

If I build a wheel with the relaxed constraints in the `pyproject.toml`, I can see that reflected in the `flare_capa-7.0.1.dist-info/METADATA` file inside the `.whl`. So... that's good.

However, the `requirements.txt` where I pinned exact versions isn't in the wheel at all. Given that, anybody installing the wheel won't get the dependencies from the `requirements.txt`. I think to...

I won't ever want the pinned environment myself. I had been assuming that you want people installing the wheel in order to use it as a command-line tool to have...

I just pushed #2079 as a first attempt. I'm hoping that I got the `pip install -r requirements.txt` in the correct place for building the binary packages.