Rob Winch

Results 236 comments of Rob Winch

If a client does not request scopes the default consent page displays a confirmation page that allows you to submit consent to no scopes. After consent is provided `OAuth2AuthorizationcodeRequestAuthenticationProvider` fails...

@mjustin Thanks for the question. As far as I know compileOnly doesn't map to Maven Pom definition by default. This means we still need the mechanics of adding the configuration...

Thanks for the sample @elygre! I agree something like this would be very valuable to include. There are a few problems at the moment: - This project is not included...

Thanks for the PR! Unfortunately I get the following error when trying to run the sample. > Failed to generate image: Could not find the 'dot' executable in PATH; add...

We might even have an else statement explaining how to install dot properly.

@mojavelinux I was just looking into putting a [sample together](https://github.com/rwinch/asciidoctor-gradle-examples/tree/kf8/asciidoc-to-epub3-kf8-example). The sample is just trying to do kf8 for now. Running with the asciidoctor-epub3 (ruby) it seems to work. However,...

@mojavelinux Thanks for the tip. I'm curious why it works with Ruby? Is it different rules?

> I've been talking to Matt Raible about probably just bringing in the code that downloads and extracts Kindlegen into Asciidoctor EPUB3 so it works consistently everywhere. Thanks for the...

Both are possible. I'll try and put something together tonight. > For example, I'd like one task that has html5, pdf and epub backends, then another one that has ebook-format=kf8...

I didn't get any free time last night to complete the sample. Seems like @mraible beat me to getting it working. I updated [the sample](https://github.com/rwinch/asciidoctor-gradle-examples/tree/kf8/asciidoc-to-epub3-kf8-example) to automatically download kindlegen (only...