Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / sindresorhus/memoize issues and pull requests
#103 - OutOfMemory errors after upgrading to 10.0.0
Issue -
State: open - Opened by andidev 20 days ago
#102 - TypeScript 5's decorators are not supported
Issue -
State: open - Opened by jwbth 3 months ago
- 1 comment
Labels: enhancement, help wanted
#101 - Cannot find module 'memoize' or its corresponding type declarations.
Issue -
State: closed - Opened by shemzz 3 months ago
- 1 comment
#100 - Error: memoize in react native export field type into tsconfig
Issue -
State: closed - Opened by NamVinh 7 months ago
- 1 comment
#99 - Error: when using memoize in react native
Issue -
State: closed - Opened by NamVinh 7 months ago
- 4 comments
#98 - fix typescript typing reference in package.json
Pull Request -
State: closed - Opened by Goobles 9 months ago
- 6 comments
#97 - Don't add parameters after functions
Issue -
State: open - Opened by fregante 11 months ago
- 11 comments
#96 - Import fails, no types
Issue -
State: closed - Opened by perry-mitchell 11 months ago
- 2 comments
#95 - Typescript unable to find typings
Issue -
State: closed - Opened by mattfysh 12 months ago
- 4 comments
#94 - Use custom cache expiration logic
Pull Request -
State: closed - Opened by sindresorhus 12 months ago
#93 - memDecorator calls getters immediately
Issue -
State: open - Opened by neodon over 1 year ago
- 3 comments
Labels: bug
#92 - Replace/inline dead `map-age-cleaner` package
Issue -
State: closed - Opened by fregante over 1 year ago
- 3 comments
Labels: enhancement, help wanted
#91 - Update dependencies
Pull Request -
State: closed - Opened by fregante over 1 year ago
- 3 comments
#90 - Warn when `cacheKey` is unset and `function.length > 1`?
Issue -
State: open - Opened by fregante almost 2 years ago
- 6 comments
Labels: question, documentation
#89 - Master
Pull Request -
State: closed - Opened by dariusternovan almost 2 years ago
- 1 comment
#88 - Export `Options` type from package
Pull Request -
State: closed - Opened by tatethurston almost 3 years ago
#87 - Importing error using 'mem' dependency (v9+)
Issue -
State: closed - Opened by bitx1 almost 3 years ago
- 4 comments
#86 - Recommendation for a persistent disk cache
Issue -
State: closed - Opened by vjpr about 3 years ago
- 3 comments
#85 - ERR_REQUIRE_ESM Problem
Issue -
State: closed - Opened by v-menzhou about 3 years ago
- 1 comment
#84 - How do I consider all arguments
Issue -
State: closed - Opened by Milo123459 over 3 years ago
- 1 comment
#83 - Match description to `p-memoize`’s
Pull Request -
State: closed - Opened by fregante over 3 years ago
#82 - Mention `p-memoize` in the readme intro
Pull Request -
State: closed - Opened by fregante over 3 years ago
- 3 comments
Labels: documentation
#81 - Cache maxAge is evaluated wrong for async functions
Issue -
State: closed - Opened by krystofwoldrich over 3 years ago
- 4 comments
#80 - ERR_REQUIRE_ESM Problem
Issue -
State: closed - Opened by ghost over 3 years ago
- 4 comments
#79 - When first call encounter exception, the function always return exception
Issue -
State: closed - Opened by zacyang over 3 years ago
- 1 comment
#78 - Fix using multiple decorators on the same instance
Pull Request -
State: closed - Opened by bencehornak over 3 years ago
- 1 comment
#77 - Memoized methods of the same instance are mixed
Issue -
State: closed - Opened by bencehornak over 3 years ago
#76 - Require Node.js 12.20 and move to ESM
Pull Request -
State: closed - Opened by Richienb over 3 years ago
- 2 comments
#75 - Don't use the same memoized function across instances when `.decorator()` is used
Pull Request -
State: closed - Opened by Richienb over 3 years ago
- 1 comment
Labels: bug
#74 - Values are memoised across class/prototype instances
Issue -
State: closed - Opened by notjosh over 3 years ago
- 5 comments
Labels: bug
#73 - Extend decorator documentation
Pull Request -
State: closed - Opened by fregante over 3 years ago
#72 - Improve decorator example in readme
Pull Request -
State: closed - Opened by papb over 3 years ago
- 3 comments
#71 - `clear` doesn't clear the maxAge timeouts
Issue -
State: closed - Opened by xehpuk almost 4 years ago
- 1 comment
#70 - Avoid `mimicFn` error without try/catch
Pull Request -
State: closed - Opened by fregante about 4 years ago
#69 - Fix the `cacheKey` type
Pull Request -
State: closed - Opened by owenallenaz about 4 years ago
- 3 comments
#68 - Convert tests to TypeScript
Pull Request -
State: closed - Opened by fregante about 4 years ago
- 8 comments
#67 - Update dependencies and require Node.js 10
Pull Request -
State: closed - Opened by fregante about 4 years ago
#66 - Fixes a bug in cacheKey, simplifies, adds more robust testing to TS signatures
Pull Request -
State: closed - Opened by owenallenaz about 4 years ago
- 14 comments
Labels: bug
#65 - Fixes a bug in cacheKey, simplifies, adds more robust testing to TS signatures
Pull Request -
State: closed - Opened by owenallenaz about 4 years ago
- 4 comments
#64 - Convert to TypeScript
Pull Request -
State: closed - Opened by fregante about 4 years ago
- 6 comments
Labels: enhancement
#63 - Infer `cacheKey` arguments type
Pull Request -
State: closed - Opened by wzhkobe2408 about 4 years ago
- 23 comments
#62 - Convert tests to TypeScript
Issue -
State: closed - Opened by fregante about 4 years ago
Labels: enhancement, help wanted
#61 - Add `.decorator()` method
Pull Request -
State: closed - Opened by Richienb about 4 years ago
- 16 comments
Labels: enhancement
#60 - Add function decorator
Issue -
State: closed - Opened by Richienb about 4 years ago
- 3 comments
Labels: enhancement, help wanted
#59 - Throw on clear(fn) if fn’s cache can't be cleared
Pull Request -
State: closed - Opened by fregante over 4 years ago
- 7 comments
Labels: bug
#58 - Revert "Automatically use WeakMap when possible"
Pull Request -
State: closed - Opened by fregante over 4 years ago
- 2 comments
Labels: bug
#57 - Slightly improve performance
Pull Request -
State: closed - Opened by fregante over 4 years ago
- 4 comments
Labels: enhancement
#56 - Automatically use WeakMap when possible
Pull Request -
State: closed - Opened by fregante over 4 years ago
- 1 comment
Labels: enhancement
#55 - Improve documentation about custom keys
Pull Request -
State: closed - Opened by fregante over 4 years ago
- 1 comment
#54 - cacheKey is called with the arguments as an array
Issue -
State: closed - Opened by abrenneke over 4 years ago
- 2 comments
Labels: question
#53 - Vulnerability detected : Denial of Service
Issue -
State: closed - Opened by oguilleux over 4 years ago
- 1 comment
#52 - Using mem with many-keys-map
Issue -
State: closed - Opened by papb over 4 years ago
- 4 comments
#51 - Add DeepWeakMap tip to the readme
Pull Request -
State: closed - Opened by futpib almost 5 years ago
- 1 comment
#50 - [TypeScript] cacheKey arguments array isn't automatically typed
Issue -
State: closed - Opened by dylang almost 5 years ago
- 1 comment
Labels: enhancement, help wanted
#49 - mem vs. p-memoize
Issue -
State: closed - Opened by ghost almost 5 years ago
- 5 comments
Labels: question
#48 - Support overloaded functions (TypeScript types)
Pull Request -
State: closed - Opened by fregante almost 5 years ago
- 1 comment
Labels: bug
#47 - Expose a `has` method to check the `cacheStore`
Pull Request -
State: closed - Opened by roblav96 almost 5 years ago
- 1 comment
#46 - Automatically get types from memoized function
Issue -
State: closed - Opened by fregante over 5 years ago
- 1 comment
#45 - Return previously cached result if promise fails
Issue -
State: closed - Opened by joanned about 5 years ago
- 3 comments
#44 - Throw when `.clear()` is called with a non-memoized function
Pull Request -
State: closed - Opened by fregante over 5 years ago
Labels: enhancement
#43 - Simplify default serializer; drop promise-related option
Pull Request -
State: closed - Opened by fregante over 5 years ago
- 1 comment
Labels: enhancement
#42 - Standardize cached object format
Pull Request -
State: closed - Opened by fregante over 5 years ago
#41 - 5.1.0 cleanup broke cache typing
Issue -
State: closed - Opened by dylang over 5 years ago
- 3 comments
#40 - Expectations, ease of use and clarity
Issue -
State: closed - Opened by fregante over 5 years ago
Labels: question
#39 - Cleanup
Pull Request -
State: closed - Opened by fregante over 5 years ago
Labels: enhancement
#38 - Better `.cacheKey` serialization
Issue -
State: closed - Opened by Kikobeats over 5 years ago
- 5 comments
#37 - Drop `maxAge`
Pull Request -
State: closed - Opened by fregante over 5 years ago
- 7 comments
#36 - Change the default value of the `cachePromiseRejection` option to `true`
Pull Request -
State: closed - Opened by fregante over 5 years ago
- 9 comments
#35 - Cache function reference when it's a single argument
Pull Request -
State: closed - Opened by fregante over 5 years ago
- 5 comments
#34 - Add Node.js 12 to testing
Pull Request -
State: closed - Opened by coreyfarrell over 5 years ago
#33 - WIP: Use `ManyKeysMap` for cache
Pull Request -
State: closed - Opened by fregante over 5 years ago
- 3 comments
#32 - Refactor TypeScript definition to use CJS compatible export
Pull Request -
State: closed - Opened by BendingBender over 5 years ago
- 3 comments
#31 - mem intellisense broken for JS
Issue -
State: closed - Opened by sandersn over 5 years ago
- 34 comments
#30 - `mem` is supposed to be callable when `require`'d, in addition to being a `default`
Pull Request -
State: closed - Opened by weswigham over 5 years ago
- 5 comments
#29 - TypeScript - Fix the cache type
Pull Request -
State: closed - Opened by dylang over 5 years ago
#28 - Add TypeScript definition
Pull Request -
State: closed - Opened by BendingBender over 5 years ago
#27 - Avoid `Date.now()` call when `maxAge` is not enabled
Pull Request -
State: closed - Opened by SoyYoRafa over 5 years ago
#26 - Work around some host environments throwing on `mimicFn` call
Pull Request -
State: closed - Opened by zenflow almost 6 years ago
#25 - mimic-fn dependency prevents use in some host environments
Issue -
State: closed - Opened by zenflow almost 6 years ago
- 3 comments
#24 - Unref timeouts to let process exit properly
Pull Request -
State: closed - Opened by johansteffner almost 6 years ago
#23 - Need to Compile to ES5 before publishing to NPM
Issue -
State: closed - Opened by ghost about 6 years ago
- 1 comment
#22 - Better support for Symbol, null, undefined, Infinity, NaN
Pull Request -
State: closed - Opened by maxwellgerber about 6 years ago
- 8 comments
#21 - Add failing tests for RegExp and Symbol arguments
Pull Request -
State: closed - Opened by elvinn about 6 years ago
- 2 comments
#20 - Get wrong results when use regexp or Symbol as function arguments
Issue -
State: closed - Opened by elvinn about 6 years ago
- 9 comments
Labels: bug, help wanted
#19 - Automatically release memory when an item expires - fixes #14
Pull Request -
State: closed - Opened by SamVerschueren about 6 years ago
- 3 comments
#18 - Performance enhancements
Pull Request -
State: closed - Opened by maxwellgerber about 6 years ago
- 1 comment
#17 - Memoize calls to mem itself
Pull Request -
State: closed - Opened by keithamus over 6 years ago
- 6 comments
#16 - Delete cache entries older than max age
Pull Request -
State: closed - Opened by keithamus over 6 years ago
- 16 comments
#15 - Use Keyv
Issue -
State: closed - Opened by lukechilds over 6 years ago
- 4 comments
#14 - Memory leak: old results are not deleted from the cache
Issue -
State: closed - Opened by juancampa almost 7 years ago
- 5 comments
Labels: bug, help wanted
#13 - not support es6 mobule with webpack
Issue -
State: closed - Opened by jerexyz almost 7 years ago
- 1 comment
#12 - Cache pending promises
Pull Request -
State: closed - Opened by LinusU about 7 years ago
- 2 comments
#11 - Add support for prototype method functions - fixes #9
Pull Request -
State: closed - Opened by SamVerschueren about 7 years ago
- 1 comment
#10 - Don't cache rejected promises - fixes #8
Pull Request -
State: closed - Opened by SamVerschueren about 7 years ago
- 9 comments
#9 - Enable memoization for prototype methods
Issue -
State: closed - Opened by improved-broccoli over 7 years ago
- 1 comment
Labels: enhancement, help wanted
#8 - Don't cache a rejected promise
Issue -
State: closed - Opened by sindresorhus over 7 years ago
Labels: enhancement, help wanted
#7 - Add support for clearing cache for specific function arguments
Pull Request -
State: closed - Opened by quocnguyen over 7 years ago
- 4 comments
#6 - add `stats-map`
Pull Request -
State: closed - Opened by SamVerschueren over 8 years ago
- 2 comments
#5 - Add stats
Pull Request -
State: closed - Opened by Kikobeats over 8 years ago
- 12 comments
#4 - fix default cacheKey - fixes #3
Pull Request -
State: closed - Opened by SamVerschueren almost 9 years ago
- 2 comments