Gábor Csárdi
Gábor Csárdi
No, it is much older than that: ``` ❯ git --version git version 2.9.2 ❯ git credential usage: git credential [fill|approve|reject] ```
I am not sure if it is possible to determine if the problem is an old git version. `git credential` can fail various ways.
++1 Me, too, please. :) IDE support is essential. As is support without an IDE, i.e. when developing/installing packages. I have had some experience in hooking into the R package...
The biggest difficulty I see with a transpiler is resisting the new features you (and the community in general) want to introduce. :) More seriously, the new features that can...
List of ideas for what a transpiler could do. Some of these need a new parser, but again, these are just ideas. :) Not all of them need a transpiler,...
Yeah, sorry, did not think about the merch..... actually, this is good, people will need to get new merch. :) `[a, b, c]` would be equivalent to `c(a, b, c)`...
Wow. :) The `:` notation seems ambiguous I think.
Where would it put the ciphertext?
Oh, I see, sorry, was reading too quickly. Yeah, makes sense.
There is get_cache_dir i think. On 29 Jun 2017 15:07, "Hadley Wickham" wrote: > Just prints the directory so you can inspect it locally if you want > > —...