Peter Rowlands (변기호)

Results 231 comments of Peter Rowlands (변기호)
trafficstars

Just to follow up on this, I think supporting # in object names when version_aware is false is probably the best way to handle this situation. The assumptions about how...

It looks like this is actually already implemented? `gcsfs.url()` does not do signing but `gcsfs.sign()` does (and only `sign()` is defined in `fsspec/filesystem_spec`) https://github.com/fsspec/gcsfs/blob/378cae6f56f3dbca1b909d58f21a8d61ed5b0a45/gcsfs/core.py#L1581-L1606

Can't speak for the user that originally opened this issue, but for our purposes `sign()` is sufficient

What about just doing something like `expand_path(..., glob=True)` so the caller can pass `glob=False` into `get/put/expand_path` when they want the recursive dir expansion but are explicitly not using glob patterns?

I'm not sure we are actually pushing two copies of the experiment, I'm guessing that there are actually two separate experiments with the same name being generated. git refs (and...

> My impression is that this might have something to do with `git gc` perhaps not being run automatically while all of these experiments are created and so it has...

In the event that the user runs into this again, it is safe to manually run `git prune` as the message suggests (or you can manually run `git gc`), but...

Looks like the `--allow-missing` logic needs to be updated to account for the newer data index loading errors

> I get this error with dvc exp push origin : DEBUG: link type reflink is not available ([Errno 95] no more link types left to try out) This isn't...

These errors are not related to the artifact logging, that is working properly. The problem is specifically with the `dvc exp push`, it looks like there is something wrong with...