Vincent Privat

Results 11 comments of Vincent Privat

Hi @haraldk! I have no idea either and will look further into it. If I can submit a PR I will let you know very soon.

I would be fine with any solution. I could imagine passing it on the command line, use an environment variable, or having to enter it interactively in the terminal.

@tomkralidis @webb-ben Should I rebase my work on top of #1902?

> I assumed the configuration parameters come from the configuration file, however they would include user/password to access the DB: is there a better approach? I guess that wouldn't be...

A new tag/release would be needed, as the latest tag deploys a version affected by [CVE-2024-10096](https://www.suse.com/security/cve/CVE-2024-10096.html).

Would this ticket also cover a [FOCUS](https://focus.finops.org/) implementation, from the FinOps Foundation?

Thanks for the feedback @m-mohr ! I'm working to add Collections support and I have a question on this part of [Catalog.vue](https://github.com/radiantearth/stac-browser/blob/main/src/components/Catalog.vue#L16): ```xml ``` I see this comes from https://github.com/radiantearth/stac-browser/pull/359...

I can rename it, no problem. I found how to test the collections search results with https://fedeo.ceos.org/ and I am trying to rework this part as actions: ```vue {{ $t('search.selectForItemSearch')...

Here is how it looks like in collections search: and now how it looks like in items search: Is the proposed styling (outline-primary for collections, primary for items) is ok...