Dave Hirschfeld

Results 472 comments of Dave Hirschfeld
trafficstars

NB: In CI I'm now passing `-v` when you rerun the workflow with debug logging enabled: ```bash pixi auth login conda.cloudsmith.io --token ${{ secrets.CLOUDSMITH_API_KEY }} echo "::group::Installing dependencies..." args=("-e" "docs")...

Also, https://github.com/jupyter/notebook/issues/3262

I fail to see how it could be a security issue if the user can simply open a terminal and run any arbitrary program they want in any case? If...

The error report by `micromamba` let me very quickly determine the source of the problems - they're truly transformative! :heart:

ping! Also interested in your configuration to enable `structlog` @pdelagrave, if you're free to share?

IIRC if you conda install a local .bz2/.conda file it will just do it, ignoring all constraints.

I came here looking for the same thing. As mentioned this is particularly important for images which don't have a shell to exec into.

> @dhirschfeld Thank you for submitting this! Please update `poetry.lock` file as well - CI fails because lockfile doesn't match `pyproject.toml` Yeah, I plan to circle back to do it...

I confirmed this behaviour by initially setting the variable to `None` before setting it to the correct value: ```python to_date.value = None to_date.value = effective_dates[0] ``` I could make this...