Antoine D

Results 52 comments of Antoine D

I tried adding `apt` completion but stopped because without this I did not see how I could complete `apt get ` with the corresponding `apt-cache search`.

:+1: this would be quite useful for some algorithm

Hi, thanks for the great tool Tilt is! I'm trying to do the same, using argo with tilt, however argo workflow templates can have several forms. The `image` can be...

oh I manage to have the hot reload with a better jsonpath: ```python k8s_kind( 'WorkflowTemplate', api_version='argoproj.io/v1alpha1', image_json_path=[ '{.spec.templates[?(@.container.image)].container.image}', '{.spec.templates[?(@.script.image)].script.image}' ], pod_readiness='ignore', ) ``` It works great :tada: :heart:

you're right, it might be really interesting. It's not a trivial change though, we'll have to tweak/bench the ElasticSearch weight of the `loc_name`/`alt_name` to see if this does not inder...

I completely do agree on this ! I was hoping for the integration testing story in rust to improve, but it takes a bit of time :roll_eyes: We would need...

btw https://github.com/wafflespeanut/paperclip could be useful here (even if for the moment openapi 3 is not yet supported)

nop didn't try the spec generation (I needed openapi v3 for some other project, so I used a combination of [openapi schema](https://github.com/boxdot/openapi-schema) for the ouput and handcrafted code for the...

I think the admin could indeed be improved even if it's enough for the moment. I feel we'll need at one point to change the whole weight mechanism to better...

I'm not sure it's important anymore, I feel osm2mimir to import admins is deprecated, so I don't think it's likely we'll do this. what do you think @kinnou02 ?