Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

This probably happened because TipTap went out of beta and their packages installed multiple versions of themselves... I suggest moving their other packages to `resolutions` as well: ``` "@tiptap/core": "2.0.1",...

I've just checked with the latest version of `@adminjs/design-system` and it doesn't seem to change anything: `@admin-bro/design-system` package that you referred as well as all other `@admin-bro/*` packages have been...

This won't happen anytime soon most likely. We use `semantic-release` to automate publishing of new releases through a separate organization account and I don't have sufficient permissions to run this...

The documentation contains an example with those options: https://docs.adminjs.co/installation/plugins/express#authenticated

Currently all references relate to primary keys, in one of the projects I've added `populateReference` feature, but it's for Sequelize. I believe you can modify this to work with Typeorm...

This happens due to `eager`. I've marked this as a `bug` since we can probably filter out `eager` props when saving records

Does the problem still persist in the latest version of the adapter?

Does the problem still persist in the latest version of the adapter?

``` "moduleResolution": "Node", ``` has to be `NodeNext` or `Node16` (`"module"` too)