Johann Dirry

Results 95 comments of Johann Dirry

Unfortunately, this problem is still occuring on a different place now: ``` Error 757 Fody: An unhandled exception occurred: Exception: Object reference not set to an instance of an object....

I am currently working around this issue by using [QuikGraph](https://github.com/KeRNeLith/QuikGraph). That is I transform the SliccDB graph into a QuikGraph data structure and then do the interference.

There should be support for mixed-language-flows. The individual nodes should be able to be written in different programming languages. Something like this could be implemented by supporting [Jupyter Notebook Kernels](https://gist.github.com/chronitis/682c4e0d9f663e85e3d87e97cd7d1624)....

Builds on ARM64 are currently not working. Getting the following error: `Visual Studio 2015, 2017 or 2019 required` Visual Studio is currently not available for ARM64. Visual Studio 2022 v17.4+...

Rust uses `//` and `/* */`, so maybe we should use that. The `#` and `` sign has the advantage of beeing more intuitive for user coming from other shells,...