Jimmy Merrild Krag

Results 40 issues of Jimmy Merrild Krag

I get this output: ``` OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. OpenJDK 64-Bit Server VM...

At http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme you have repositories for [arc-theme](https://github.com/horst3180/arc-theme). Why no include the icon theme here as well? That would be awesome :)

If you put ``` VARIABLE=SomeValue # Comment ``` in your `.env` file, the `# Comment` part is included in the value for `VARIABLE`, so its value becomes `SomeValue # Comment`.

enhancement

I like the looks of **django-castor** and consider using it in a project. However reading the caveats section of the _README_, I was wondering how difficult it would be to...

I just had a problem with using this plugin because of our apps Content-Security-Policy. I had to add `localhost:*` to the policy to make the plugin work. I do not...

While "Scroll inactive Windows" is on, AltDrag is preventing me from scrolling horizontally in InkScape by holding [Shift] and using the mouse wheel. Blacklisting "*|gdkWindowToplevel" seems to fix the issue,...

The current approach of release has one vulnerability: You cannot revert to an earlier version if something goes wrong. A change log would be nice too.

Overlay icons for Dropbox in Pantheon works fine when you have pantheon-files-plugin-dropbox installed, but shared folder show with no icon.

icon request

### What happened? When i run `quasar dev` I get a lot of errors that dependencies are missing. It ends off with "No issues found.", but nothing runs. ### What...

kind/bug 🐞
:outbox_tray: external lib issue
Qv2 🔝
flavour/quasar-cli-webpack
area/cli
bug/2-confirmed

``` _.union[array1, array2] ``` can be replaced with ``` [...new Set([...array1, ..array2])] ```