Lachlan O'Neill

Results 21 comments of Lachlan O'Neill

Just bumping this as I'm working on a project requiring a node editor, and Flume seems like the perfect choice for us but for the lack of this very feature....

It seems to me that making such a design decision early on could make implementation of feats easier too?

Hey, good to see you too! I agree that this is not on the critical path for reone 1.0, but just thought I'd raise it as it might inform design...

Thanks for your detailed response! Your argument makes sense and I agree with it. I am currently using the exact method you describe to capture stdout and save writing a...

Spitballing here: combined with #59, the ability to run the executables in some sort of "batch/input" mode where we keep the tool active and continually pass data into it via...

Sure I understand, and readily confess that I'm not really very knowledgeable when it comes to how these things should work - my understanding is that on Linux the overhead...

As discussed privately with @DrMcCoy and on DeadlyStream, I have a potential solution to the recursion issue. Copy/pasting my algorithm below: *** BEGIN QUOTE *** Hey so I've realized that...

Thanks for creating this issue and tagging me in it 👍 Probably the main use case would be reading/editing/writing files (GFF obviously being the main target, but the container structures...

There's no rush at all on this; it's just a suggestion that would make the tool much more efficient when integrating it in our own code via subprocesses. As always,...

As discussed with @DrMcCoy several times (including in issue #57), I've been working on an implementation of an ncs2nss compiler. I've made the repository public at https://github.com/lachjames/ncs2nss. My ultimate goal...