Kasper Fromm Pedersen

Results 8 comments of Kasper Fromm Pedersen

@antonysouthworth-halter wouldn't the `disable` parameter do what you are asking for? https://tqdm.github.io/docs/tqdm/#__init__

I have the same issue using Python 3.12 from MS Store on Windows 11. Installing PDM using binaries installed from python.org works fine.

Hi @Nataneljpwd, thanks for reaching out. The setup below reproduces the error consitently on my setup. Apache airflow version 3.0.2 Added variable `my_test_variable` using the web ui (Admin->Variables->Add Variable) Here...

@roji maybe the [Box2D type](https://postgis.net/docs/Box2D.html) could be used for this purpose?

@roji I'm no expert myself, however, here is my reasoning: I use Box2d as the type for my envelopes, simply because nothing else can be stored in them. Using ST_Envelope()...

@roji I think the power of the mapping comes down to ease of use and PostGIS type support. I know this is slightly different from what OP addressed, but let...

I agree that a dirty hack to solve this problem is not desired either. The two questions was simply due to my lack of knowledge on the internals of Npgsql....

I believe that it is possible to supply a layer name when exporting to a geopackage. The SQL below should do just that. ```sql COPY tbl TO 'path/to/file.gpkg' WITH (FORMAT...