Jason R. Coombs

Results 1062 comments of Jason R. Coombs

At first blush, things seem to be working as intended. The docs for `micropip.freeze` say: > load packages that were loaded with `micropip` this time. But since the fastapi package...

I read the readme and [docs](https://pyodide.org/en/stable/usage/loading-packages.html#micropip), but they don't explain how micropip works except from a user standpoint, so I'm starting to inspect the code and the environment to understand...

Oh! I just noticed that _none_ of the packages installed by pip are showing up in `micropip.freeze()`. And in fact, if I add the following breakpoint, it's never reached: ```diff...

Is there a spec or description of what the lockfile requirements are? I see in [pyodide_lock.spec](https://github.com/pyodide/pyodide-lock/blob/5212b7f3c0242746856bf5ae5aaa6a6a7c536338/pyodide_lock/spec.py#L17-L33), the PackageSpec indicates that file_name must be a string. Could that string be empty?...

> Working from an implementation detail of the installer. Neat. Although it's probably unintended, I'm happy to see URL joins working the way they were intended to do so, allowing...

Support for Abode Cam 2 was added to the backing library in [jaraco.abode 0.6.0](https://jaracoabode.readthedocs.io/en/latest/history.html#v0-6-0). I have gone through the jaraco.abode code and confirmed that it does indeed properly talk to...

I read through the [camera module](https://github.com/home-assistant/core/blob/dev/homeassistant/components/abode/camera.py) and I don't see anything out of order there. Does anyone experiencing this issue have access to troubleshooting logs? See [the troubleshooting guide](https://www.home-assistant.io/docs/configuration/troubleshooting/) for...

No work. The latest HA has been updated to a recent jaraco.abode. Now would be a good opportunity to gather [diagnostics](https://www.home-assistant.io/docs/configuration/troubleshooting/) from someone affected.

Please don't reply with "me too" comments ("still broken" comments are okay following the bot's prompt). Instead, add a thumbs-up to the original post above, or better-yet, follow the directions...

Can you tell me more about the use-case(s) for this function? Does the `setuptools.msvc` module provide the necessary behaviors? Is `_get_vc_env` used to extract the inner details of the compiler...