rangeoshun
rangeoshun
I opted to use `typescript-mode` instead of `rjsx-mode` and augmented its JSX handling with `web-mode`. Used `css-mode` for styled components and added `graphql-mode`. I used `mmm-mode`, but this could be...
@deviantfero, I think it just works as far as I can tell: ~Also `tide-fix` works with one little caveat. When applied, `mmm` does not repaint the block right away. But...
@JacksonGariety I see now what you mean! To be honest, I had issues with `tide`, so in work, we opted to just use `typescript-mode` for JSX, which is subpar compared...
@JacksonGariety Also, we use `prettier-js`, so I did not even notice the indentation issue.
@JacksonGariety I simply turned on `prettier-js-mode` for `typescript-mode` like so: ```elisp (add-hook 'typescript-mode-hook 'prettier-js-mode) ```
> @rangeoshun how does it fare with string interpolation inside template literals? If I understand your question correctly, you'll lose some company-mode features. But generally, I like to define my...
Also anyone checking this topic, it might worth to try this repo here: https://github.com/orzechowskid/css-in-js.el
> It seems you need to install libomp/openmp. I'm not sure why -fopenmp is passed, maybe that's ImageMagick the gem adding it Thanks for looking into it @eregon! I have...
@eregon Just checked, and if I compile ImageMagick without openmp, it installs easy. And it also installs fine with the stock `ruby:latest` image.
Thanks for the merge @Deraen ! What's next? Should I just use `v0.10.3` in my package, or you'd like to update them all?