Markus Stöger

Results 17 comments of Markus Stöger

> this seems more like a PostgreSQL question than an Npgsql one. I'd also expect this exception during open and not command execution Alright.. we were not sure if this...

> In the meantime I'd encourage Dapper to consider some kind of change to stop the requirement to have things-labelled-public-in-IL-that-arent-actually-public-because-they're-in-a-private-type. I guess for a library that uses reflection that'd involve...

No subplots makes me switch between F# for processing data and Python for plotting it :/

I ran into this problem while trying to save (and display) charts of intermediate results while unit testing algorithms. I created the following ugly workaround... maybe it can be of...

@vzarytovskii looks like I've been on an older version of VS (event log says 17.0.31903.59). I upgraded to 17.2.1 and the problem seems to be gone / cannot reproduce it...

@IanMatthewHuff is it possible that selection support for output images was removed in the last few versions? I've got extension version 2019.3.6558 and clicking on output images does nothing. Neither...

@IanMatthewHuff looks like the trick is selecting the image by dragging the mouse over it - not clicking on it (like I tried before). But still, not sure what I'm...

This shows that cells are not skipped, but executing in the wrong order: ![wrongorder](https://user-images.githubusercontent.com/6381927/46831614-2e4e1580-cda4-11e8-97c4-eb8f1afeedb9.png) (As above - not deterministic.. might have to try several times)

I just downgraded notebook to my previous version of 5.5.0 (with conda install notebook=5.5)... and the problem persists!? What other packages could be causing this? (I ran conda update --all...

I found a conda environment that I created a few months ago and the problem does not happen there. So I tried downgrading single packages until the bug disappeared -...