deepkit-framework icon indicating copy to clipboard operation
deepkit-framework copied to clipboard

A new full-featured and high-performance TypeScript framework

Results 169 deepkit-framework issues
Sort by recently updated
recently updated
newest added

Instead of just first as previously https://github.com/deepkit/deepkit-framework/issues/565#issuecomment-2091054710 I wasn't able to run the test suite on my machine so couldn't check if tests were passing after modifications. ### Summary of...

### Summary of changes Fixed code and imports of example ### Relinquishment of Rights Please mark following checkbox to confirm that you relinquish all rights of your changes: - [x]...

Hello! The Node.js ecosystem is currently suffering from a lack of production-ready solutions for enterprise needs. Upon seeing your landing page, I was intrigued. However, I couldn't find observability tools...

Hello marcj, Thank you for your work, I recently found deepkit and I'm trying to learn how to use it. My interest is in the runtime validation provided by deepkit/type...

### Summary of changes https://github.com/microsoft/TypeScript/issues/56480#issuecomment-2004965554 Fixes https://github.com/deepkit/deepkit-framework/issues/509 ### Relinquishment of Rights Please mark following checkbox to confirm that you relinquish all rights of your changes: - [x] I waive and...

Hi, I'm working on POCs to migrate from **@marcj/marshal** to **@deepkit/type** . Following the [steps here](https://deepkit.io/documentation/runtime-types/serialization) I should get a serialized object. I'm not doing anything complex, and I removed...

I use the Wallaby.JS extension along with vite/vitest while I'm working away. Wallaby does a lot in the editor to highlight errors, show values, and in the case of this...

Hello, I spent hours trying to get deepkit working on a Next.js app (latest version) without success. Considering the huge popularity of Next.js, can you please provide an example app...

I noticed, that you are using the old version of faker, that is no longer maintained. https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/framework/package.json#L55 https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/framework/package.json#L87 https://github.com/deepkit/deepkit-framework/blob/81a1ab1e82ae170034545a25aa540a3a7c69acd7/packages/create-app/files/package.json#L42 You might want to switch to the maintained package `@faker-js/faker`. -...

I came across the following issue using `deepkit/type 1.0.1-alpha.151`: ``` type MyType = 'StringLiteral'; class MyClass { myProperty!: MyType } const myObject = { myProperty: 'NotMyType' }; const value =...