Christian Jöcker
Christian Jöcker
Right now the diagrams are looking good. Nevertheless, I think they would be easier to understand with the following changes:  What do you think? I can try to make...
It would be nice to be able to hide enum tables with an extra flag in the schema. When you have many enums, the diagram is not so easy to...
### Duplicates - [X] I have searched the existing issues ### Related page https://mui.com/base/guides/working-with-tailwind-css/#create-the-slider-component ### Kind of issue Missing information ### Issue description I was looking for a way to...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Link to live example:...
## Summary 💡 Allow configuring a custom query so that `screen.get...` can be changed. For that, I would create two new fields in the settings panel: `selector object` with the...
Hi, The URLs I'm getting for Bitbucket Server are not correct in my case. Correct URL: `https://my-url.com/stash/projects/evr/repos/repo-name/browse/README.md` Wrong URL generated by Gitlink: `https://my-url.com/projects/evr/repos/repo-name/browse/README.md` Remote URL: `ssh://[email protected]:1234/evr/repo-name.git` The part `/stash` is...
I want to save the commit hash and date in an env variable when I deploy using Github Actions so that I can show it in my app. For that,...
### Problem Statement I'm using `@sentry/remix` with Remix and deploying it with a docker container to AWS. I couldn't find in the documentation that I need to add the `ARG...
### What is the new or updated feature that you are suggesting? I want to set an error on the client side without needing Zod for that. Something like a...
### What is the new or updated feature that you are suggesting? I would like to have a `setFieldValue(fieldName:string)` in the `useFormContext` hook. Right now, I only have `useControlField` to...