Marcel Schilling
Marcel Schilling
Without being able to reproduce your results (by shared code and data) it will be very hard to provide any help tracking down your problem. For example, how did you...
Did you try ending your stream with `^D`? I am not familiar with Windows. Othrwise consider writing the stream to a (temporary) file and passing that to `gource`.
By ^D I meant Ctrl+D. I don't use powershell so I don't know how to do that. I just think that gource keeps waiting for more input because the stream...
In bash one can type Ctrl+V followed by Ctrl+D IIRC.
I meant when writing the script you can use Ctrl+V followed by Ctrl+D to enter a literal Ctrl+D . This way you can use printf and cat or sed or...
I don't know powershell. But in your original script there were more backticks and linebreaks: ``` $Command = @" `$CombinedLog `` | gource `` ``` vs ``` $Command = @"...
This looks like it can be closed.
> * anything resembling a full url should first be matched against open buffers: > * [...] > * for non exact matches I am not sure (both interpretations make...
I am hitting this when using Jupyter notebooks in a Snakemake workflow. I guess I can work around it using retries but it would be great to have a proper...
@kc611: I subscribe to this issue in March to get notified when there is finally a release that included a fix for https://github.com/numba/numba/issues/9838. Is there such a version by now?