-
-
Notifications
You must be signed in to change notification settings - Fork 353
Issues: isaacs/node-lru-cache
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
LRU Cache is not a constructor issue in Microsoft Office addin
#336
by Peterhague
was closed Jun 28, 2024
updated Nov 2, 2024
Backport type fixes from v11.0.1 to v10
#355
by wolfy1339
was closed Sep 26, 2024
updated Sep 27, 2024
Typescript error: Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
#354
by paulsmithkc
was closed Sep 11, 2024
updated Sep 15, 2024
TS 5.6.0-beta compilation error in a project consuming lru-cache
#348
by jeremymeng
was closed Aug 13, 2024
updated Sep 13, 2024
Map iterators throw exception on Typescript 5.6.2
#353
by cowwoc
was closed Sep 10, 2024
updated Sep 11, 2024
Type errors in TypeScript 5.6 due to lib changes (both in source and declaration files)
#352
by andrewbranch
was closed Sep 6, 2024
updated Sep 6, 2024
has() and getRemainingTTL() contradicting each other.
#346
by eakl
was closed Aug 13, 2024
updated Aug 13, 2024
Mocking lru-cache TTL with vitest not working
#345
by eakl
was closed Aug 11, 2024
updated Aug 12, 2024
Be able to auto dispose if system memory low?
#344
by Mrgaton
was closed Jul 17, 2024
updated Jul 17, 2024
Why has Node.js changed since version 10.x without a major version update?
#341
by czewail
was closed Jul 9, 2024
updated Jul 9, 2024
Version 10.3.1 drops support for Node 14 and 16
#340
by Lms24
was closed Jul 8, 2024
updated Jul 8, 2024
Published package contains unusable source condition
#339
by guybedford
was closed Jul 8, 2024
updated Jul 8, 2024
Add a getOrSet() convenience method to delegate memoization / lazy initialization to the cache
#335
by 0x24a537r9
was closed Jun 28, 2024
updated Jul 5, 2024
Distinguish ttl removed items from manually deleted items
#330
by Tipwheal
was closed Jun 28, 2024
updated Jun 28, 2024
fetch: truthy promise resolution typing
#329
by mfulton26
was closed Jun 27, 2024
updated Jun 27, 2024
Is the signal passed to the fetchMethod always triggering the abort event?
#319
by petertflem
was closed Jun 27, 2024
updated Jun 27, 2024
LRUCache seems to incorrectly implement Map<K, V>
#332
by vacavaca
was closed Jun 27, 2024
updated Jun 27, 2024
ReferenceError: AbortSignal is not defined in jest tests
#239
by romanlv
was closed Jun 23, 2022
updated Jun 20, 2024
./min exports files are missing since v10.0.2
#334
by bluwy
was closed Apr 25, 2024
updated Apr 27, 2024
TypeError: lru_cache_1.LRUCache is not a constructor
#294
by TroyCoombs
was closed May 4, 2023
updated Apr 24, 2024
max
option is not strictly followed, throwing RangeError: Map maximum size exceeded
when adding lots of items
#331
by faheel
was closed Apr 23, 2024
updated Apr 23, 2024
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.