NicolaSpreafico

Results 13 comments of NicolaSpreafico

@rastasheep Unfortunately the issue you linked was solved by updating karma-chrome-launcher to the version 2.2.0 We are already using that version but we're still having this issue. ``` "karma": "~4.1.0",...

Solved Adding nodejs to DOCKER file ``` > git clone https://github.com/GoogleCloudPlatform/cloud-builders-community > cd cloud-builders-community/sonarqube/ > nano Dockerfile # Add "nodejs" and "npm" to dependencies list, see following line: && apk...

Sorry I did not clarify, "my-project-id" is only a placeholder 'cause I removed my actual project-id, in my true build file there is the proper value. I'm unable to solve...

While I wait for an answer, I temporary solved the problem using this workaround. I load the file in memory using `BlobstoreService` and then write it back using` GcsService`, like...

Hi @kataggart , I think I found an additional information about this. Using the working version 4.2.2 I tried the updateSQL command in order to find some hint on where...

Yes, correct, the tab come to front, active, selected, ...

I don't recall that I ever configured something like this while I was using GPE, this is why I refer to GPE this kind of behaviour. I checked on my...

Hello, about a year has passed, can I have any update on this issue? Thanks

> We ended up with just calling TFLint with a custom hook, not the integrated one as we were not using the variables anyway. We have plans to enchance TFLint...