Michel de Ruiter
Michel de Ruiter
I have an instance with lots of databases, one of which with 137 different schemas containing hundreds of tables each. Expanding **Tables** takes a loooooong time: I gave up after...
### Describe the bug I got a crash using the (external) [hdbscan package](https://github.com/scikit-learn-contrib/hdbscan) in some special situation. I [debugged it](https://github.com/scikit-learn-contrib/hdbscan/issues/623) and found out that it happens in the scikit-learn package,...
I experienced a hard Python crash on some real-life data. It turns out it's a call to `.minimum_spanning_tree_.plot()` when many points are exactly equal. A minimal example to reproduce: ```...
It's nice that `dateutil.parser.parse` is very forgiving, but I was surprised that it considers the value `1A2B` a valid datetime. It's interpreted as 1 AM on day 2 of the...
I think I have found a bug that occurs when passing some `cluster_labels`. When I completely reverse the order of all input (`data` and `cluster_labels`), and I reverse the result...
I get an exception, while comparing two simple files using `csvdiff -o word-diff`: ``` x,[-C-]{+A+} panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/aswinkarthik/csvdiff/cmd.(*Formatter).wordLevelDiffs(0xc0000f7ac0,...