Marcus S. Abildskov

Results 52 issues of Marcus S. Abildskov

Decorators doesn't get resolved in the order that they're being applied. For instance, if we take this class: ``` @Module() export class Server { @Lifecycle.subscribe() create() { // ... }...

## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

enhancement

What about dynamic imports?

Nest is great and is widely used among the TS community with their GraphQL module.

enhancement
help wanted

### Summary of changes Initial implementation of Cloudflare Workers support for HTTP & RPC. TODO - [ ] Auth Blockers - [ ] https://github.com/deepkit/deepkit-framework/issues/236 - [ ] [`new Function` is...

I have a use case where it'd be better DX to be able to resolve a receive type from a class generic using it's constructor. Example: ```ts class A {...

enhancement

It seems that renaming properties during deserialization/serializations only works on the root type: ```ts const camelCaseToSnakeCase = (str: string) => str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`); class CamelCaseToSnakeCaseNamingStrategy extends NamingStrategy { constructor()...

We'd like to support additional runtime environments, such as: - [Cloudflare Workers](https://workers.cloudflare.com) - [Deno](https://deno.land) - [Bun](https://bun.sh) - [Netlify Functions](https://www.netlify.com/products/#netlify-edge-functions) - ... and more This would require that we'd need to...

I'd love to support the future development of this project - as I'm sure others would like to as well. Perhaps you could create an OpenCollective or something similar for...

When I click on a different Github link from an issue comment, isn't it supposed to redirect me to the actual issue inside that repository instead of opening my default...

help wanted
good for beginners