Khiet Tam Nguyen
Khiet Tam Nguyen
Hi, I believe there's an issue with the dates being duplicated in the date array passed into "onChange". This can be reproduced by: 1. Select a cell (e.g. Cell A)....
When trying to build [node-libcurl](https://github.com/JCMais/node-libcurl), I get the following error:  The full error message is: ```text Error: [getRequest] Failed at request (https://unpkg.com/[email protected]/lib/binding/node_libcurl.node) Error: Couldn't load https://unpkg.com/[email protected]/lib/binding/node_libcurl.node (404 code) ```...
# Curl Easy segmentation fault with requests to external site Thank you for this library :). Please let me know if any other information would help. ## Describe the bug...
Hello, In version 3.0.0, the [code tab on npm](https://www.npmjs.com/package/node-libcurl/v/3.0.0?activeTab=code) contains many redundant files:  From what I can see, only ```json "files": [ "binding.gyp", "dist", "scripts", "src" ],...
## Description When a REDIS_URL specifies a "family" in the URL, e.g. ``` redis://@redis:50004/?family=4 ``` it is not type-casted to number, resulting in the error ```text node:dns:179 validateOneOf(options.family, 'options.family', validFamilies);...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
Hello, node-netstat currently does nothing if the command [netstat](https://linux.die.net/man/8/netstat) is not found (i.e. [net-tools](https://net-tools.sourceforge.io/) is not installed). For example:  code source (click to view) ```javascript /** *...
On Windows, the state for a started HTTP server is `LISTENING`, but on Linux, it's `LISTEN`. Is there a way to consolidate these differences when filtering? Also, it would be...
### Description On Linux, when using the AUR package [ente-auth-bin](https://aur.archlinux.org/packages/ente-auth-bin), attempting to edit (or get QR code) results in the APP hanging/unresponsive. I've discovered that this is because it is...
### Description When creating a new tag, it is possible to uncheck it and then create another one with the same name (or alternatively, create a tag with the same...