smbape

Results 5 issues of smbape

### Basic info: - **Node.js version:** v16.14.2 - **jsdom version:** v19.0.0 ### Minimal reproduction case ```js const jsdom = require("jsdom"); const { JSDOM } = jsdom; const cookieJar = new...

```cpp #define SOL_ALL_SAFETIES_ON 1 #include #include int main(int, char**) { std::cout

```cpp #define SOL_ALL_SAFETIES_ON 1 #include struct A { bool val; A() = default; A(bool val) : val(val) {} std::vector vector_as_object() { return { *this }; } }; A operator ==...

Hello, I am using extglob v2.0.2 and node v8.9.0. As the title states, there is a case where a pattern does not match where I thought it would. ```js extglob.makeRe("!(*.js|*.json)").test("a.js.gz")...

bug

Hello I built and ran ex_blend_bench on Windows en Ubuntu WSL. The Windows version is 2 times slower than the Linux version and I have no idea why. Can anyone...