Aljosha Papsch

Results 9 issues of Aljosha Papsch

When I add the Authorization header and click the pencil button, I can only add Basic authentication info. I was able to add OAuth info. Where has it gone?

enhancement
need-help

Please take a look at this constructor from https://github.com/lanthaler/IRI/blob/a04d4f923700dc5b4a19e1e105f978b50647efaa/IRI.php#L80 public function __construct($iri = null) { if (null === $iri) { return; } elseif (is_string($iri)) { $this->parse($iri); } elseif ($iri instanceof...

Installing via go get in module mode produces the deprecation message: ``` go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For...

Please consider publishing the extension at https://open-vsx.org/. While VSCode is open source, Microsofts extension marketplace is not. Open-VSX recreates the marketplace under an open source license. There are forks of...

String conversion is locale aware, because its primary use case is for display purposes. This hack assumes that the only other decimal point is a comma, which gets replaced by...

When the function has not been executed yet, this package keeps nudging about running it ("Warning (emacs): PHP function descriptions not loaded. Try M-x php-extras-generate-eldoc"). With every cursor move, the...

**Describe the bug** Toolbox does not return the exit code of the command it runs. **Steps how to reproduce the behaviour** 1. Create a toolbox. 2. Execute `toolbox run cp...

1. Bug

I am in the unfortunate circumstance of having to use a Windows machine for development. This change runs tests in a container. The test suite fails on Windows, but my...

With `save_limit` set to 0, the result queue is clearing ever more slowly with each batch of tasks added. Setting a fixed limit for `save_limit` is not feasible in my...