Ankan Roy

Results 9 issues of Ankan Roy

![image](https://github.com/http-rs/tide/assets/109351887/adf584a7-40a0-45c8-b09f-e9c32e88c299)

### Describe your request If OpenSSL is not installed, Gs-connect triggers a notification indicating that OpenSSL is not found. Initially, I overlooked this notification, which led to wasting 30 minutes...

enhancement
UX
shell-extension
dependencies

## Required Backends - https://github.com/coronasafe/care/pull/2290 ## Proposed Changes - Fixes #8059 - In dosage units dropdown added "mcg" and "unit(s)" units - In routes added "Sublingual" @coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers ## Merge...

needs review
tested
P1

### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug i...

bug

After running the quick installer script. When I try to verify the program. We get an error saying `varnamcli: error while loading shared libraries: libgovarnam.so.1: cannot open shared object file:...

Version: Deno 2.0.0 Here is an example code that I run ```ts import { serialize } from "node:v8"; const float16Data = new Float16Array([1.0, 2.5, 3.14]); try { const serialized =...

bug
upstream
node:v8

#26499 This PR adds a better implementation of `setInterval` using async functions, similar to the one in Node.js. It's mostly based on the Node.js version, with some updates to error...

ref: #55842 Added a new environment variable, `NODE_TEST_WORKER_ID`, which ranges from 1 to N when `--experimental-test-isolation=process` is enabled and defaults to 1 when `--experimental-test-isolation=none` is used. Before merging, I want...

needs-ci
test_runner

ref: #55764 We create a `queueHandler`, and in every iteration we execute the handlers in the `queueHandler` until we get a non-null result.

fs
needs-ci