Magnus Bergmark

Results 34 issues of Magnus Bergmark

### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description I would like to disable `shellcheck` for env...

enhancement

Note to self: * The `hostname` util is also needed and needs to be installed automatically. Install via `inetutils`. * `visudo` breaks if `vi` is not installed (`vim` will not...

When unescaping string in JSON, the search uses the following regexp: /\u([0-9a-f]{4})/ In reality, it should use /\u([0-9a-fA-F]{4})/ since the hexadecimals can use both upper and lowecase letters. I considered...

Parsing a HTML document does not get a DTD. Trying to access it will create one and attach it, however. It will also be at the end of the generated...

platform/jruby
help wanted
needs/research

**Firefox version:** Firefox Developer Edition 61.0b10 (64-bit) **Operating System:** Linux **Installed shadowfox:** (Installed via Arch AUR) ``` › shadowfox-updater --version ShadowFox updater 1.5.1 › pacman -Q shadowfox-updater shadowfox-updater 1.5.1-1 ```...

help wanted
Windows
Linux

Sometimes I want to be able to create a YAML file without a schema, for example to hold generic config. In some cases the naming of this file would match...

enhancement

I'm using a non-standard position for my taskrc file (XDG `~/.config/taskwarrior/config`). I'm setting my `$TASKRC` environment variable to the place of the config, which works transparently in all `task` invocations...

I have an Rails app that is using multiple GraphQL APIs. From what I can tell by reading the code, only a single client can ever be assigned to views...

### Description Is there any plans to supply Swagger specifications for the RTM messages? It would be very useful for SDKs out there to be able to generate code from...

## What is the purpose of this pull request? This fixes two bugs I've been having in my project using this. ### Removing adapters The first bug is that code...