Martin Adámek
Martin Adámek
There are new releases of playwright (one landed just a few hours ago), so once we publish a new version of crawlee, the base docker image gets rebuilt and will...
Feel free to PR this, I guess we just didn't think about such use case.
i think the headers are normalized directly in `got` (to lower case), sounds like a wontfix to me.
Yes but even if we hadn't done that, it would have happened on the lower level, as got does the same https://github.com/sindresorhus/got/issues/1335
> A lot of the properties are | undefined. Can you list which ones? I can see `loadedUrl`, `id`, and `headers`, rest seems to be already mandatory. And I can...
Yeah, this can wait, we just wanted to have this tracked. It sounds like a good first issue for some new joiners.
So you have `auth.user` table, you have an entity for it, and you want to ignore the rest of the schema? And you want to have only some columns mapped...
You can create any index via index expressions, see the `title` property in this example https://mikro-orm.io/docs/defining-entities#indexes.
are you sure this doesn't break CJS projects? i think we could maybe remove the overrides completely, as this should be now all taken from the project's tsconfig. maybe we...
Ok, now I am finally able to reproduce this. You confused me with the `mikro-orm-esm`, to me that works just fine with ESM projects (as the https://github.com/mikro-orm/guide). I had to...