Vitaly Magerya

Results 4 issues of Vitaly Magerya

Hi. I've tried benchmaking cohttp as a potential web server for my needs, but it seems to die under load. I've got two different setups where this happens. Here's the...

Performance

Hi, all. There's a highlight problem with multi-line strings: if the closing quote is at the start of the line, it is ignored and the string continues past it. Here's...

Hi, folks. If you first run `:SemanticHightlight` to enable the highlight, and then `:SemanticHighlightToggle`, it will not toggle (as it disable) the highlight. It will do so from the second...

Hi, all. On my machine `theme_matplotlib()` consistently fails. Here's an example: ```python from pandas import DataFrame from plotnine import * theme_set(theme_matplotlib()) PLOT = ( ggplot(DataFrame([{"X":0,"Y":0},{"X":1,"Y":2}])) + aes('X', 'Y') + geom_point()...

Invalid