Morten Enemark Lund
Morten Enemark Lund
Yes. It is enough to merge ammr-2.5 into it. I will do it right away.
@depierie I have sent you an email :)
I am also running into this issue. I need to have user be able to use the `[](#some-class)` which is xref. But I also have a 500 files with those...
@ryantam626 That would be great. I am sure it would work then.
No problem. I still get an error though. Looks like there are two issues at play, but it is late here and I am too tired to dive into it...
@ryantam626 There is a Gotcha in the Python docs for `NamedTemporaryFile()`. >Whether the name can be used to open the file a second time, while the named temporary file is...
I don't think this is fixable, Since the variables should also behave as normal python variables.
However, there is a workaround with the `${}` syntax. ``` snail@sea ~ $ ${'ProgramFiles(x86)'} 'C:\\Program Files (x86)' ```
Ok. It probably shouldn't crash with that traceback. For me it shows the full traceback even if `$XONSH_SHOW_TRACEBACK=False`
I have opened a separate issue for the last problem #2467