David C.

Results 6 comments of David C.

As far as I can tell, a CPU-bound operation in a thread can still block the main event loop, so this requires multiprocessing. The CPU-bound functions like `insert()`, `search()` etc....

@ASMfreaK could you please resolve the licensing problems? If this library should be released under the terms of the LGPL, the copyright notices should include the version (3 vs. 3...

I'm sorry I can't help with this because I don't know Go. > It shouldn't be allowed to set the ID via the api. So can I assume that this...

In my case, it didn't work because I used a CSV which lived in `/home`. See https://github.com/fr-ser/grafana-sqlite-datasource/blob/master/docs/faq.md#i-have-a-permission-denied-error-for-my-database

@ASMfreaK You stated in some other issues that you intended to release this library under the terms of the LGPL. Is it okay for you if I change the copyright...

> There isn't a standard way in Python's type hints system to express that a TypedDict should permit fields other than those explicitly enumerated. > > I don't see a...