ruro

Results 104 comments of ruro

Also, @benselme @blagasz @kvesteri @mitsuhiko you are members of the `python-babel` GitHub org, so I am assuming, that you can maybe shed some light on this issue.

Just to be clear, I didn't comment here just because you didn't answer in my PR. I just thought that based on the number of the open issues/PRs/commits vs the...

AFAIK, the "20 year old upstream issue" is only unresolved because of backwards compatibility concerns. This does not apply to zen, since it renames `.mozilla` to `.zen` anyway. To the...

By the way, can someone clarify, what is the current behaviour of `git lfs prune` and/or `git lfs prune --verify-remote` in cases, when there are multiple `LFS` repositories with a...

> I expect it will probably cause data loss, although I haven't looked at the code to verify that. I don't think `--verify-remote` will help here because if repositories A...

> It isn't a bug that this happens because it's clearly documented that it's unsafe to do so. I'll have to disagree on that one. Documented problems with the software...

> `lfs.storage` is a way you can place the storage for your LFS data for a single repository on a different disk or location, since the data can be large....

@lmcinnes I just ran into the same issue. `output_metric="haversine"` like in the docs works fine, but `output_metric="cosine"` gives nonsense results. Can you clarify, what you mean by "bounded metrics"? Isn't...

Well, I understand that the Haversine metric essentially operates on the 2d reparametrization instead of the full 3d vectors, however I don't understand, how is that relevant. Cosine distance is...

Hi. I spent some time trying to debug this issue. I wasn't able to definitively track down the offending piece of code, but here are some of my findings that...