Tobias Bergkvist
Tobias Bergkvist
Is it possible to use OpenSSH instead of libssh2?
@arxanas Do you have to rerun `jj init --git-repo .` every time you do a git pull? Or does it "keep in sync" after you do it once?
@martinvonz: See https://github.com/libgit2/libgit2/pull/6617
I tested it out now, but I'm getting a segfault when using a git remote like `[email protected]:bergkvist/jj`. (Building https://github.com/bergkvist/jj will in theory also allow you to reproduce the segfault). ```...
The above segfault has been fixed. Also, I had to enable SSH exec support in git2-rs (https://github.com/bergkvist/git2-rs/commit/9a4d232bdebb98c650ffbf7dacf0a307fa5e6591). You can test out installing my patched version like this: ```ssh git clone...
### Alternative name: `line-border-*` This might avoid confusion of people thinking `line-stroke-*` is defining the line fill (rather than its border). I agree that `line-gap-width` would no longer be needed...
I'm using kaniko in GitLab CI/CD with runners in a DigitalOcean Kubernetes cluster (3x 2GB 1vCPU). # Benchmark: create-react-app (multi-stage build) ```Dockerfile FROM node:12-alpine as build WORKDIR /home/app/ COPY package.json...
I just experienced the same problem and put a few print statements into the rustfmt source code, which revealed the following behaviour: ```rs // max_width = 100 // fn_call_width =...
I would personally prefer a single extension - and a uniform syntax across libraries and executables (with executables typically containing a `begin ... end` block). That would also allow for...
How about allowing the export keyword everywhere? Except making it do the same thing as proc outside of library context?