Gil Amran

Results 46 comments of Gil Amran

@rodrigopandini I see that this PR is stuck for some reason... do you have another solution?

@rodrigopandini Yea I saw your fork, thanks. But how do I tell npm to take yours?

@rodrigopandini works, that's just what I was looking for ;-)

Yeap, that means that we need to copy all the translations from the TypeScript compiler itself (Not optimal, but doable)

@pronebird If someone specifically asked for a locale, changing it back to English would be misleading. The right thing to do is to extract the requested local json from the...

@trs I know that you can do many things with regex... how would this help with Japanese for example?

@trs Yeap that's what I wrote in the comment above, we should extract the current locale json from `node_modules\typescript` and do just that :-) If you want to PR this,...

That's interesting, as I encountered the same issue (Ctrl-C). never thought that the cause is `tsc-watch`. But do you think that the SIGINT and SIGTERM is the same issue? Can...