-
### Clear and concise description of the problem
In cases where conditional application of decorators (e.g. versioning or some form of selector language for the target) could be useful, it would be i…
-
Function tagging may be very beneficial for many reasons.
It may simplify to benchmark something on multiple functions, may help creating unusual relationships between functions.
The topic is wi…
-
### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to chec…
-
I'd like to wrap my functions like this:
```typescript
let limiter: RateLimiterAbstract;
//...
@limiter.enforce
// or for more tokens: @limiter.enforce(2)
function limitedFunction() {
/…
-
I would love to have an API for defining custom decorators. My use case is to add an icon/highlight for nodes which are in the quickfix list. I've come up with a hacky way to accomplish this, by overr…
-
Many parts of the book use decorators to implement Pyomo models. While it is explained in sections 1.2 and 1.3, I think readers could benefit from a more descriptive explanation that could be based on…
-
### Package
@carbon/ibm-products
### Browser
Firefox
### Operating System
Windows
### Package version
v2.53.0-rc.0
### React version
_No response_
### Automated testing tool and ruleset
Man…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v22.9.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager:…
-
-
Hello, I'm wondering if you will migrate to stage 3 standard decorators, and if you have any thoughts of feedback on issues like this one:
[discrepancy: we're allowed to get/set private fields, but…