Momtchil Momtchev
Momtchil Momtchev
This PR adds support for instantiation and further interaction with an embedded version of Node.js (libnode) entirely through Node-API. Refs: #43516
* **Version**: 1.43.0 (Node.js 19 branch) * **Platform**: Linux ubuntu 5.4.0-110-generic 124-Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux This code: https://github.com/libuv/libuv/blob/e81cc74ca25865e88bab2a977aaa8ee2808cee12/src/unix/core.c#L423 is meant to run...
Here is my proposal. ``` mmom@mmom-workstation:~/src/libuv$ build/uv_run_benchmarks_a queue_work ok 1 - queue_work # 226,318 ping-pong async jobs in 5.0 seconds (45,263/s) # 2,455,663 chained async jobs in 5.0 seconds (491,132/s)...
This is a very significant evolution that can be accomplished with relatively minor modifications to the code. `uv_queue_work()` should be thread-safe and support queuing work from any thread. Queuing work...
### Description Encountered an error when trying to install stdlib with npm 6 ``` nvm use 12 npm i @stdlib/ndarray ``` (or `npm i @stdlib/stdlib`) ### Related Issues https://github.com/npm/cli/issues/1600 ###...
Since it seems that the original PR (#1881) is stale
I don't know if this is supported or not, but it causes a very vicious silent error which causes the rest of the unit tests to not run and **mocha**...
## Expected behavior and actual behavior. GDAL/PROJ CMake interaction hits a CMake limitation The problem comes from the fact that PROJ exports 4 different targets (proj/proj4 combinations). If I manually...
Suggestion: Implement a plugin framework allowing to easily extend `documentation` I have two distinct use cases for this: * Being able to add a parser (for example C++) and to...
In a project that I am converting to documentation I have: * `gdal.Group.arrays` property in `gdal.Group` class * `gdal.GroupArrays` class They both end up having a div id of `gdalgrouparrays`...