utils-decorators icon indicating copy to clipboard operation
utils-decorators copied to clipboard

Decorators for web and node applications

Results 10 utils-decorators issues
Sort by recently updated
recently updated
newest added

I'm using @memoizeAsync , and it tends screw up my unit tests , as the result of one test is being cached and returned in another test. I want a...

First, thanks for your work and this library. Please is it possible to provide a sample how to "burst"/invalidate the cache when we use memoize/memoizeAsync function/decorator ? Thank you

question
Feature

Decorator that validates that each of the inputs is defined

Feature

Will trigger a method before setting the property

Feature

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

--- ### Feature Request: #### Overview: The current decorator function, `queued()`, aims to provide a queuing mechanism for asynchronous operations. However, it could be improved to offer enhanced functionality and...

Hey there, love the library, it's incredibly useful! By any chance, would you consider adding some kind of "leaky bucket" rate limiter? Essentially, it would be very close to the...

@tripodsgames: I want to implement a hot cache functionality into the memoizeAsyncify, i want your opinion on this implementation. WORK IN PROGRESS. Details: Hot cache system always keeps the cache...

Feature