Pau Ruiz Safont

Results 36 comments of Pau Ruiz Safont

I've had to double-quote each named field to make the workaround to work: ``` xsv select $(xsv headers -j $FILE | grep "foo:.\+bar.\+" | sed -e 's/^\|$/"/g' | tr "\n"...

> Why is this still open? An organization can have multiple teams, each one taking care of many repositories inside the same organization. I want to subscribe to many repositories...

Tested with ocamlformat 0.22.4: still happening: ``` dune build @fmt --auto-promote File "dune-project", line 3, characters 0-32: 3 | (formatting (enabled_for ocaml)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ocamlformat: Cannot process "ocaml/xapi/xapi_session.ml". Please report this...

I'll change the weird code, but that won't change any instances where this might happen ;)

@smorimoto what do I need to run to avoid the differing format for the .js files? None of the commands in package.json I run locally change these files. EDIT: using...

xs-opam is a custom opam repo for the xapi project. We're loading it for the biggest and most modified package we have in github actions as well: https://github.com/xapi-project/xen-api/blob/master/.github/workflows/main.yml Additionally a...

For [xen-api](https://github.com/xapi-project/xen-api/blob/master/.github/workflows/main.yml) I set up a daily opam build cache, which I warm up with a scheduled run in the morning. Invalidating parts of a cache is a difficult problem,...

I don't understand the current design choice to save several copies either. But I think removing the date from the cache keys is a very risky decision that should be...

> Moreover, there will be two cached entries after running the CI "today", one labeled "yesterday" (which is practically inaccessible) and one labeled "today". That's what xen-api uses and it's...

> If "it causes problems when loading caches that are not in sync with what the newest opam metadata expects", then it would already be causing problems now. It is......