Chongyun Lee

Results 336 comments of Chongyun Lee

Hello, thanks for your feedback! 1. `termux-x11` in the `termux-packages` can be disabled or removed easily if it is not used anymore. Don't worry about it. 2. You could setup...

A workaround for this issue is passing `-Wl,--undefined-version` to `LDFLAGS`.

I agree with this. Separating packages will not only save lots of build time but also make it easier to maintain. `flang` has already been separated from `libllvm` and it...

Revdeps of python | Package Name | Need Rebuild? | Type | Remark | |-----------------------|---------------|----------------------|-------------------------------| | 2ping | Yes | Pure Python Package | | | asciidoc | Yes |...

I don't know whether it works or not, as `code-tunnel-oss` is not written for Android, and Android isn't treated as a supported platform...

This cannot be used because it is not supported for Android. ``` ~ $ code-oss serve-web [2024-05-20 11:05:35] error platform not currently supported: android x86_64 ``` It is possible to...

Ahh... Seems a bug of the cf worker script. You can manually download the deb file from GitHub Release and install it. ``` wget https://github.com/termux-user-repository/dists/releases/download/0.1/openjdk-11-x_11.0.23%2b9_aarch64.deb apt install ./openjdk-11-x_11.0.23+9_aarch64.deb ```

This package is easy to manually install but hard to package. All of its deps are either pure python or just some wrapper and can be easily installed by pip.

https://github.com/FlareSolverr/FlareSolverr?tab=readme-ov-file#from-source-code

Maybe an installer package can be added. I don't want to public binary release of `code-oss-marketplace` as it breaks the ToS of MS VSCode.