-
I am trying to customize messages in nestjs response, I am using decorators in DTOs, and want to get min constraint I pass to `@Min` (this is just an example). My DTO is something like this:
```
c…
ako-v updated
8 months ago
-
In the latest work for Ember Octane, there are some new decorators that don't parse correctly. For example, if you use `@tracked` in a code sample, it doesn't render. However, we have used decorators …
-
With the following block:
```
@property
def test(self):
pass
```
This plugin folds it like:
```
@property
+--- 2 lines def test(self):---------------
```
But python-mode folds …
-
We currently have the situation where we want a set of methods of all the derived classes of `Brick` to be wrapped by methods defined in the `Brick` base class e.g. `_initialize`, `_allocate`, `_push_…
-
I think right now, it's not easy to customize a span. While thinking about https://github.com/openzipkin/zipkin/issues/2167 I realized that being able to set `Span.remoteServiceName` based on the host…
-
On hold: see [this README](https://github.com/ajvincent/cross-stitch/tree/main/_b3_decorators_namespace).
-
### Dependencies
- @babel/plugin-proposal-decorators
- customize-cra
- react-app-rewired
### Step 1
```
yarn add -D @babel/plugin-proposal-decorators customize-cra react-app-rewired
```
…
-
In NgRx, we use decorators in a similar fashion to Angular - we "mark" class properties using a decorator, so that at runtime we can wire up the application logic:
```ts
import {Effect, Actions} fro…
-
Hi dear,
I am trying to use "next-api-decorators" with Next Js version "14.2.5", but getting various issues.
Please fix.
-
Hi !
First of all, thanks to migrate this project to aws-sdk v3, it works like a charm!
With Typescript 5, they release new decorators but they are not compatible with the old ones cf :
https://…