phi-friday
phi-friday
> Is this in reference to #138? No, it's not related. I was curious about the example(especially async) and read it, but there was some unsupported code in the latest...
> I'm currently leaning towards deleting the async example from the folder entirely, I'm not sure it's really needed and evidently we're not good at maintaining it. What do you...
> @phi-friday I will put your PRs on hold until this is sorted out, because any merge conflict on `gh-pages` would be horrible to resolve. My apologies. I'm sorry I...
The `code_docs` looks like it needs some work. The variable name and type are not separated by a space. 
> The `code_docs` looks like it needs some work. The variable name and type are not separated by a space. When written like ```pbounds: dict```, it looks fine, but when...
https://github.com/astral-sh/uv/issues/6298#issuecomment-2350938745 > Using uvx hatch version ... is mostly fine, but I can't use it when it's a stub only package because there is no *.py. I need a way...
Override the `__cache_key__` attribute of the function. see more: https://github.com/grantjenks/python-diskcache/blob/ebfa37cd99d7ef716ec452ad8af4b4276a8e2233/diskcache/core.py#L1864-L1888
> What is the exact need for why you need to place the venv elsewhere? That is not entirely clear from your description here. It seems to me to be...
> > What is the exact need for why you need to place the venv elsewhere? That is not entirely clear from your description here. It seems to me to...
https://github.com/grantjenks/python-diskcache/issues/202#issuecomment-918806514 He doesn't seem to be willing to support typing, at least for the time being. I also needed type hints, so I created a [related library](https://github.com/phi-friday/diskcache-stubs).