Marcin Mielnicki
Marcin Mielnicki
Nice fix. I'd like to see this changes in released as a new version.
Thanks for an idea and reporting it. I can see one important challenge here. Which format to choose? The simplest? The most common one? What if preferred format cannot be...
@DevSide is there a chance that you will add the missing documentation?
@devnewton Thanks for reporting this issue. Today we released version 0.3.2, which contains the newest dependencies. Please update handlebars-spring-boot-starter to version 0.3.2.
Guava 18.0 is a dependency of handlebars 4.2.0: https://repo1.maven.org/maven2/com/github/jknack/handlebars.java/4.2.0/handlebars.java-4.2.0.pom Guava is required by default, because handlebars-spring-boot-starter uses guava cache (https://github.com/allegro/handlebars-spring-boot-starter#custom-cache-template, https://github.com/jknack/handlebars.java#the-cache-system). So you have two options: - update Guava to...
We do not plans to add support for asset pipeline. This project is not actively developed by our company recently. Last changes were made by the external contributors. Have you...
Another reason to stop using AngularJS, according to https://docs.angularjs.org/misc/version-support-status: > On July 1, 2018 AngularJS entered a 3 year Long Term Support period. UPDATE (2020-07-27): Due to COVID-19 affecting teams...
@faderskd Thank you for review. All issues resolved.
As I wrote earlier GitHubAPI and BitbucketServerAPI returns commits sorted in different ways. And there is one place (Executors.ts) which selects commit - the one from the end of the...