Vasyl Khrystyuk
Vasyl Khrystyuk
@bdw429s Adding ITag and IFilter abstraction is not hard. But It's hard to do something without a clear understanding of all the requirements(a lot of questions like "should be here...
I have reviewed this once again and had to admit - using this will cause a lot of code compatibility breaking and most important will create unnecessary interfaces in the...
This is a classical case described in this article: https://en.wikipedia.org/wiki/Composition_over_inheritance Also, when I add 2 interfaces and 3 classes, it affects only 5 logical elements. Adding an intermediate interface will...
Also, using interfaces with `ISomething` prefix is bad practice that came from C# world and is not welcomed in java.
Seems to be that feature is analyzing the DOM tree of the HTML file and if the variable usage is unsafe - it escapes it automatically. This library has no...
Also to review filters on: https://jekyllrb.com/docs/liquid/filters/ and add missing
Only jekyll flavour
I did so, but isn't working either. I have updated google play via apk and after I was able to login. But after that - blank screen. I believe bundled...
Return easy error api from Retrofit1.
Thanks. That's what I was asked for.