Jeremy Maitin-Shepard
Jeremy Maitin-Shepard
Can you just rely on directory permissions instead?
This is a limitation in the shape inference. It may be difficult to fix without introducing a fair amount of additional complexity/code duplication, which is why it hasn't already been...
As a related issue, the launcher shell script appears to be too aggressive in resolving symlinks, such that --preserve-symlinks-main does not work since the symlink has already been resolved. That...
To be clear, I'm not actually using the esbuild-specific rules that are part of this package, I'm invoking esbuild through my own scripts. In general it seems like it would...
As far as I am aware, nodejs module resolution, including separate implementations e.g. in esbuild, etc., is always done based on the directory containing the current (importing) module. (In addition...
Why was this PR closed?
Thanks --- overall this looks great! The bazelisk changes seem kind of questionable and specialized --- ideally it could just work for ppc64 without specifying a base URL. Perhaps you...
As far as the pypa_grpcio error when running the tests --- that is just used for a small number of tests and we could just exclude those tests on ppc64....
Please also complete the CLA so that we will be able to use your changes.
We do have a macos arm package on PyPI. We aren't responsible for the conda package though.