Torsten Curdt

Results 122 issues of Torsten Curdt

It would be great if you could tag a release and push it out to npm. Thanks!

Any chance for making this available via homebrew? Right now there are only - gitx - rowanj-gitx and both are ancient. If a universal binary is not happening soon https://github.com/gitx/gitx/issues/204...

help wanted

I am trying to install node-scrypt with `npm install [email protected]` on ``` $ sw_vers ProductName: Mac OS X ProductVersion: 10.13.6 BuildVersion: 17G6030 $ node -v v12.1.0 $ npm -v 6.9.0...

Building gives this error - that does not break the build: ``` Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed...

improvement

[ioSender](https://github.com/terjeio/ioSender) allows to connect via network. Would be great to connect to some boards that feature an ethernet connection (that is often more reliable than USB). Are there any plans...

enhancement

Using an env variable to pass the token is not so great. Best would be to a file like the official client does it (~/.gist)

Would be great to add support for basic HTTP authentication. Not sure how hard it is to add. Would love to help out but haven't been much a CFNetwork guy...

from the docs it's not clear whether you can only map keys or also key paths

The parent POMs are not resolvable. ``` [INFO] Scanning for projects... Downloading: http://nexus.xwiki.org/nexus/content/groups/public/com/twitter/scala-parent-292/0.0.2/scala-parent-292-0.0.2.pom Downloading: http://repo1.maven.org/maven2/com/twitter/scala-parent-292/0.0.2/scala-parent-292-0.0.2.pom [ERROR] The build could not read 4 projects -> [Help 1] [ERROR] [ERROR] The project...

I am trying to build a docker registry based on this demo but I don't understand what's getting setup here https://github.com/lukaspustina/docker-registry-demo/blob/master/registry/Dockerfile#L12 and the `requirements.txt` file is missing for me and...