Gregor Adams

Results 184 comments of Gregor Adams

besides readability, this has no impact on using Dekk. Priority (very) low

I tested the API in a different project and am confident that it will remove a lot of complexity from the internal context/state model. Let's get this done with or...

@aegis72 sorry for the late reply. Each function is standalone. you can just copy it and adjust as required. 1. create your own folder in `custom_nodes` 2. Add your copy...

You have to generate all dynamic pages so that they actually exist after the build. It's a next.js core feature for exports. https://nextjs.org/docs/pages/api-reference/functions/get-static-paths

Also refer to: https://github.com/saltyshiomix/nextron/discussions/461

So... I moved all those packages to devDependencies and it seems to just work. (tested dev and prod/packaged) ``` { "electron-context-menu": "^4.0.0", "electron-dl": "^4.0.0", "electron-serve": "^2.0.0", "electron-store": "^9.0.0" } ```...

we could look into this library, but sadly there doesn't seem to be any documentation: https://tanstack.com/virtual/v3/docs/examples/react/variable There are some examples but it is unclear if this library can handle items...

Some improvements were made in the lastes release v0.1.0-alpha.4. It's not perfect but a lot faster than before.

we still use tags right now but I added two workflows that build the app on windows and ubuntu. ![image](https://github.com/failfa-st/LoRAdo/assets/1148334/d6b53676-fe0f-47e3-b1c3-b99882698c2e) Keeping this open until we have a better automatic release...

Thank you for your input. We will have to use a different layout to allow virtual lists. (I will open a bug ticket for this) We are also looking into...