koenvo

Results 9 issues of koenvo

#### What happens? Inserting and deleting same rows in transaction give 'INTERNAL Error' (seems related to https://github.com/duckdb/duckdb/issues/1091 ). This error does not occur when I only execute "Step 2" ####...

bug
Transaction
Python

In some cases it's useful to force a flush of the current output buffer. The code is borrowed from the hlsenc.c

First of all: thanks for this great library! I was wondering what is needed to add kloppy as a reader for input files. When kloppy can be used users of...

I consider also updating the notebook files. But it's not mandatory as it can be replaced while importing it in JupyterLite.

Followup on https://twitter.com/unravelsports/status/1340667041448161281 # Goal It would be great to have a way to use SVG instead of regular dots (koen: should use correct name here). # Steps 1. Make...

When a request works in a regular python environment but not in the browser, often the problem are the lack of CORS headers/support, or blocked by a policy. Make sure...

Some common used urls like ‘github.com/…?raw=true’ don’t have CORS headers set. This will fail the request. Luckily those urls can be rewritten to urls with CORS headers enabled. The ‘raw.githubusercontent.com’...

When running the tests of pyodide-http I occasionally forget to first build the wheel. It would be very convenient when the current context is copied pyodide environment before starting the...