Mika Kalathil

Results 54 comments of Mika Kalathil

Sorry this somehow wasn't seen in my issue list, I'll fix this up on the weekend unless you wouldn't mind making a PR @sittingbool !

Wow that's pretty cool, maybe I'll take a quick stab at an elixir plugin, since I use it daily I'm sure it would be handy and I'm sure other can...

I actually was using that binding before but unfortunately I found that it did slow me down. I would like to disable the autocomplete if possible and just use deoplete...

@Akin909 this is actually still a problem. I realized now #2325 adds syntaxes but not a language server itself.

Once #2640 lands I think that would open the doors to using [elixir-ls](https://github.com/JakeBecker/elixir-ls)

Today I'm getting different results again, I can reproduce it about half the time, and then it starts working (after about 5 min). It started working after I moved to...

### Root tsconfig.json Show TSConfig ```json { "compileOnSave": false, "compilerOptions": { "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "downlevelIteration": true, "strictNullChecks": true, "alwaysStrict": true, "strict": true, "noImplicitAny":...

Hi there, I'm struggling with this currently, ideally I would love to cross compile but I'm unsure of what "setting up the toolchain for cross compilation" actually means. I know...

removing es5-shim stops it from freezing @ljharb

Typically you don't include ExtractTextPlugin except for production build