Bas Schoenmaeckers

Results 52 comments of Bas Schoenmaeckers

There is only [one place](https://github.com/openreplay/openreplay/blob/main/scripts/helmcharts/openreplay/files/minio.sh#L10) left where the namespace is hardcoded, so it shouldn't be hard to fix this now.

I got the same error on my local machine when installing the following minimal requirements.txt file: ``` --extra-index-url https://private-package-registry/simple --extra-index-url https://download.pytorch.org/whl/cpu torch==2.1.0+cpu private-package==1.0.0 # Does not depend on torch ```...

> @bschoenmaeckers are any of those packages already installed locally? I cannot reproduce this error anymore after creating a new venv. So it was maybe just a fluke.

Is the return value going to be undefined when [`passkeyPlatformAuthenticator`](https://w3c.github.io/webauthn/#dom-clientcapability-passkeyplatformauthenticator) is not present in [`getClientCapabilities()`](getClientCapabilities)?

also add a button with a list of items/loot that have a chance to spawn in dungeon chests or temple etc.

Having the same problem, but I'm calling it without a timeout so my job gets called 500k each day. Looks like the job is immediately scheduled again until 01:00. ```python...

Current master fixed my issue, so a new release could help others as well.

Should we consider re-implementing the [poetry-export-plugin](https://github.com/python-poetry/poetry-plugin-export) or calling it as a subprocess?

Is [this](https://github.com/astral-sh/uv/blob/main/crates/uv-client/tests/netrc_auth.rs) test not sufficient to validate netrc authentication? Or do we need more tests to validate correct precedence?