Frank
Frank
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
Keep getting this message: But when I check the system preferences there is no reference to "Benjamin Fleischer":
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.
Everything is in the title 😉
API call moveTaskPosition should accept an executor id and update the transitions table accordingly
It would be really interesting in our use case (Continuous integration of applications) to be able to specify the executor id when calling the moveTaskPosition API in order to be...