Konstantin Pelepelin

Results 11 comments of Konstantin Pelepelin

5226892f does not work for me on angular 1.3 and angular-ui-router 0.2.18. For some reason new view is created before "destroy" event of old view, so 'title = undefined' removes...

@Alexey-Yakovenko The request is not about Unicode characters, it's about reserved characters. For *nixes they are `/\0` (you already convert slash to dash). I would expect `\x00-\x1f` be converted either,...

I just had seemingly the same log output on a fresh Windows+WSL. It turned out even though I think `wsl --status` said default version 2, new distros were created with...

Is there really no way to mock an unbound function at the moment? This is much needed functionality then. I don't like the name `fnmock` though, it's not in style...

I would argue against closing, instance methods are to be mockable as well as prototype methods, and it looks working for previous es target. Additionally, mocking unbound functions are not...

I've done an experiment with Scala 2.11.11 and 2.12.2 and it seems that reasoning does not apply to classes defined in objects. ``` package test case class X(xField: String) object...

This is most probably caused by conflict with another plugin. I've got this when used Swagger Codegen and this plugin in the same project. I think this can be solved...

I'd like to add another simple case which confusingly does not compile. ```typescript interface IT { v?: string; } const x: IT = { v: 'some' }; let y: Required;...

+1 and m3u8 as well. All mentions of m3u8 in issue list are related to downloading/streaming with yt-dlp. However, if I have a playlist already downloaded, it should be playable...