C.A.M. Gerlach
C.A.M. Gerlach
> Do you know what RStudio does? Rstudio runs anything that's a continuation of the current line, forward or backward. However, in R, you explicitly need braces (``{``) around ``if``/``else``...
Have we thought about using the standard library ``ast`` module to do our work for us in terms of syntax parsing? Or is it too heavy-duty for what we need?
> Although that's deprecated, it's still compatible with Python 2 and 3. But what if IPython 8 removes it, breaking Spyder? If we're going to do this, at the very...
FYI @Skylion007 , Github code search can be a bit misleading, as the `filename` field unfortunately considers neither wildcards nor (unlike the `extension` field) exact matches. Of the files whose...
Hey @thibaudcolas , thanks for your excellent work and maintainership thus far. I ran into this issue myself, with the simplest reproducible test case being: ``` {%- if this %}...
This was added in #8752 and is a duplicate of #1638 , and so can be closed. @AA-Turner
Yeah, as discussed, this would be extremely useful for the CPython docs, as brought up in python/cpython#60075 , python/cpython#89541 , python/cpython#86272, python/cpython#86272 and probably others, so it would be fantastic...
@asmeurer Now that Travis CI just announced that they are no longer going to be free for open source beyond a fixed number of trial minutes that don't renew, the...
@ccordoba12 's going to talk to you about it to see what we can work out. Thanks!
For another example, we ported spyder-ide/spyder-docs from Doctr to Github Actions in spyder-ide/spyder-docs#218 ; on one hand, we deploy to the `gh-pages` branch of the same repo so we didn't...