Navin Keswani

Results 31 comments of Navin Keswani

@talex5 is [this fix]( https://github.com/ocurrent/ocurrent/pull/198) related to this issue?

@lucaskjaero is this related to https://github.com/python-poetry/poetry/issues/1631? In essence I don't think `poetry` generates hashes. It receives them from `pypi` but not necessarily from private repositories. Depending on your situation, if...

We've experienced this too. Suggest it is related to https://github.com/pypa/setuptools/issues/2353 There appears to be a fix in `v50.1.0` https://setuptools.readthedocs.io/en/latest/history.html We bumped our version of `setuptools` to `v50.3.0` and can confirm...

Looks like `rg` uses https://docs.rs/ignore/0.2.2/ignore/gitignore/index.html for handling `.gitignore` files.

There is this http://hackage.haskell.org/package/ignore although it seems very different from the Rust library referenced above. Will spend a bit of time thinking through what is involved in porting the the...

Sometimes this requires that the worker's cache be wiped. Rebuilding a step from the UI results in the same worker being picked (unless it has been paused or taken down)....

Logs are difficult to read - can we have an option to have a light background? https://github.com/ocurrent/ocaml-ci/pull/527#issuecomment-1256326701

I really like the new CI look, but I was wondering if we could try to to optimise a bit more for using the screen efficiently - the font for...

From @tmcgilchrist via slack: Feedback via other channels: - Sorting / filtering on this page would be nice https://ci.ocamllabs.io/github/ocaml-gospel/cameleer/commit/11048c - Show failure / error directly? Scroll to the end? -...

From @emillon via slack: > nice! you might want to tweak the CSS though, the contrast is very hard in some cases (Context - colours in logs)