-
Thinking about a way to contribute to the project, I found a very useful resource that I use in my daily life: task scheduling.
I tried to sketch out what my idea would be like, based on what Nest …
-
In Deno, JavaScript decorators aren't supported. Obviously they're supported for TypeScript.
This is pretty annoying when one bundles a Deno project into one large JavaScript file to run.
The wo…
-
From looking at the source, I see decorators simply return `() => {}`, which I think implies that they are used only during a compile step (no runtime implementation).
Do you have any thoughts on t…
-
## Bug Report
### What happened?
Decorations on an Epub can't be found through the Android Talkback accessibility tool. This happens even if you directly tap them.
### Expected behavior
Wh…
-
In the regular compiler, we disallow various forms of invalid decorator usage. The following validation should be added to the SSR compiler:
1. Only `api`, `track`, and `wire` can be used as decora…
-
Check out this Python script and create a short video explaining how it works:
https://raw.githubusercontent.com/PythonEducationVid/PythonBrokenEnglish/main/scripts/english/decorators.md
### Follow …
-
### Problem Statement
In the Django framework, a utility exists to declare that a variable is sensitive or not.
https://docs.djangoproject.com/en/3.2/_modules/django/views/decorators/debug/
Wou…
-
**Is your feature request related to a problem? Please describe.**
Using `@namespace.marshal_with` multiple times on one method results in only the outer-most `marhal_with`'s model being used. The on…
-
### Summary
I am having issues getting decorators to work at all in an existing project with `vite` and `react`. I followed all the troubleshooting steps here: [https://www.remirror.io/docs/migrati…
-
### Feature Description
In TypeScript 5.0 decorators will be changed, but it will become stable feature (https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/).
Are you going …