Hyrum Wright
Hyrum Wright
I'm using subpar to generate an independent python executable with Bazel. Unfortunately, it doesn't appear that the resulting par file can find data files referenced by the par_binary() rule. For...
`bazel coverage` should generate a coverage report for the python tests it runs. Ideally, it gathers the list of dependencies, and then computes coverage over that for a given test....
This is probably a long-term / aspirational wish, though I'd be happy to be shown otherwise. Packages installed via `pip` often depend on native libraries. As a random example, https://pypi.python.org/pypi/cairocffi...
Add appropriate wrappers to `App` for the following underlying `NSApplication` methods: - https://developer.apple.com/documentation/appkit/nsapplication/1428436-runmodal - https://developer.apple.com/documentation/appkit/nsapplication/1428748-stopmodal This also adds an implementation of `Into` for `ModalResponse`, which was needed by the above...