Stephan Ennen

Results 7 issues of Stephan Ennen

WriteEvent() should have optional text coloring options. Allows for easier viewing of debug information. In my server, I needed to dump a lot of debug information to the console. I...

Enhancement
Server

WriteEvent() should wrap to use the entire console window, not just the right half of the console window. Allows for easier viewing of debug information.

Enhancement
Server

Just a list of nodes that would be nice to have. I may contribute these myself if I find time. **Constant values** - Pi - Phi - Tau - Root...

Title says it all. Instead of having to make two add nodes to combine 3 values, you could just have one add node where the user can specify a number...

For large graphs, having duplicate scalar param nodes with the same name would be desirable, to keep things clean. Currently if you use multiple scalar params with the same name,...

I'd like to see how to program something like what's seen in this youtube video. https://www.youtube.com/watch?v=RU0wScIj36o

MyraPad will crash on start with a `UriFormatException`, when built for Linux. The issue is that UriBuilder class tries to parse the executing assembly, a linux directory, with no proper...