-
for example to capture output and save as image with freeze.
-
Avoiding code replication is generally achieved by using classes. However, this solution is not optimal when dealing with functions, simply defined as:
```
def(self, some_arguments)
...
```
…
-
The recent build refactors should have made it easier now to run our tests under both legacy decorators and stable decorators. That would allow us to pick back up https://github.com/emberjs/ember.js/p…
-
Does your roadmap include upgrading the project to TypeScript v5.2 or later in order to migrate to the new decorator (v5.0) and decorator metadata (v5.2)?
-
Blocked by https://github.com/insightsengineering/teal/issues/1368
- Assign yourself to a single module by adding your name next to the item.
- add the decorator functionality to the module and upda…
-
Decorators are functions that wrap other functions, essentially acting as functions that construct other functions. These are useful to apply common/shared behavior to many fns
-
### 🐛 Describe the bug
Noticed while looking at how `skipIfMPS` is used in common_modules:
https://github.com/pytorch/pytorch/blob/3d618019fb5dd1ab20da5b468056a4830d86d323/torch/testing/_internal/co…
-
I suggest including support for decorating `ActiveStorage` attachment. Since `ActiveStorage` does not derive from `ActiveRecord`, this is not automatic. I currently do it by putting
```
Draper.set…
-
### 🐞 Describe the Bug
Following the Quick Start tutorial guide, in the 'Define a Route' section, where it states to add a model() method to the Route in the app/routes/scientists.js file, I get a Pa…
-
**Is your feature request related to a problem? Please describe.**
We are using strykerJS in our NestJS backend and have a lot of logic placed in decorators, for instance mapping a property from x to…