Brénainn Woodsend

Results 316 comments of Brénainn Woodsend

Yes. I deliberately excluded that because it was said in https://github.com/numpy/numpy/issues/17184#issuecomment-683303397 that is was unlikely to be useful (and tbh I can't understand why astropy would need it).

I'd rather that the odd library which does somehow depend on `numpy.distutils` should `--hiddenimport` it in rather that change to numpy hook to include it by default.

Grrr. I really like NumPy but I seriously wish it would separate its public API from its guts from its test suite from its build system... I guess that we'll...

I'm going to keep this open as it needs to be addressed in the numpy hook.

We don't provide stubs so wherever mypy gathers its information about which arguments each function takes, it's not here.

Digging around, it's [here](https://github.com/python/typeshed/blob/556f6a10f6f24c5618d30ba3df11b7f40e292863/stubs/ujson/ujson.pyi) you want to change. I suggest you make a pull request to typeshed.

Windows is the only platform where you can set an environment variable globally so that GUI apps will be able to see it. A user selecting a _disable splash screen_...

Another option would be the native but platform specific ways: * Windows: Read/write winreg * macOS: Use `defaults` CLI command to access settings * Linux/BSD: Use `~/.config` as usual That...

The file system approach could be structured the other way around. i.e. `~/.config/pyi_disable_splash/ApplicationName`. Then all it has to do is query if the file exists. It occurs to me that...

But what's the point in embedding multiple icons?