Bruno Paz

Results 53 comments of Bruno Paz

This would be great. I would love to see something similar to newRelic, :+1:

I am getting the same error [here](https://github.com/brpaz/jetbrains-plugin-vscode-snippets/runs/2813348477?check_suite_focus=true). The strange part is that I have two workflows in the same project and only one of them fails. The checkout code is...

I had the same problem on Fedora 32, but it was not an installation problem, but the application icon in the system tray which was "invisible". Try right-clicking everywhere in...

Ok. I removed my local files and it seems to work fine.

Nope. I just added "My music" which has around 6 GB.

well, I noticed I have some .wav files and also some files that are not music files like some images.

Hello. I am also getting this error: ``` [email protected]/node_modules/opentelemetry-node-metrics/metrics/version.js:17 }).bind(version).add(1) ^ TypeError: meter.createUpDownCounter(...).bind is not a function ``` From what I understood this was fixed [here](https://github.com/marcbachmann/opentelemetry-node-metrics/pull/7) in the `opentelemetry-node-metrics.`. which...

Hi. I didn't knew this was possible. This action simply passes the contents of the "dockerfile" action variable as an argument to the `hadolint` command so I guess it should...

This action just use the hadolint command as entrypoint. It supports a input argument "dockerfile" that is passed as single argument to the command. While this was meant to be...

Hello. Sorry for the late reply. I got an error where running your code on Pyrhon 3.8: ``` distro = platform.dist()[0] AttributeError: module 'platform' has no attribute 'dist' ``` Also...