Alexander Firbas
Alexander Firbas
I am a bit confused as to how to reproduce this, as ``kdb set spec:/sw/redshift/#0/current/mode default continual`` raises a syntax error (too may parameters).
I use fish, but this is not the problem. ``kdb set "spec:/sw/redshift/#0/current/mode" default continual`` gives me `Sorry, I could not process the arguments: 2 arguments needed` caused by https://github.com/ElektraInitiative/libelektra/blob/90fb5bef6bf2c899d8b90af90d08b99140ae6666/src/tools/kdb/set.cpp#L27-L30
Thanks for opening the issue. I still have a few questions: ` kdb set` (in ambigious cases): How exactly do you define "ambiguous" here? 1) == cascading lookup failed? 2)...
The problem is that the [jedi xontrib](https://github.com/xonsh/xonsh/blob/0ba5bec86f79a9a1d517862e1c98e3979898e291/xontrib/jedi.py) is not aware of any xonsh syntax, but treats the input as python code. During parsing, while creating the AST, the path literal...
> I can maybe try this. Do you think this would this slow things down too much? I don't think this would be a problem, especially as this is only...
@Techcable are you working on this or should I give it a try?
I think this would be nice in principle, but it would probably take 100+ hours to reach the existing state in terms of features/correctness. Maybe such considerable time could be...
The same phenomenon also exists outside of xonsh in a pure bash/python environment. (See [here](https://www.geeksforgeeks.org/broken-pipe-error-in-python/#:~:text=Python%20interpreter%20is%20not%20capable,32'%20or%20Broken%20Pipe%20Error.) for example). Maybe the solution is to somehow override this behavior when running a xsh...
> This bug is fixed now in the macOS Sequoia 15.0.1 I cannot confirm this, the issue persists for me on 15.0.1.
> Does it work to create a text file `~/.ipe/ipe.conf` with the contents: > > ``` > IPELATEXPATH=/Library/TeX/texbin > ``` > > (one line) > > See https://otfried.github.io/ipe/80_advanced.html#ipe-conf Yes, this...