deepkit-framework
                                
                                 deepkit-framework copied to clipboard
                                
                                    deepkit-framework copied to clipboard
                            
                            
                            
                        A new full-featured and high-performance TypeScript framework
### Summary of changes There are legitimate cases where a value may begin with `$`, and the current reference implementation breaks those cases. Example case, I have a query that...
Hi, First I just want to say that I really appreciate all the work that's being put into deepkit, I'm really enjoying it. I recently came across an issue (I'm...
Hi, On the latest `@deepkit/[email protected]` I'm getting the following error when running the command `server:start` ``` SyntaxError: Export named 'BrokerKeyValue' not found in module '/.../node_modules/@deepkit/broker/dist/esm/index.js'. ``` Downgrading to `@deepkit/[email protected]` solves...
It would be nice to have some batch mechanism in Message Queue. Like: give me a batch of 10 messages but don't wait longer than 30 s. Using such a...
In 1.0.1-alpha.153 there are still some issues where NaN is converted to undefined which leads to lots of issues (union resolves breaks, ORM validation explodes, ...)
Hello! In earlier versions, documentation had white background ("light" theme). That was changed, docs completely moved to the Dark side: https://deepkit.io/documentation/ Please, give an option to return light color theme...
.NET-alike generic logger autoinjection: ```ts export class SessionsService { constructor( protected readonly logger: Logger // results in logger.scoped('SessionsService') autoinjection ) } ```
### Summary of changes Exported enums seem to not generate `__Ω` annotations in their respective `.d.ts` files. This leads to `Symbol ___Ω not found in...` type errors when other packages...
I'm trying to get deepkit running with Yarn PnP (using [deepkit-node](https://github.com/LEW21/deepkit-node) - I might send a pull request with that later, when I figure out if it'll actually be usable)....
### Summary of changes Add step by step guide for how to setup requirements on an ubuntun machine ### Relinquishment of Rights Please mark following checkbox to confirm that you...