Igor Kolobov

Results 7 comments of Igor Kolobov

Thank you @Hookyns! No need to hotfix, I'll wait for update, it works fine in my current scenario, I was just testing how it works on different types I have

Works like a charm! Only bug I found during some testing, that `Omit` fails when using `[key: string]: any` extension in class: ~~~~~ function foo() { const type: Type =...

Ah yeah, I see. Didn't notice that typescript throws it away in indexer (anyway, I don't use these indexers now, it was added for migrating) Thanks for making this amazing...

It works fine for `getType()`, but fails from inside class like in your first message: ~~~~~ class Foo { doSomething() { const type: Type = getType() console.log(type) } } const...

Ah, sorry, I thought it's available now, haven't thought that it's private version. Can't wait to test it out!

Hmmmm... I thought there will be two PR..

PR'd my branch. It'll be great, if you'll add "change test by number" functionality. Also I had some problem with installing it from source with python3: ~~~~~ ... File "ACedIt/acedit/install_entry.py",...