harabat

Results 8 comments of harabat

@joelostblom There are also two dashboarding tools, [Panel](https://github.com/holoviz/panel) and [Streamlit](https://github.com/streamlit/streamlit), that might be relevant. While they also support other plotting libraries, Altair features pretty heavily in their communication and communities....

As I understand it, `getcolors()` returns the colours found in the image with their counts, but doesn't do any clustering: one has to process the counts to get the dominant...

Cheers @edavis :). Is it possible to adapt HNRSS's approach to dealing with the "OR" keyword? From utils.go: ```go if strings.Contains(sp.Query, " OR ") { sp.Query = strings.Replace(sp.Query, " OR...

I'm pasting a different CPU profiler output that includes a few more `evil-local-mode` sub-items, in case this helps pinpoint the issue: https://pastebin.com/n3rfXpRz CPU profiler output narrowed down to `org-table-align` ```...

Might it be related to your connection/VPN? Whenever I encounter "timed out" issues, they disappear when I retry or change my VPN's location.

Looking at the Memrise URLs and a [comment](https://ankiweb.net/shared/info/2071525018) about an Anki add-on with a similar purpose, I tried replacing instances of `www.memrise.com` with `app.memrise.com` (found in `memparse` only, not in...

I'll start making the PRs instead of raising issues after this one, the backlog's growing :).

@jakevdp @firasm Assuming that wanting to sort the labels of a heatmap in non-alphabetical order is not rare (spent a lot of time on this personally), would it make sense...