-
It looks like `@types/keyv` and `@types/cacheable-request` were deprecated and had an update which is just an empty package. `@types/cacheable-request` has specified the `@types/keyv` version to `*` w…
-
### Describe the improvement
Needle should switch from JSON to Keyv as its storage interface, to allow more choice for hosters. This is a somewhat big undertaking, as almost every piece of Needle r…
-
**Describe the bug**
I cannot store objects with BigInt values. I think this is overhead if I would use serialize (superjson, devalue...) for in-memory cache.
Primary store of Cacheable serializes d…
-
#### Describe the bug
I'm upgrading from v12 to v14 and getting an error that sounds ESM related
- Node.js version: 22.1.0
- OS & version: macOS 14.5
#### Actual behavior
```
Uncaught …
-
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
Same Issue as #15154. I can't paste into a `ipywi…
-
### What version of Bun is running?
1.0.3+25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps …
-
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62741 removed typings for `@types/keyv` library, replacing them with a readme file that suggests not using this package. This was released as a …
-
I tried by following code but return error:
```js
for (const value of (this.keyvStore as any).iterator()) {
console.log(value);
}
```
> ERROR : this.keyvStore.iterator is not a func…
-
after upgrading from 2.1.0 to 2.2.0 I got this error
```sh
matrix-gpt-bot@instance:~/2.2.0$ yarn start
yarn run v1.22.19
$ node --enable-source-maps dist/index.js
/opt/matrix_gpt_bot/2.2.0/node…
-
I am trying to implement a prefix scan and delete. While a [generalised search](https://github.com/jaredwray/keyv/issues/84) was ruled out years ago, I would argue the iterator returning all values is…