tmax22

Results 10 issues of tmax22

```ts // docusaurus.config.ts themes: [ [ require.resolve("@easyops-cn/docusaurus-search-local"), /** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */ { hashed: true, highlightSearchTermsOnTargetPage: true, removeDefaultStemmer: true, removeDefaultStopWordFilter: true, }, ], ], ```` i enabled `removeDefaultStemmer` but i still...

feature request

it is possible to specify in report portal method types like "Before Suite" or "After Methods" in frameworks like TestNG for java. is it possible to set this method in...

bug

currently this lib searches for `schema.prisma` on `/`, is it possible to specify custom path such `/my-schemas/schema.prisma`?

**Description and expected behavior** false error `values of "references" and "fields" must have the same type`, when the type actually the same and `zenstack generate` creates correct schema. this is...

need-repro

Zenstack already supports automatic CRUD API with generated react-query hooks(which is insane, thanks!), so for example for Post model: ```prisma model Post { ... title String } ``` we can...

### TanStack Table version table-core v8.17.3 ### Framework/Library version react ### Describe the bug and the steps to reproduce it current implementation for `cell.getIsAggregated` is https://github.com/TanStack/table/blob/22e1ac4e8536fb959093574b0e2d42d3faa6f992/packages/table-core/src/features/ColumnGrouping.ts#L396 i would argue that...

Hello Zenstack Team, I'm writing to request a caching mechanism for the zenstack generate command. Currently, when dealing with large schemas containing many tables, the generation process becomes time-consuming. 1....

zenstack already provides amazing typesafe auto-generated hooks with react query or swr. but sometimes we simply need the raw fetch call used behind these hooks. in my case, i need...

zenstack v2.5.1 introduces new error. for example for this schema: ```prisma generator client { provider = "prisma-client-js" binaryTargets = ["native", "rhel-openssl-3.0.x"] } datasource db { provider = "postgresql" url =...

in-progress

hey @jensakejohansson we also DELETED 'superadmin' by mistake and its indeed breaks reportportal (why do reportportal allow it throw the ui?) what are the details to insert a new super...

enhancement