Médéric Hurier (Fmind)
Médéric Hurier (Fmind)
At the moment, the whole project is in one file. I would need to split it into an executable and a library. Do you think it makes sense ? Is...
Hello, Could you post some lines from your reports.vt file ? From the output, it seems the file cannot be parsed properly.
Thank to your issue, I found a bug that occurs when dataset is very small, like in the example case. I've pushed a new version in target/uberjar. It works on...
This is an interesting use case, but I think GNU/Linux commands can handle it already. For instance, you can use `cat` to concatenate several files prior to Euphony execution: ```...
The maximum number of records I had to process was 1 million. It took 8 hours to process the reports with my local machine (8 cores, 32 GB or ram...
You can send me an email including our reports, I will see if it takes as much time on my computer.
I find this module a bit too magical, and I'm not sure it supports deep merging like omegaconf https://omegaconf.readthedocs.io/en/2.3_branch/usage.html#omegaconf-merge. Would you have an example with pydantic-settings to share?
Thanks for the complete example @martinkozle. I had this discussion with my colleagues, and we found two ways of integrating external settings: 1. Load settings "statically" from configs files (+...
Interesting snippet, I haven't considered this option. I'm going to use Pydantic on a new project, and I'll test pydantic-settings. Let's see how it goes.
I had the opportunity to test Pydantic Settings in another project. It's really cool, thanks for the highlight! However, I think it will require too much effort to incorporate it...