Guillaume Vincent
Guillaume Vincent
From a UX interview with @cbyem40 on _July 8, 2016 9:20_: > but then I found it's quite useful. I like this idea. Life is easier lol - @cbyem40
HTTPS Lets Encrypt certificates should be updated automatically every 3 months
Web extension is translated, but not the mobile application and the site. - [ ] implement translation mechanism on the site - [ ] implement translation mechanism on the mobile...
**Describe the problem** If you update `availableOptions` or `chosenOptions` in an asynchronous function (`useEffect` or `componentDidMount` for example). The DualListSelector raise a `TypeError: Converting circular structure to JSON`. We only...
Hi, TV doesn't work if the hostname is not properly configured. ``` Firefox can not establish a connection to the server at ws://hostname:59755/ ``` hostname should point to 127.0.0.1 in...
#### 1. What version of Docker-Clean are you running ? 2.0.4 #### 2. What command are you trying to run? docker-clean all #### 4. What did you see instead (...
`top` value should correspond to the `y` value, not the `x` value. This PR fix this and remove duplication.
This patch add cancelTextColor and cancelButtonColor options. It also fixes the build with latest version of react native that can't find definition of `_ext`.
It would be great if we can filter job with multiple status curl 'https://api.distributed-ci.io/api/v1/jobs?embed=results,team,remoteci,components,metas,topic,rconfiguration&limit=20&offset=0&where=status:failure,status:success'