Mathias Leppich

Results 14 issues of Mathias Leppich

AWS Cli changed the use of `aws_security_token` to `aws_session_token` back in 2015. The changes in this PR adds support for `aws_session_token` property as well as the `AWS_SESSION_TOKEN` env variable, while...

I want to use [Sourcegraph](https://sourcegraph.com) for go-colorable code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/mattn/go-colorable. (It should only take 30...

…building on #111 this PR adds some auto-linking for [CVE](https://en.wikipedia.org/wiki/Common_Vulnerabilities_and_Exposures)s… **Example**: ![image](https://user-images.githubusercontent.com/26716/35672422-d72d85aa-073e-11e8-8851-02a44117fcb8.png)

need rebase

looks like they are not yet supported here is a complex example: ``` digraph G { db35info [shape=record,margin="0.1,0.04",label="\ db35| \ (couchdb 1.2.0)| \ m2.2xlarge, 68.4 GB Ram, 26 EC2CU |...

Support for stashes (see #14 ) Major Tasks: - [x] list stashes in sidebar (with libgit2) - [x] pop stash (context menu) - [x] apply stash (context menu) - [x]...

### What's the problem you're trying to solve? We have over 100 tests and like to run them across multiple test executors in our CI environment. A single machine can...

@serenity-js/webdriverio

It would be nice if you could filter the list of inputs with a regex. Use case: ``` ffuf -w common.txt:FILE -w web-mutations.txt:MUT -w web-extensions.txt:EXT -u http://example.com/FILEMUTEXT ``` If you...

While there is [`pygit2.hashfile`](https://github.com/libgit2/pygit2/blob/fce010dc5fa590f0d832b942bdd1d60ea904f89a/src/pygit2.c#L127-L152) which is a binding for libgit2 [`git_odb_hashfile`](https://libgit2.org/libgit2/#v1.5.1/group/odb/git_odb_hashfile), there appears to be no binding for [`git_repository_hashfile`](https://libgit2.org/libgit2/#v1.5.1/group/repository/git_repository_hashfile). The difference is that `git_repository_hashfile` calculates the file hash using repository...

I like to use `git_repository_hashfile` has a substitute to invoking `git hash-object` command. But there is a difference in behaviour: When the repository has configured `core.safecrlf`: `true` and a file...

Draft change to serve discussion of https://github.com/libgit2/libgit2/issues/6481