Björn Rave

Results 20 comments of Björn Rave

this is my WIP take on how to solve this: ``` export const injectTenant = (prisma: PrismaClient, subDomain: string) => { prisma.$use(async (params, next) => { if (params.model === 'Setting')...

this could be interesting for the monorepo: https://github.com/formium/tsdx/pull/778

for the guys having problems with this I can recommend to stay on `1.0.1`. For me everything is still fine there

Yea, I saw that, but I was thinking to have that on a global scale. So I can define it in the `i18n.js` file and the namespace get's loaded on...

yes, that's what I was thinking. or also ``` //i18n.js { ... "defaultNS": "common" } //somefile.js const { t } = useTranslation() const text = t('hello') //equal to common:hello ```

I'm confident, that the community will manage to bridge the migration time with keeping the prisma version up to date :)

@Aulos would also like to see this merged :)

oh, yeah true, didn't see, that the default templates dont have a default export. But why not? IMO you should always prefer to export default, especially when there is only...

yes, I would like to be able, that when I add an image to the wysiwyg editor, that I can resize and align the image inside the editor