Ilia Tretiakov

Results 18 comments of Ilia Tretiakov

@crissdev later I make a workaround. If this would be helpful it looks like this: a workaround function ``` var koValidationOnlyIfBugWorkaround = function (observableGetter) { // Workaround for a knockout-validation's...

_.defer( is http://underscorejs.org/#defer

Hello @heavySea, good questions, thank you. I need some time to remember. So my answers won't be accurate now. But I'll give them right now.

## Synchronization of few none prefixed branches in a single project. ### Workaround Could you use multiple projects for the same pair of remote repositories? For example. In one project...

## Disable the Victim Conflict Solving ### Workaround Use something like this in your project configuration. victim_branches_prefix=abracadabra or victim_branches_prefix=we-do-not-use-victim-conflict-solving-@@@ ### Solution I could add an additional parameter later. Right! Or...

The star symbol is allowable to use in Git branch names if REFNAME_REFSPEC_PATTERN is set. AFAIK

So, if I put everything in the existing variables and created a single parsing logic this will be good. Many thanks.

Oh, many thanks. Couple of thoughts. To make [tests](https://github.com/mike-works/typescript-fundamentals/blob/master/challenges/dict/test/dict.test.ts) compilable after it("(compile) should have a default typeParam", () => { ... it("(compile) should have a default typeParam of `any`", ()...