hlovdal

Results 64 comments of hlovdal

And for a solution to have a generic `/docker-entrypoint-initdb.d` directory to populate with `*.sql` scripts, see [this answer](https://github.com/microsoft/mssql-docker/issues/2#issuecomment-1340624666) which does not require wrapping the upstream docker container with a new,...

This is a duplicate of #108 (or actually vice versa), so this issue could probably be closed.

The same can be triggered by a simple `btmgmt info < /dev/null`: ```text $ strace btmgmt info < /dev/null execve("/usr/bin/btmgmt", ["btmgmt", "info"], 0x7fffdb0cca28 /* 96 vars */) = 0 brk(NULL)...

This is a duplicate of #1026, which also includes a workaround.

The following is a minimal workaround, mdl should really add support for reading configuration from a `.markdownlint.json` file. ------------- My initial `.markdownlint.json` is just ```json { "MD024": false } ```...

I agree. Having a low getting started threshold is an extremely important factor in getting other people contributing.

The same dead link is also referred on https://hub.docker.com/r/ntop/ntopng.

Same on Fedora 36. (The True->None modification worked)

@VictoriousRaptor Where is *Save & Exit* coming from? I only have a *Save* entry in the *File* menu, and both it and ctrl+s is working as expected. vscode version 1.87.2,...

If instead the schematics command is run before the 12->13 update it succeds, but then inhibits an update to version 13. ```shell $ cd /tmp/test $ ng new --defaults --strict...