Mohamed Boughaba
Mohamed Boughaba
fix for me too thanx! @paolooo
Hi @chrisbra Looking at the PR 3d66af3 that added support of transparency command, I could find the varibale below: ``` arg = min(arg, 0xFF); arg = max(arg, 0x00); ``` If...
@AlejaRo ``` console.log(utf8.encode('Información')); // => Información console.log(utf8.decode(utf8.encode('Información'))); // => Información ``` Please show us a snippet I've surrounded it with a `try/catch` and it seems to work so far according...
I am experiencing this too, plug update become really slow on Windows. Ubuntu is still rather fast.
Hi @krid78 , The autocmd execute whenever a file is saved. This means that when you save the file the cursor will take sometime before returning. So it is normal...
This is also occurring with enums: ```typescript enum Foo { Bar = 'one', Bazinga = 'two' } ``` Indenting with vim turns enum into: ```typescript enum Foo { Bar =...
Will look into it thanks for the report !!!
Hi any news on this one? I also think it is a common use case Cheers
Hi, Still facing this issue: ``` ERROR in ./node_modules/xml2js/lib/parser.js Module not found: Error: Can't resolve 'timers' in 'somepath\node_modules\xml2js\lib' ``` and ``` WARNING in ./node_modules/sax/lib/sax.js Module not found: Error: Can't resolve...
I am running it in an Angular project on windows. Both dependencies were resolved before by some other dependencies in Angular itself. So they were found under `./node_modules`. Now that...