Sebastian Brückner

Results 13 issues of Sebastian Brückner

Currently, when saving an existing resource, there is one request fired for every relationship and when finished, another request for the update of the actual resource data. Since JSON-API specs...

The plugin does not parse source map urls when they're not separate files but instead embedded in the js file using a data uri (e.g. `sourceMappingURL=data:application/json;base64,`).

### Description This is very similar to #7341. I originally believed bash and apt-get crashing on startup had the same underlying cause, but I was wrong. #7389 fixed the issue...

type: bug
platform: kvm

This dependency is unused, I assume it's a result of actually depending on "node-forge" (which is also in package.json).

The parser currently does not support [reference-style links](https://daringfireball.net/projects/markdown/syntax#link). Is there any plan to support that syntax?

enhancement

## What happened? A method with an optional return value gets generated as `method(…): Promise`. That's correct if the server returns a JSON result of `null`. If the server responds...

bug

## What happened? When an enum has a member called `UNKNOWN`, the resulting code contains two interfaces called `UnknownStageVisitorBuilder`, which fails to compile. I believe this is the same as...

You're currently forcing artifacts to come from the first container (id 0) in the following line: [index.coffee:64](https://github.com/themadcreator/circle-github-bot/blob/b0b3062c30dee05612090c5a8278c0677881872d/src/index.coffee#L64). Could you make that configurable?

Reactions (or "awards" as the Gitlab API calls them) already existed for issues and pull requests. This PR adds support for reactions on individual comments on both issues and pull...

type/enhancement
lgtm/need 2
size/M