Maurits van Altvorst

Results 10 issues of Maurits van Altvorst

I've found [this](https://godoc.org/github.com/flimzy/anki) documentation and I couldn't find any way to read an .apkg, edit a note and write the changes back to an .apkg. Is there any way to...

Traceback (most recent call last): File "main2.py", line 7, in print(deck1.note_info(note["_nid"])) File "/usr/lib/python3.7/site-packages/ankisync/anki.py", line 316, in note_info 'fields': dict(zip(header, row)) TypeError: unhashable type: 'dict' Happens when I use `deck.note_info(...)`

[Filesystem in Userspace](https://en.wikipedia.org/wiki/Filesystem_in_Userspace) This would make reading and writing files easier without being bound to uds' specific CLI commands.

enhancement
help wanted

https://github.com/chezou/tabula-py/issues/131 has sent me here.

enhancement

### Problem description Big fan of the library, very much appreciate the work. I think it would be nice to be able to calculate rolling covariances, similarly to [`Rolling.cov` in...

enhancement

### Describe the bug ``` qdb=> SELECT COUNT(*) FROM l2_book WHERE level=1 AND exchange='huobi'; count ---------- 10293883 (1 row) qdb=> EXPLAIN SELECT COUNT(*) FROM l2_book WHERE level=1 AND exchange='huobi'; server...

Bug
Question
SQL

[MindOpt](https://opt.alibabacloud.com/portal) is a promising relatively new LP + MIP solver by Alibaba. If MindOpt is significantly faster than e.g. SCIP, it might be nice to support this solver as a...

Is there any way to check whether a house has been sold subject to contract? Thanks!

### What problem does the new feature solve? In the current state of TimescaleDB, it is unclear from the docs whether `time_bucket` creates left- or right-closed intervals. Through experimentation I...

feature-request