Aaron Gong

Results 4 issues of Aaron Gong

Steps to replicate ``` mkdir test cd test npm init -y npm install aerospike ``` Error message ``` npm ERR! code 1 npm ERR! path C:\Users\aaron\test\aeros\node_modules\aerospike npm ERR! command failed...

The native webcrypto library (https://nodejs.org/api/webcrypto.html) is available since node 15 and node 16 is now LTS Is it possible to use the native library instead. The problem I am having...

- [X] has-reproduction - [ ] feature - [ ] blocking - [ ] good first issue Reproduce using these commands ```bash npm ini -y npm install graphql npm install...

This may be an improvement in future to handle large datasets (.e.g > 50000 items in a select). Instead of select2(...), the library below can be used, each time a...

enhancement