Thiago Pereira

Results 6 comments of Thiago Pereira

Hi; On iOS 9+ Safari, the sound doesn't start without user interaction (the user must click on something to trigger the play)

@Marvin256, using Ratchet 2.0.2 (note that the version of the "master" have changes over the labels), it is possible to solve with the code below. With jQuery: ``` javascript $(document).on('click',...

I have the same issue, but adding the "quality" stage as "external". @Zero-2 Can you understand and solve your issue? ``` sonarqube: image: ciricihq/gitlab-sonar-scanner:latest stage: Quality variables: SONAR_URL: "http://abc.xyz/" SONAR_ANALYSIS_MODE:...

@Zero-2 I found a way around this problem. Do not enter the property `SONAR_ANALYSIS_MODE` (~`preview`~ now is `issues` nor `publish`) **PS: However this does not send the review for SonarQube...

@mvasin, i have the same problem. Can you solve this problem?