Jordan Ellis Coppard
Jordan Ellis Coppard
@akanes0ra it appears that for Big Sur onwards it is more work to replace `.car` files. See instructions here: https://github.com/jslegendre/ThemeEngine#themeengine I'm working on a thing which does not require replacing...
Would PRs be accepted for this?
+1 any news on this?
I ended up just switching to `typescript-language-server` found here: https://github.com/theia-ide/typescript-language-server It's not a solution in so far as this is an issue relating to this repo of course, but I...
Managed to get a screenshot from Sublime Text 
Accidentally closed, apologies.
> Hello ! I'm running into the same problem at the moment: I'm trying to bind some yabai shortcut to my `left option` key (`0x3A`) but nothing happens when I...
Certainly: sublime-text using sublimejsprettier calling prettier-standard ```json { "auto_format_on_save": true, "prettier_cli_path": "/tmp/fnm-shell-4267355/bin/prettier-standard" } ``` .eslintrc.js ```javascript module.exports = { root: true, env: { es6: true, node: true, }, parser: '@typescript-eslint/parser',...
But then when I try and run `yarn eslint .` for instance I cannot do so as it's missing the config and plugins.
Oh right... I read the README and I still didn't absorb that.. whoops. I shall try again later, however one more thing: I think when I was trying this it...