Stéphane Brunner

Results 223 comments of Stéphane Brunner

Yon can modify the schema `SubresourceUris` => `Subresource_Uris` Currently, there is no way to change the method that creates the name, we can imagine having a singleton that provides the...

@eupharis I didn't catch every detail of your proposal, then I propose that you create a pull request, then we talk about it, does it look like ok to you?

Personally, I'm not concerned because I do an `isort` on the generate code via a pre-commit :-)

Effectively, the goal of root_name is to affect only the main class name

Shouldn't we use import lib? https://docs.python.org/3/library/importlib.html

It looks possible that one of those pull requests resolve our issue... https://github.com/geotools/geotools/pull/4860 https://github.com/geotools/geotools/pull/4850

Pydentic is a very popular library to add types on configuration, it's true that it can interfere with user dependency, I will use a wider version range to avoid that,...

Currently, this is not working, but what do you think about using pydentic for data validation, if we use it, I plane to also use it to validate the profiles....

With clipstick I didn't succeed to create command like `papaerless path1 path2`, I will try tyro

With tyro I will get help like that ``` usage: prospector [-h] [OPTIONS] The configuration for Prospector. ╭─ options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ -h, --help │ │ show this help message and...