Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

We will likely create a CLI similar to 'create-react-app' in the future. For now I'm leaving this open

@alecgibson can you share your tsconfig? I'm not getting any type errors in our demo apps but we might have different tsconfigs

This makes sense, but it might require a bit of work since we'd most likely do it on adapter (ORM/ODM) level and make this change in all of our adapters....

I think `any` comes from you being able to pass `any` ORM/ODM model, e.g. Typeorm entity, Mongoose model, etc. We could probably fix this by introducing generic `T` type for...

In AdminJS v6 and above `softwareBrothers` config option has been changed to `madeWithLove`

Related to https://github.com/SoftwareBrothers/adminjs/issues/349

That tutorial, while still partially useful, hasn't been updated in a while as stated at the top. Can you tell which step/fragment started causing issues?

The old "API reference" documentation is still available here: https://adminjs-docs.web.app The new tutorial-styled documentation is what people preferred over API reference when we asked our Slack community; most people couldn't...

I will close this for now, the new documentation now has a link to the old API Reference in the sidebar.

This should be solvable in your Dockerfile: https://stackoverflow.com/questions/59470406/how-to-solve-could-not-find-any-python-installation-to-use-with-docker-node-al