Michaël Zasso
Michaël Zasso
The repository you linked is under GPL license. If someone wants to implement the algorithm it should be based on the cited article
No, there isn't. I think a `matrix1.concat(matrix2)` makes sense, but that should return a new Matrix. It is a lot more efficient than dynamically changing the size of A.
We could add a method to the `require` function so it knows where to start resolution.
Or a function that takes two parameters. `getPackageDir(__filename, packageSpecifier)` in CJS and `getPackageDir(import.meta.url, packageSpecifier)` in ESM.
- I fixed the linter issue on `canary-base`. - `test-repl-` issues are https://github.com/nodejs/node/issues/43676 - V8 CI issue is https://github.com/nodejs/node-v8/issues/236 - `test-vm-break-on-sigint` is new and unclear (timeout) - https://github.com/nodejs/node-v8/issues/227 is still...
Some nightly release builds are red too: https://ci-release.nodejs.org/job/iojs+release/8644/
Commit: 882dcffdfb45e0127ecb0035db67e90c45ab24dc CI: https://ci.nodejs.org/job/node-test-commit/56245/
Commit: edbabbaa4921a590284bafd55171ba45cf7d2315 CI: https://ci.nodejs.org/job/node-test-commit/56266/
Some new compiler errors: fedora (seems to be a missing include, I commented on the V8 CL): ``` 12:55:47 ../deps/v8/src/wasm/module-compiler.cc: In member function ‘v8::internal::wasm::{anonymous}::CompilationUnitQueues::Queue* v8::internal::wasm::{anonymous}::CompilationUnitQueues::GetQueueForTask(int)’: 12:55:50 ../deps/v8/src/wasm/module-compiler.cc:147:10: error: ‘unique_lock’ is...
/cc @nodejs/platform-smartos ^