Michał Sieroń
Michał Sieroń
I meant loading scripts created from already existing script set. For example someone chooses "Disable OS Services > Text Messaging" and "Remove Bloatware > Remove OneDrive > Uninstall OneDrive". Then...
That's exactly what I was thinking here. I am not sure if there's any need for additional buttons. I think, that simply automatically putting JSON there would be enough. User...
Actually when I tried to do some Messible output, USB did reset correctly and exit code was `0`. But still, default example returns `74`. Maybe it is better to just...
Hi @galak, I've addressed all your comments. Could you revisit this PR?
@wolfv I looked into it and it seems that all relevant logic is here: [conda_env/installers/pip.py](https://github.com/conda/conda/blob/579cdf20693097a269a194590a3162d32e39af12/conda_env/installers/pip.py) Looks like I overestimated how much `conda` does and totally forgot about running subprocess in...
Sorry for late answer, but here is what I was able to find ## SPI (what you might be most interested in) SPI driver in Zephyr for LiteX is slightly...
With the locations you provided, I tried debugging it further. I ended up on this line https://github.com/junegunn/fzf/blob/91387a741b659ba709a67d55d68b74cb3daa812a/plugin/fzf.vim#L299. Applying your diff, but surrounding this line with try-catch reproduced the issue. Then...
Hi @seandewar, I encountered a related, but a little bit different issue https://github.com/junegunn/fzf.vim/issues/1514 I will copy part of my response from there: > 1. Save the following as a file....