#
decorator
Here are 367 public repositories matching this topic...
a node.js web framework based on typescript
-
Updated
Sep 10, 2020 - TypeScript
Decorate your TextView easily
-
Updated
Jun 10, 2018 - Java
A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
-
Updated
Jul 19, 2020 - TypeScript
Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
python
adapter
design-pattern
factory
observer
clone
command
proxy
filter
iterator
composite
callback
mediator
singleton
decorator
strategy
refactor
responsibility
objectpool
principle
-
Updated
Sep 14, 2019 - Python
Web Components engine based on JSX & TypeScript
-
Updated
Sep 3, 2020 - TypeScript
Transparent and persistent cache/serialization powered by type hints
-
Updated
Jul 26, 2020 - Python
storybook-addon. Redirects console output into action logger panel
-
Updated
Sep 7, 2020 - JavaScript
Versatile async-friendly library to retry failed operations with configurable backoff strategies
-
Updated
Sep 7, 2018 - Python
Easily decorate your method calls with laravel-decorator package
design-patterns
decorator
laravel-5-package
decorator-pattern
laravel-design-pattern
laravel-decorator
-
Updated
Sep 16, 2020 - PHP
Resubject makes easy to decorate your objects
-
Updated
Oct 19, 2019 - Ruby
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
python
debugging
decorators
decorator
aop
monkey-patching
aspect-oriented-framework
aspect-oriented-programming
-
Updated
Jun 11, 2020 - Python
-
Updated
Sep 12, 2020 - TypeScript
retrofit-cjs 是一个基于JavaScript装饰器(Decorator)和 axios 实现的网络请求库, 支持Vue / React / react-native 等常用框架
-
Updated
Jul 13, 2019 - JavaScript
A powerful caching library for Python, with TTL support and multiple algorithm options.
memoization
algorithm
functional-programming
cache
lru
extensible
decorator
extendable
ttl
fifo
lru-cache
memoize-decorator
memoization-library
fifo-cache
lfu-cache
lfu
ttl-cache
cache-python
python-memoization
ttl-support
-
Updated
May 12, 2020 - Python
-
Updated
Sep 12, 2020 - TypeScript
The Dependency Injection Framework for JavaScript NodeJS and Browser - really made for Composition Root
ioc
babel
factory
node
framework
react-native
webpack
best-practices
dependency-injection
oop
injection
inversion-of-control
decorator
strategy
di
dependency
composition-root
dic
dependency-injection-container
-
Updated
Jul 29, 2020 - JavaScript
A simple wrapper for objects (think of Burgundy as a decorator/presenter) in less than 150 lines.
-
Updated
Feb 25, 2020 - Ruby
Annotate fields to be persisted on navigation away from the current page
-
Updated
Sep 14, 2020 - JavaScript
A Python package that provides tools for inheriting docstrings in customizable ways.
python
documentation-tool
decorator
docstring-inheritance
inheritance-styles
metaclass
numpy-styled-docstrings
-
Updated
May 25, 2020 - Python
Allows you to handle exceptions in ECMAScript/Typescript classes with only one annotation
-
Updated
Sep 4, 2018 - TypeScript
Improve this page
Add a description, image, and links to the decorator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decorator topic, visit your repo's landing page and select "manage topics."
@shaypal5 I'm submitting this PR to hopefully make cachier a bit more usable with long-running functions.
I had noticed that the recursion pattern in
wait_on_entry_calcwas causing the issues I was seeing in #24. I changed the implementation here, and ran a few test cases on a project I was working on.For short-running functions, nothing breaks. The cache gets loaded correctly, and the