Cléber Zavadniak
Cléber Zavadniak
Maybe this could be solved wih processes. I'm starting to feel streams and processes should hang out more together... (Maybe with some syntatic sugar to wrap a command in a...
With Pids being able to read from and write to streams, that would be easy to implement this: ```tcl proc f (x) { receive | foreach msg { send $parent_process...
Of course, how to reference the parent process is one concern and I personally would prefer to simply call `send` without any Pid instead of injecting a variable into any...
(Except all that would make the Pid be treated as a command. Not sure about this part...)
About the `select` suggestion, using Pids would feel more natural and I would prefer if the command was very explicit about how it's actually handling data from these multiple streams:...
1. "I want to add to the same muxer (i.e. to the running | pipe) a third reader which reads yet another file. How will I do it?" - you...
Man, that's so sad. I just made Dissenter run inside Flatpak... I was quite satisfied with the Chromium/Webkit "backend", also. Maybe you could consider using another simpler project, like **surf**...
I proposed a solution. It seems the issue is in Django itself: https://github.com/django/django/pull/8142 (The weird thing is: am I the only one getting this error?)
Man, you can't forget that kind of thing! Haha! Thanks.