Paulius Šarka
Paulius Šarka
I inspected the code, so let me make a more precise suggestion: `pandas` is used only in three places: - `monitor/load_results` - `logger/read_json` - `logger/read_csv` The last two functions are...
@TheJedinator Could you help a bit more with the nested object? I tried to "use the pydantic model as the Type" but I can't get it to work :( Here...
Thank you! Unfortunately I get the same error :( I found one workaround - registering a custom_serializer for the sqlalchemy engine, like so: ```python def custom_serializer(d): return json.dumps(d, default=lambda v:...
Hmm, this doesn't (or at least shouldn't) typecheck :) But I see what you did there, essentially it's the same as registring a custom serializer, but manually.
Probably won't be of much help, but if you need a failing piece of code then this https://github.com/coin-or/Clp/blob/master/examples/addRows.cpp fails with the same exception when using coin-or from conan https://conan.io/center/coin-clp. ~~It...
Great, thank you!
I would suggest keeping all the versions, even the ones with serious bugs -- they will always be there and it's fine. This way you would leave it up to...
~Awesome, thanks for the excel! I'll try to make a mapping file to hcat_3. If I succeed, should I make a pull request for inclusion here?~ Edit: Oh, I just...
Nordrhein-Westfalen is also publishing historical dataset, which currently contains years 2019, 2020, 2021, and 2022 :partying_face: [LWK-TSCHLAG-HIST_EPSG25832_Shape.zip](https://www.opengeodata.nrw.de/produkte/umwelt_klima/bodennutzung/landwirtschaft/LWK-TSCHLAG-HIST_EPSG25832_Shape.zip)
Oh dear, I left the ***** instead of token when trying manual pip install command :man_facepalming: Token is sane, and it works when I remove it. But conda-lock install still...