Gio

Results 9 comments of Gio

Also I have tried to downgrade to adminjs@^5 and use the latest design-system version with the `adminjs.bundle` function, but, unfortunatelly, it is trying to bundle using the design-system version packaged...

Okay, I've actually managed to fix the LdrLoadDll issue, but the CreateWindowExW one is still bothering me :/ Same as #41

I know this is an old issue, but it is happening with me too. The application just crashes when CreateWindowExW is called.

I'm actually also having a lot of similar compatibility issues with all PrismarineJS packages. The major problem is that most of the code is not documented, and the main problem...

I'm afraid I can't :( The code is all messy for now, I'm still working on it, still got some issues to solve like the lightmap (it's not working for...

> The modules are designed to be modular, so they can be independently tested and used for many different purposes. I agree that the docs and how all the packages...

Lerna is a really great project orchestrator, I agree with using it on Prismarine

I've submitted a PR that seems to fix the initial issue, but I've found another issue. `indexArray` isn't including @Unique indexes. ```ts @Table({ indexes: [ { unique: true, fields: ["name",...

Wow, this is actually not closed, I've fixed it internally and just linked this issue internally for us to know about it.