Oscar Gustafsson
Oscar Gustafsson
```python def foo(): """ Quite long line, e.g., because I link to\ something and do not want to upset\ line length rules and keep this\ a single sentence. """ ```...
Not sure if it is just me, but I get the following warning when validating an Enum: ``` WARNING: [numpydoc] Validation warnings while processing docstring for 'b_asic.quantization.Quantization.ROUNDING': GL01: Docstring text...
#### References to other Issues or PRs Relates to #16031 I just found out about #11188 and #12011. They seem more general, which may be a reason that they are...
I just edited the release notes a bit and noted that some "second level lists" were using `-`and some `*`. I manually edited all to use `*`, but it would...
I plan to add better SymPy support to Spyder. What I want to obtain is that SymPy expressions are "supported" and shown in the Variable explorer, ideally using SymPy pretty...
Seems like these are not run.
It seems like bmatrix does not work when combined with $$. I have no understanding of why, but $$ works and bmatrix works when combined with .. math::. The problem...
The code example is not valid (e.g. `Util.createNeutralId()`). Also, there are references to SourceForge. Finally, are there any existing custom importers that we would like to add directly to JabRef?
Some content should be imported automatically or generated by the build script. This includes the importFormat example and the translation status. See #11 for a bit more context and some...
I do not think the support for custom formatters is working anymore (typical indication: add a formatter without adding it to the huge `switch` in `LayoutEntry` leads to no formatter...