In-Ho Yi
In-Ho Yi
I am developing a module to be used with react, and I've bootstrapped my example project with `react-scripts-ts`. I found that in order to source map the referenced module from...
**Describe the bug** I have a pants build rule: ``` pex_binary( name="run_airflow", dependencies=[ "third_party/pip:reqs#apache-airflow", ], entry_point="airflow", execution_mode="venv", shebang="/usr/bin/env python", ) ``` And it works great if I do: ``` ./pants...
Show warning when the imported version has memory leakage issue, but do allow users to proceed on their own risk As there are many packages depending on grpc, it is...
## Bug ### Describe the problem We run sqls to create TABLEs etc with `... USING DELTA` directive. It works ok for the first time, but in the subsequent run,...
Older numpy versions pinned were causing issues when those numpy versions were not compatible with newer mac platform. Instead, let's use https://github.com/scipy/oldest-supported-numpy which does the right thing for most known...
It helps since some python build systems won't let devs do subdirectories, and the release schedule can be a little behind commits. *Issue #, if available:* *Description of changes:* Add...
Reverts google/maxtext#611 Reverting the PR since the transient issue from nvidia is now resolved.
A better fix would be to fully embrace `ClusterEnv`'s visitor pattern and write a subclass that could work with ENVs that we set from the launch script, and it is...