Valentin Palkovic

Results 264 comments of Valentin Palkovic

@nareshbhatia I did some investigations and the issue is, that currently per default `@mdx-js/[email protected]` version is used, which defines `react` in its peerDependency section (https://github.com/mdx-js/mdx/blob/v1.6.22/packages/react/package.json#L35). React 18 is not part...

Also `mustache` support would be very nice

@Flax95 Thank you for opening up this issue! Should the relations only be dropped, If they are not available in the schema or always?

You are already able to also generate the relational scalar fields by enabling it in the settings: ```prisma generator jsonSchema { provider = "prisma-json-schema-generator" keepRelationScalarFields = "true" } ``` Then...

Hey @Zizico2, Thank you very much for opening up this issue. I have a question in mind regarding self-references. How should they work without a reference? Take the `User` type...

@yannbf The error is flaky and happens occasionally. Yesterday, even in this repository, it happened once when I was running the tests. Reexecuting the tests made the error disappear. It...

@VictorGlindasPaf I had the same issue. In my case, the issue was a redirection happening in the components by using a decorator, redirecting to an SSO page when a Token...

PTAL: https://github.com/yarnpkg/berry/issues/1319 So far you are not able to split configurations for npmScopes between a project configuration and your global configuration in your home directory. Delete the npmScope configuration in...

Definitely! Maybe between Christmas and New Year, I will find some time to reevaluate this (the PR is pretty old)