Sebastiaan Dammann
Sebastiaan Dammann
Also ran into this with the Ender 3 S1, default hardware configuration, properly PID tuned. ``` Recv: T:215.00 /215.00 B:60.00 /60.00 @:55 B@:26 Recv: T:215.00 /215.00 B:60.00 /60.00 @:55 B@:26...
Scoping DI on a per component basis is imho a case of "barking up the wrong tree". If you look at something practical like a component with a few buttons...
Yes, I am also happy to help.
How is the dependency graph between the sub packages? The easiest way to introduce Typescript is to start with the core package, then work the way up from that.
(your `visual.zip` appears to be corrupted and cannot be opened) OK, then the most logical place to start is with `tko.utils`, after that it it can probably be done more...
Thanks. I am working on `tko.utils` now. I suggest other contributors wait until we have that one merged in. There are still some loose ends to tie up, and the...
You're right. I will do it evening.
@caseyWebb No, that does unfortunately does not work. If do a `git mv`, then apply the changes, git still decides it is a delete/add. Same when I commit, then amend....
It appears the rollup Typescript plugin is not really being maintained, and having multiple issues: https://github.com/rollup/rollup-plugin-typescript/issues/116
Please note that Typescript found already two actual bugs in the codebase. I understand the doubt, but the benefits of type safety are already showing. And this is just one...