Dima Korobskiy

Results 18 comments of Dima Korobskiy

`xattr -d com.apple.quarantine ~/Library/QuickLook/QLStephen.qlgenerator` worked like a charm on my Catalina 10.5.7.

Since `xattr -d` *removes* the attribute, it could be done only once. If you get `No such xattr` message, it means that it has been already done and if the...

I might have run into the same issue. After installing ANSICON 1.66 on WIndows 8.1 x64, NuGet command line started to crash on launch. I had to uninstall ANSICON.

Yes, I can reproduce it. I have the latest DataGrip and BashSupport 1.6.13.182. Here is the exact test case: 1. Create Live Template: Abbreviation = `sd`, Template text = `"${absolute_script_dir}/$SELECTION$"`,...

They are offered if they include `Other` context. But this is not a good workaround for a Bash template, because then a Bash template would be offered in all files....

Thanks a bunch! I think I can do what I need with these! Re: the first point, I wrote it poorly: what I really need is to be able to...

Thank you! Everything is working as I need to now, except one thing. I bound Home/End to line beginning/end in `Compose key bindings`: ```JSON { "home": "cmd:cmd_moveUp2", "end": "cmd:cmd_moveDown2" }...

Got it! Case closed: ``` { "home": "cmd:cmd_moveUp2", "end": "cmd:cmd_moveDown2", "shift+home": "cmd:cmd_selectUp2", "shift+end": "cmd:cmd_selectDown2" } ```

Well, it's not necessarily `/usr/local/bin/zsh`. It's your user's shell. In my case, it was `/usr/local/bin/bash`.

I second this. I'm trying to match styles with C4 default, which looks really nice IMHO. Coming close but not quite: * Fill = #438dd5 for Containers, #1168bd for Systems,...