Char2s

Results 31 issues of Char2s

This is a fully compatible **type-only** feature which is able to greatly improve the development experience! It added a type-only option `stricterTypes`: ```ts const store = createStore( { stricterTypes: true,...

According to the REST specification, a 204 should be returned if a DELETE action is successfully performed, but now the lib returns a 200 instead.

### Current Problem I'm trying to implement a soft delete solution for MikroORM: [mikro-orm-soft-delete](https://github.com/TheNightmareX/mikro-orm-soft-delete), and there are some issues because of MikroORM's filter strategy. When executing a query, MikroORM will...

enhancement

At https://material.io/design/motion/the-motion-system.html, the "easing" specs are documented as "40% Outgoing Only", "80% Incoming Only", "80% Incoming, 40% Outgoing" and so on: ![image](https://user-images.githubusercontent.com/63489409/166024517-a8878766-e510-45e1-a5ff-c3616c62d4e4.png) I can only find the definition of these...

[theme-next/hexo-theme-next](https://github.com/theme-next/hexo-theme-next) is died, the current community maintained version is [next-theme/hexo-theme-next](https://github.com/next-theme/hexo-theme-next)

The current type of the `type` argument is `string`, which may cause errors if we typed a wrong value. But if we specify the type to `'default' | 'info' |...

type: feature
BREAKING CHANGE

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

in Angular there is a Child Injector Feature where we can create an injector as a child of a parent injector, all providers in the parent injector can be accessed...

enhancement

Currently `@deepkit/type-compiler` reads `tsconfig.json` only, ignoring the true tsconfig file used for execution or compilation, which might be `tsconfig.build.ts` or `tsconfig.app.ts`. This behavior might force us to mess up the...

Currently there are actually no "plugin" support in the ORM implementation. The current `SoftDelete` plugin is just a mix of some other public APIs. It can be better to have...