Robin Kahlow
Robin Kahlow
### Motivation: Why do you think this is important? Currently adding new Python dependencies to a task requires users to create a new docker image with these dependencies, which takes...
Probably not coming anytime soon but cross-platform support for the editor would be nice now that the project was ported to .NET Core. This requires a switch from WPF to...
Don't know how to do it yet so right now it is necessary to manually make it the default one in the Open With dialog.
This unifies a lot of things, removes duplicate code and simplifies handling of pins etc.
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/attributes/
So we are able to call the base's methods and use its properties etc. Tricky because we can not store `base` in a variable, so we would need a special...
Can probably find out which project we are in by iterating over all and checking IsDocumentInProject.
In most cases for specifying types (eg. variable types, class base types, input type pins on nodes) we don't need a full type graph and we simply want to specify...