Luís Fernandes
Luís Fernandes
Ah it seems this plugin only works for the assets that are generated during the build itself, so generating them first doesn't really do the trick. Any suggestion?
That's the thing. With the updated packages, 'Platform' is gone. After updating, I got the following packages: SQLite.Net.Async-PCL and SQLite.Net.Core-PCL.
Yeah I believe that's the issue. But, I clicked 'Update' on the nuget package, and it replaced both. Async-PCL only has Net.Core-PCL has a dependency though. Should I have the...
Could we merge this? This would make the clickhouse-mongodb connection a lot better
Any news regarding this? It happened again today with the following model: [another-faulty-model.glb.zip](https://github.com/user-attachments/files/18421453/another-faulty-model.glb.zip)
Any chance we can merge this?
Would it be possible to make this work for nestjs + swc as well?
I remember that my issue a couple of weeks ago with SWC was the dynamic imports (i.e., the node require module experimental flag also worked for me). But from the...
Thanks @ckwcc ! useHybridComposition: false also fixes it for us.
this might stem from this fix: https://github.com/typestack/class-validator/pull/2196 But in our case it revealed very few cases where we were passing a native string to a function instead of an object...