Lukas

Results 134 comments of Lukas

This is explained a bit stupid in the documentation, because it says `elementType`. Actually `Icon` expects a function that returns an element. Use: ```js } > ``` See: #267

For the meantime, does anyone have a workaround how to get this to work with typescript currently as I can't import it correctly. ### Steps to reproduce ```bash mkdir test-webuntis...

@arnim279 in my real usecase I use nestjs and I don't want to change much in the tsconfig. Isn't there any other way of getting this to work?

Any updates on this? My current solution is not optimal. I added the following to my project: `package.json`: ```json "scripts": { "postinstall": "patch-package" }, "devDependencies": { "patch-package": "^6.4.7" } ```...

This must be related to this library, because doing the require in the for loop with some tweeks to fresh require it, everything is working fine. ```ts // https://github.com/hughsk/fresh-require export...

Hey, I just discovered this alternative firmware and started to use it. Thank you really much for your effort, I really appreciate it. Loving it so far, except this.So is...

Thanks for your quick reply. As I said, I really love the moonlight theme. And thanks for the tip with semanticHighlight, I already saw that in the readme, but was...

This is just a workaround, not a actual fix of the problem.

Do you have some examples for this?

> that the worker thread does not load the machine registry Yes, and that's actually intended. Because there should only live one instance of a machine. Otherwise this can lead...