Gábor Csárdi

Results 2061 comments of Gábor Csárdi

It is fine to use it directly. I might need to introduce smaller limits in the future, though, if these queries slow down the DB.

Yeah, these have free text version numbers, like `3.0b8a-2 (1999/06/07)` and I am not sure how to parse and sort them.

we rely on being able to order them, so this would require some work

dates are often hard to come by for old packages.

I don't think the issue is M1 related, but I'll try it on Intel as well. I think `wasmer-runtime-core` is simply not supported any more, and wasmer is the way...

> this behavior is consistent with what would happen if you open and close the devices manually I am not sure withr needs to follow that. I think withr's contract...

Thanks! I wonder if using an option + env var would make more sense in this case, instead of pushing this argument through everywhere, which is somewhat error prone if...

> Without the pass through though, some of my installs fail if I don’t add a PAT in addition to the SSH key. Why is that? If we set the...

If we use `getOption()` _every time_ `git` is an argument, and every time we need to choose between command like git and the other one, I don't see how it...

Yeah, I agree that this is not ideal. OTOH if you are always using xgit or git2r, then you just need to set the option, no? So I am kind...