Pascal Bach

Results 68 comments of Pascal Bach

@pquerner One way would be to use [`--http`](https://github.com/bachp/git-mirror/blob/master/src/main.rs#L66), but I don't think it is currently possible to add the credentials right now. I will see if I can come up...

You might have a look at: https://git-scm.com/docs/gitcredentials If you find a way to make it work it might me worth do add a chapter to the documentation.

I ran into a similar issue while trying to compile against OpenSSL 1.1.0. ``` building 'charm.core.math.integer' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2...

I can confirm that it is working with OpenSSL 1.0.2. I used the following patch to make it compile against my local OpenSSL 1.0 version. ``` From 253be9b108f4f07851db6885a9d94863fc5c3cf7 Mon Sep...

> This is possible and keeps the `.drawio` extension: > > ``` > image::foo.drawio[format=svg,opts=inline] > ``` What I usually do is to prepend `.drawio` to the extension. So the file...

+1 for the enum based variant, it seems easier to comprehend

I think this was fixed with https://github.com/oracle/railcar/pull/26

This doesn't seem to be available on my 7390. Do you have more details about this?

Do you mean the sources `.tar.gz` and `.zip` in the release tab? This are basically just snapshots of the git repository. Go uses [`GOPATH`](https://github.com/golang/go/wiki/GOPATH) to find sources. This means you...

The case I have at hand is that I have two fritz boxes connected via VPN and I would like to monitor both. But I guess you are right it's...