Zheng Jin

Results 8 issues of Zheng Jin

When building different images with different dockerfiles in the same context, the wrong dockerfile will be used (probably due to caching problems). I created a minimal reproduction [here](https://github.com/MichaelKim0407/buildkit-wrong-dockerfile). Please see...

**Describe the bug** When a splitter in a blueprint is mirrored, the UI for that splitter (where you can choose input/output priority) still shows the original orientations. **To Reproduce** See...

bug

The python (Django + Graphene) tutorial has a bunch of screenshots with graphql code but not the text version. Added text version so that it's easier to follow the tutorial.

Using `setup.py` to build is being deprecated: ``` SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html...

The last release was before PYPI made security changes. Believe it or not, this library is used by enough people that PYPI considers it "critical". I do not need help...

Env: - MacOS Sierra 10.12.6 - Python 3.6.2 For some directories, when calling `ls` with `-G` flag (colored mode), the program would hang on ``` subprocess.py:1393 (pid, sts) = os.waitpid(self.pid,...

bug
help wanted

Since there is no `termios` module on Windows, there is no way to emulate a terminal, which means when using `--color=auto` option, we cannot trick `subprocess` to think that it...

help wanted

This might be a stupid question, but since the loader is a global variable, does it keep the values cross multiple API calls? I'm only seeing database queries after the...