Yuki Sasaki
Yuki Sasaki
You can tell that this repo is provided under the **MIT License** from [the README](https://github.com/LionC/express-basic-auth) (see the top banner) and [the package description in npm](https://www.npmjs.com/package/express-basic-auth). A `LICENSE` file would certainly...
I can confirm that the installation process is slow, despite `ninja` being installed. ```console # ninja --version 1.11.1.git.kitware.jobserver-1 ``` In fact, even the official Dockerfile takes 2.25 hours to build:...
@ComDec Thanks for your prompt response! As you pointed out, the number of CPU cores seems to matter a lot. Following your comment, I re-built the Docker image with a...
Hi @luisegehaijing, One of the good things about OSS is ease of debugging - you can see what's going wrong by inspecting the library's source code! In your case, I...