-
### Discussed in https://github.com/CarlosNZ/json-edit-react/discussions/116
Originally posted by **yaswanthmaddula-sureify** September 5, 2024
I would like to have confirmation modal, if use…
-
\@zenfs/core 1.4.2 is incompatible with \@types/node 20.16.12 or newer.
TypeScript compiler raises TS2420 and TS2416 errors.
## package.json
```json
{
"private": true,
"type": "module",
…
-
the `request` module in use by this package was deprecated a long time ago and doesn't support promises. I want to give this package the ability to use both callbacks (for backward compatibility) and…
ekkis updated
2 years ago
-
Promise All function should not only list the promises but also give context (either manually added by the user who used Promise or by the dev, however it works)
-
## Issue:
I am currently working with Nodebox (or Codesandbox) and facing issues due to the current Node.js version (16.x.x). It does not support certain features such as `dns.promises.resolveSrv`, w…
-
HS Ticket: 15965137125
Warning: Error in contrasts
zitoa updated
1 month ago
-
Sometimes, whether from a brand-new stack or an existing stack, uploading images results in an error that boils down to the PHP container being unable to resolve the MinIO s3 emulation container.
…
-
https://github.com/cashubtc/nuts/blob/main/09.md
https://github.com/cashubtc/cashu-ts/blob/d1491235edddfd923da1112479f910c69e29440a/src/CashuMint.ts#L429
-
related: https://github.com/neovim/neovim/issues/11312
## Problem
There's no builtin abstraction for:
- Representing a task.
- Example: `vim.system()` returns its own ad-hoc "task" that can be …
-
Compare
```ts
readFile(id: TFileHandle, options?: IReadFileOptions | string): Promise;
```
to Node's
```ts
function readFile(path: PathLike | FileHandle, options?: { encoding?: null, flag?…