Marc Renken

Results 3 issues of Marc Renken

Is there any way to use the hook functionality in IntelliJ Idea as well? I have set the hook and it works. But not when I call or execute Commit...

This PR introduces some basic refactoring to improve code readability and maintainability: - Added type annotations where possible for better static typing - Replaced variables with `final` where applicable to...

I needed the functionality to run a `Stream` in an isolate and have it send updates back to the main thread, so I implemented it. Additionally, I extended support for...