Leoš Literák

Results 14 issues of Leoš Literák

### Expected behavior Open Changelog, browse the releases and find out if it is neccessary to migrate my source code when upgrading to that version. ### Actual behavior Instructions are...

It would be great if schedule would accept a Date object when the supplied function would be executed. My use case: I schedule regular task but if data is not...

I read the [JsonParser features](https://github.com/FasterXML/jackson-core/wiki/JsonParser-Features) and it is great that there are relaxed features available. I was reading [JSON5](https://json5.org/) and [HJSON ](https://hjson.github.io/) and they have some interesting features. Full support...

pr-needed

LoginUtils.PageStyleCookie cookie = new LoginUtils.PageStyleCookie(lefLogo, rightLogo, css); cookies.set(LoginUtils.COOKIE_STYLES, cookie); PageStyleCookie stylesCookie = cookies.get(COOKIE_STYLES, PageStyleCookie.class); Failed to parse JSON of cookie: {"logoLeft":"aa.png"%2C"logoRight":"aa.png"%2C"style":"main.css"}

Just a small addition of utility method for getting Rectange coordinates as Position. Thanks for consideration.

Current implementation: public enum BaseFont { Times(PDType1Font.TIMES_ROMAN, PDType1Font.TIMES_BOLD, PDType1Font.TIMES_ITALIC, PDType1Font.TIMES_BOLD_ITALIC); This enum is widely used, e.g. public void addMarkup(final String markup, final float fontSize, final BaseFont baseFont) throws IOException; The...

Please update the readme and tell visitors that this library is not needed anymore.

This line just print actual progress value which works well for default max value (100) but it is incorrect for custom value (e.g. 5). Angle is calculated correctly. String text...

``` ``` When I debugged it I realized that x and y of drawText are out of box. When I change dimensions to 140dp it looks great.

Would you consider a drastic change that embed would not be inline but block element? I think it would be logical because the link is converted into some preview which...