Daniel Perez Alvarez

Results 46 comments of Daniel Perez Alvarez

Has any work been done in this area?, I come from spacemacs so don't know much about vim config and how to combine spacevim and oni together, could someone point...

I'm having an issue in ubuntu 18.10 ``` $ oni Segmentation fault (core dumped) ```

Won't the compiled files be available from the cdn as well?

Recently upgraded and got the same error now. - GNU Emacs 29.0.50 - centaur tabs https://github.com/ema2159/centaur-tabs/commit/f4cef95 - Ubuntu 21.10

Maybe there could be a better solution in the future, but it seems nice to have it in the mean time ... What do you think of exporting the tslint...

@saadq what are your thoughts about this :point_up: ? We are really missing out this feature

Made a PR for this #23

Is anybody maintaining an updated fork?

I check if `.prettierrc` file exists before enabling prettier-mode ``` (if (locate-dominating-file default-directory ".prettierrc") (prettier-js-mode +1) (add-hook 'before-save-hook 'tide-format-before-save)) ```

yeah, it is more like inlining and not actual macros, although I've thought about expansion in compile time I'm not planning to work on it in the near feature. The...