Qiying Wang
Qiying Wang
Chrome/Firefox provide `storage.sync` to sync extension data among multiple devices, which I think is a good choice for user. According to chrome storage reference, the `storage.sync` behaves identically to `storage.local`...
If the command has very long output, and I want to see the full output, how can I do that? In command line I can use `asciinema cat` to display...
In jupyter_c_kernel, codes would be compiled in C11, why not add support for other c version. Currently, I've tried add an compile flag `//%cflags:-std=gnu89`, but it didn't work. After I...
This is my base image built upon paketobuildpacks/run:base named docker.example.com/run:base which has been pushed to my private registry with basic auth. ```bash FROM paketobuildpacks/run:base # Install packages (ffmpeg) RUN echo...
Hello, everyone! I don't know why not use `index-url` defined in `/etc/pip.conf`. Currently, `pipenv` use `source.url` in Pipfile and a runtime option `--pypi-mirror` to specify the pypi index page. In...
I've got 404 not found when downloading [openssl-3.0.0-alpha4](https://www.openssl.org/source/openssl-3.0.0-alpha4.tar.gz). At this moment, there's [openssl-3.0.0-alpha5](https://www.openssl.org/source/openssl-3.0.0-alpha5.tar.gz) for downloading on [openssl website](https://www.openssl.org/source/). Personally speaking, uses have to download the exactly same version of openssl...
Fix #83
Is that possible to run PSA (Portable Switch Architecture) by `psa_switch` provided by bmv2.
Use aria2c to for parallel downloading and continuation