Brénainn Woodsend

Results 404 comments of Brénainn Woodsend

They're just built [on Actions](https://github.com/bwoodsend/pyinstaller/blob/8207d081fb4ea539aacca29c0f8aeaf82573d595/.github/workflows/build.yml#L9-L17). MSVC version for 6.12 was 14.42.34433. We used to have VMs which let us lock to a specific MSVC version but at the expense of...

Why on earth do we support passing raw bytes into `ujson.dumps()`?

I've toyed with the idea of putting some `# _spec digest: {hash}` comment into the generated spec file then, if asked to overwrite a spec file whose digest doesn't match...

Given that we had to explicitly block stuff like `pyinstaller --onefile xxx.spec`, I'm not sure that a check with the *no generating options* filter would be enough.

@daniel-mekuria Are you able to provide a reproducer for whatever prompted you to make #386? I've been trying to find and fix the unclosed file object so that we can...

The [basic example](https://github.com/pymupdf/pymupdf?tab=readme-ov-file#usage) works for me. Fill out the [issue template](https://github.com/pyinstaller/pyinstaller/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md) if you want us to be able to do anything.

Calling `screenshot_fig(off_screen=True)` with the figure already showing causes it to close so that route is out. I keep thinking VTK would provide a way of checking if the figure is...

Ah, that's revealing! I was going to say that your method wouldn't be equivalent since `reset_camera()` leaves the camera quite zoomed out. The purpose of `zoom_to_contents()` is to zoom in...

If you build in onedir mode then diff the file tree: ``` > du -h dist/ 3.0M dist/new/_internal/numpy/core 176K dist/new/_internal/numpy/linalg 2.1M dist/new/_internal/numpy/random 112K dist/new/_internal/numpy/fft 33M dist/new/_internal/numpy/.libs 39M dist/new/_internal/numpy 83M dist/new/_internal...

Hmm, actually that's nonsense. The new PyInstaller is collecting `libopenblas` twice. ``` > du -ah -t1m dist/ 2.9M dist/new/new.exe 4.3M dist/new/_internal/python310.dll 33M dist/new/_internal/libopenblas.XWYDX2IKJW2NMTWSFYNGFUWKQU3LYTCZ.gfortran-win_amd64.dll 1.1M dist/new/_internal/unicodedata.pyd 2.9M dist/new/_internal/numpy/core/_multiarray_umath.cp310-win_amd64.pyd 3.0M dist/new/_internal/numpy/core 2.1M...