Results 10 comments of Svetlozar Argirov

My company is heavy user of this library, and since it's practically abandoned we decided to fork it. I've published today, alpha version with TypeORM 0.3x. support. You can find...

@fscardua this is fixed in the latest alpha

@MrMaz I don't have any contributor rights for this repo and I belive it is abandoned. I try to maintain a fork here : https://github.com/gid-oss/dataui-nestjs-crud, and there is already some...

@MrMaz good. Maybe you can sort it out, but the reality is the package was abandoned months before the war started, so I don't think the war has anything to...

Thank you :) On 10 May 2017 10:42 p.m., "Jörg Prante" wrote: > I just released version 5.4.0.0 of the plugin. > > — > You are receiving this because...

@JensWunderwald it's in the bakclog, since we haven't moved to typeorm 0.3. So I made o ly preliminary testing and haven't released it yet because of lack of more testing...

Happens to me also with Fedora 40 and 1.5.0 : ``` Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-1.1.x". This happened because Prisma...

My company is heavy user of this library, and since it's practically abandoned we decided to fork it. I've published today, alpha version with TypeORM 0.3x. support. You can find...

I am having similar problems with Remix. ``` 💿 remix dev info building... info built (11s) (node:137991) Warning: To load an ES module, set "type": "module" in the package.json or...

It seems the core of the problem is described very well here : https://www.sensedeep.com/blog/posts/2021/how-to-create-single-source-npm-module.html Because If I manually add a `package.json` like that: ```json { "type": "module" } ``` in...