Gleb Mazovetskiy

Results 244 comments of Gleb Mazovetskiy

> Didn't get this point. ```typescript class UString() { constructor() { } } // Same as before class ImmutableUStringFromChars extends UString { constructor(chars: Char[], nativeString: String | null) { super();...

That works as well. Or maybe a separate option like `--show-errors`? Then we can enable it on Travis to know what's going on when builds fail.

> When you do cdr it will involve popping the first item (which we can't do as lists are immutable), so you would either want to make another copy or...

This is very much out of date but we should probably still retest the first commit only as a follow-up

There is a good post on cross-compiling to Windows 98 here: https://fanael.github.io/stockfish-on-windows-98.html and a backport of the missing `TryEnterCriticalSection` function needed by winpthreads here: https://github.com/Fanael/fanael.github.io/blob/source/source/static/try-enter-critsec-9x.cc

Fixed in `parser` version 3.2.2.1, see https://github.com/whitequark/parser/pull/924

Yeah, i18n-tasks does not load Rails, it's a standalone binary. You could try to figure out how to load just the credentials module, if such a thing is possible.

@DentonW Also confirmed working. Can this be merged?

Can we get this, #88, and #92 in please for portability? Does anyone other than @Konstanty have merge access?

Can this be merged and a new version released?