GzT
GzT
> ... > Could you please share some more details about the whitelist of connections and a YAML spec that fails for you, so that we can try reproducing and...
@pavithraes Could this be related to `conda-lock` ??? I notice that `conda-lock` makes a sneaky network connection to ``` https://raw.githubusercontent.com/regro/cf-graph-countyfair/master/mappings/pypi/grayskull_pypi_mapping.yaml ``` for a lookup function. If this is not done...
> Because you have a proxy configured on your system, as mentioned here: #767, so maybe these urls get stored in the package cache and conda cannot resolve them. I...
Because we couldn't get the proxy to work with conda-store, we went another direction. So I'm not in a position to do this test.
An example of a sqlalchemy connection and ORM for this database is here: data access layer -- a convenience object to hold db connect details: https://github.com/gzt5142/nldi-crawler-py/blob/7e0aa4c6230c983a4931561ab6322c2d68ece527/src/nldi_crawler/db.py#L28 The ORM is used...
I'm using a `pydantic` dataclass to represent a single ingested feature -- a row of the feature table. See https://github.com/gzt5142/nldi-crawler-py/blob/7e0aa4c6230c983a4931561ab6322c2d68ece527/src/nldi_crawler/feature.py#L14 The sqlalchemy mechanism to bind this dataclass to the relevant...
Hello, Curious the status of this bugfix and timeline. I'm encountering it also (I believe it's the same issue): ``` data = b'\x01\x02\x00\x00`\xad\x10\x00\x00\x02\x00\x00\x00\x00\x00H\xc8\xc3WV\xc0\x00\x00\xc0,H\xa0E@\x00\x00\x00\x00\x00\x00Y@\x00\x00x\x06\x90WV\xc0\x00\x00\xb0\xa5X\xa0E@\x00\xc4\x86\xa7W\x9eV@' geomet.wkb.loads(data) ## File ~/.venv/lib/python3.12/site-packages/geomet/wkb.py:316, in loads(string) ##...