Re: I want to start collaborating

2021-08-29 Thread Christoph GrĂ¼ninger
Hi Alessandro, to add on Nate's great answer: You might want to have a look into incubating projects. Usually they have only few developers and if one of the skills you can offer is lacking in the project, you can make even bigger contributions. There it is easier to shape a project compared to the

Using ES6 modules in KWin Scripts

2021-08-29 Thread Mikhail Zolotukhin
Hello, I want to develop a KWin Script using QML and TypeScript. Unfotunately I cannot get it to work, so that it can use the feature intoduced in ES6 standard - modules. To test this with minimal working example I did the following: I created main.qml with the following content: ```import QtQ