Luis Bernhard Kuhrmann
Luis Bernhard Kuhrmann
Hi all, I hope this is not a repeat question. I am trying to do an operation equivalent to this, but it does not work: `uconvert(u"1/km", 1.0u"S" * 1.0u"Ω" *...
With this simple snippet: ``` begin a =0 for b in [1,2,3] c = a a += b end end ``` I get this weird super weird error behaviour when...
I like that it is possible to click on the "Running code" boxes while the code is running to go to the currently running cell. I would like it that,...
Weird markdown ParseError: unterminated string literal on second level markdown header (`## Header`)
## Short version: This code causes a parsing error only if run in the VSCode repl with `Alt + Enter`: It works if pasted into the REPL or if the...
For generators, I expect `qg` to be between `qmin` and `qmax` if I run power flow (either native or with JuMP), but this does not seem to be the case...
Changed the network data format shunt description from ``` "gs":, # Active power withdrawn per voltage p.u. "bs":, # Reactive power withdrawn per voltage p.u. ``` to ``` "gs":, #...
For me the table of contents is a bit in the way, because I quite like the Live docs. They overlap and it also just feels cluttered. I would love...