Results 64 comments of Kai Zhang

If we do get a zipped ndk, I think one workaround is using `xattr -d com.apple.quarantine FILENAME` to remove the quarantine flag from the directly downloaded executable files.

That's awesome! We are definitely interested in downloading NDK inside Bazel. We can help if needed.

We have a use case for this feature. Our project uses a tool to extract symbols from a `so` library. Later, if the app crashes on the user's device, we...

Currently, ruff-vscode seems doesn't recognize the virtual environment in a multi-root workspace environment. The vscode shows a python virtual environment is activated, but ruff-vscode still says "Python interpreter missing".

I created a demo repo for this: https://github.com/kkpattern/ruff-vscode-multi-root. I have two different projects in this repository, each with a different Python virtual environment. With the multi-root workspace feature, when editing...

This would significantly improve the workflow in a monorepo if we could explicitly change the working directory and have the LSP automatically restart based on the config file in the...

Seems caused by the module been imported multiple times. We fixed this by put the code under `if __name__ == "__main__"`.

Windows 11 Chrome 143.0.7499.146. I noticed there is another error log in the console: ``` Failed to load resource: net::ERR_CONNECTION_TIMED_OUT api.astral-1ad.workers.dev/:1 ``` It looks like a local network issue on...

I think the `configurationFile` option is added in `0.0.6`, you need to upgrade the ty version.

I noticed that ty currently returns many more auto-import candidates than pyright. For example, in Neovim, when I type `Any`: pyright returns: ty returns: