Justin Flannery

Results 143 comments of Justin Flannery

This issue has been resolved with `camply>=0.32.7` and will be closed on May 1st.

Is this a feature of `uv pip compile` or just uv projects?

Ahh! Figured out the issue here @valentinoli. In order to work with `pip-compile` / `uv pip compile`, `hatch-pip-compile` creates a temporary `requirements.in` file and runs compile on that (this is...

So it looks like the issue here is with explicit indexes. Since `hatch-pip-compile` uses a `requirements.in` file instead of a `pyproject.toml` file to generate LockFiles, it doesn't understand explicit indexes....

Opened https://github.com/astral-sh/uv/issues/11848 on `uv` as I believe this is a feature/bugfix that belongs there

#355 stacktrace ``` │ /usr/local/lib/python3.11/site-packages/camply/providers/going_to_camp/going_to_camp_provider.py │ │ :522 in list_site_availability │ │ │ │ 519 │ │ if equipment_type_id: │ │ 520 │ │ │ search_filter["subEquipmentCategoryId"] = equipment_type_id │ │...

#354 and #355 both seem to indicate that the camping.bcparks.ca API experienced downtime which led to the exceptions. Camply has some exception handling that should allow for _some_ downtime, but...

Hey @thisIsMikeKane - thanks for the contribution! Using Selenium / scraping HTML instead of hitting APIs is something I would need to consider. In the past I've meant `camply` to...

We actually are using `PyMuPDF` but we're using its former name, [fitz](https://github.com/juftin/browsr/blob/968bfbfd3fc14c7a802e90a64a094f41bcd80f32/browsr/utils.py#L21-L35) https://pymupdf.readthedocs.io/en/latest/tutorial.html#note-on-the-name-fitz I will need to take a look at its licensing and see if there's an alternative, or...

Nice - this is a great solution. Any idea how far back the `Project.config.envs` API goes back? The project test as far back as `1.7.x`