Ender Tunç

Results 21 comments of Ender Tunç

It is theoretically possible and already implemented in some other add-ons like https://addons.mozilla.org/en-US/firefox/addon/dictionary-anywhere/ (it allows you to write custom css rule for google translate page and I managed to remove...

Well, I am still using such tools to remove cookies, local storage etc so that's not an option for me :)

Just use https://plugins.jenkins.io/code-coverage-api/ which support jacoco out of the box then you will have graph that looks like this: ![summary-chart](https://user-images.githubusercontent.com/15850565/95466176-991e9100-096b-11eb-88ad-43742232f613.gif) See more details at https://www.jenkins.io/blog/2018/08/17/code-coverage-api-plugin-1/

Hi @mac-at-vaadin, thank you for your time and response. Could you please check the following repository: https://github.com/christoph-frick/springboot-groovy-vaadin-starter If you enable urlMapping and resourceMapping in the configuration you can see that...

Hi @sspaenig, sorry, I could not find a solution. It was not a hard requirement so we decided to not do that.

@andyglow thanks for your reply! (with a little bit background) The reason why I need `null` support is that I would like to be able to tell the user what...

I believe `.Def` is all we need (whether as generic setting or container based setting). One can simply provide any setting they want using something like this: ```scala // This...

I will cover the missing lines reported by Codecov.

I added missing test cases related to the changes in this pull request.

@fthomas just following up on this one. Do you think this is worth merging? As described in the ticket, implementation in main depends on deprecated API. However, I am not...