mdierolf
mdierolf
New pull request for the functionality in this pull request: https://github.com/sidorares/node-mysql2/pull/811 I had to create a new PR and close the old one, as github will not allow me to...
```javascript import * as chaiModule from "chai"; import { default as chaiHttp, request } from "chai-http"; import express from "express"; const app = express(); const chai = chaiModule.use(chaiHttp); const requester...
The source code in the repository is missing a LICENSE file, whereas the NPM module indicates that the package is released under the Apache 2.0 License
When installing the CLI using the installer, if /usr/local/bin does not exist, the binary is written as a file called /usr/local/bin instead of creating the /usr/local/bin directory, and the installation...
This pull request fixes an issue where the installer writes the circleci binary to a file name /usr/local/bin, if /usr/local/bin is not a directory This should fix this error: ```...
The prebuild binaries are missing for all architectures in NPM for v0.25.0 https://www.npmjs.com/package/tree-sitter/v/0.25.0?activeTab=code