nicerobot
nicerobot
The problem appears to be: https://github.com/src-d/go-git/blob/0d1a009cbb604db18be960db5f1525b99a55d727/storage/filesystem/storage.go#L52-L62 In this linked worktree example, the `ObjectStorage` and `ReferenceStorage` should be based on the contents of the `go-git/.git/worktrees/go-git-linked/gitdir` file.
I will argue for merging this as is, without benchmarks because, IMO, a race condition is a bug, and fixing it is not a feature request nor enhancement. It's simply...
Please consider using the `scratch` Docker image as the base.
No worries. GitHub's search leaves a lot to be desired. It only found instance of the term "installer.sh" and not any files with that name. Or maybe i don't know...
Thanks. I think I've _learned_ that a few times before. Maybe someday it'll stick 😆 Oh, BTW, this issue was technically about [OS detection](https://github.com/abs-lang/abs/blob/master/docs/installer.sh#L1). To properly install on macos requires...
It's set but not to anything that's nicely usable. Mine is currently: darwin18.0
@odino I wonder if you'd be open to a broader, general discussion on the language design, syntax and semantics, regarding calls and interoperability with external executables? The `$()` isn't terrible...
@odino Are you meaning `` `cmd` `` instead of `$(cmd)`? I'm personally not fond of the backticks in bash scripts. Mostly for legibility but also because I like most of...
If you come up with an array notation, e.g. args = ( -s http://api.domain.com/user/me ) then commands can just be res = curl(args).json() or as literal res = curl(( -s...
It works for me using [jsalva's](https://github.com/jupyter/notebook/issues/625#issue-112465411) config with one small change: ``` location ~ /api/kernels/ { ```