Chris

Results 5 issues of Chris

There were a couple of issues here. In order of importance: The most important ones were around line 55 and line 72. The instructions have the user `mkdir boot` but...

I'm new to this app but from what I understand it only scobbles videos you view in Chrome/Firefox? Am I mistaken? If so, why don't you just pull the data...

Edit: sorry i thought it was the aliasing, but i zoomed in, and they alias text the same way. ![](https://i.imgur.com/v2cJnBJ.png) MacVim (Left) vs NeoVim (right) I can’t put my finger...

As soon as I add this code to **settings.json**, Intellisense "on the fly" completion box stops working for python: ``` "prettifySymbolsMode.revealOn":"selection", "prettifySymbolsMode.substitutions": [{ "language": "python", "revealOn": "selection", "substitutions": [ {...

I have this in my init, but it still won't open in native fullscreen: ``` (add-to-list 'default-frame-alist '(fullscreen . fullboth)) (setq ns-use-native-fullscreen t) ``` I understand this is supposed to...