Nex Zhu

Results 22 issues of Nex Zhu

Memex's default search behavior for "#multiple #tags" is "or" logic, however "and" logic (intersection of results) is also very useful, which is Hypothesis's default search behavior, please add support for...

REPL crash on any command: repl.ts ```ts import 'reflect-metadata' import 'module-alias/register' import { oso } from './oso' oso.repl().then(() => console.log('done')) ``` ```sh [root@Nograd backend]# npx ts-node src/authz/repl.ts query> done query>...

Middlewares are not applied when specifying multiple matching routes: This won't work: ```ts middlewares: [ httpMiddleware.for(SomeMiddleware).forRoutes({ path: '/pathA', }, { path: 'pathB', }), ] ``` While this works: ```ts middlewares:...

When trying to use ESM (`"type": "module"`) in my project, `typescript-eslint` is unable to find types, possibly caused by `"types": "./dist/cjs/index.d.ts"` in Deepkit packages' `package.json`: ```json { "name": "@deepkit/event", "version":...

Given config like this: ```ts export class HelloConfig { title: string = 'World' color: string = 'yellow' year: number = 2022 } export class Config { hello: HelloConfig = new...

Hello The [documentations](https://deepkit.io/documentation/framework/http/middleware#express-middleware) and [this issue](https://github.com/deepkit/deepkit-framework/issues/116) say that Express/Connect middlewares are supported but looking through the code it seems like request type is not converted to what Express middlewars expect,...

Hi, I have a GraphQL API auto generated from Prisma schema using typegraphql-prisma. The following query for example working as expected with Yoga as the GraphQL server: ```graphql query GetNodes($where:...

Hope there will be a Nuxt SDK with frontend and backend integration, like Next.js SDK. ### What problem did you meet? ### Describe what you'd like Logto to have

feature-request
sdk
status/not-planned

- [ ] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://github.com/daotl/nuxt-starter/tree/formily) ### Steps to reproduce ```sh...

Description: https://github.com/daotl/vitesse/tree/element-plus Repo with [Element Plus](https://element-plus.org/), auto-importing enabled