François

Results 8 issues of François

This PR adds five new project configuration options allowing to: - require a minimum level of severity for issue comments (Gitlab and Azure DevOps only), - define a maximum number...

Could facilitate code refactoring. go get code.google.com/p/go.tools/cmd/gorename

enhancement

Keep getting this message: But when I check the system preferences there is no reference to "Benjamin Fleischer":

feedback required

The background is transparent as no CSS background seems to be specified: We could add something like this to the default CSS to fix the problem: ```css #tarteaucitron #tarteaucitronSave {...

Here is what I did to keep the slider working properly while increasing the range input max value: ```javascript this.animationFrame = requestAnimationFrame(() => { this.shadowRoot.host.style.setProperty('--exposure', `${(target.value / target.max * 100)}%`)...

We are currently adding it as a custom `step` attribute to the `image-compare` element: ```html 1) { range_input.step = element.getAttribute('step'); } }); ``` Could improve keyboard use in some cases.