Javier Domingo Cansino

Results 22 issues of Javier Domingo Cansino

### Terraform, Provider, Kubernetes versions ``` Terraform v1.0.2 on linux_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.13.0 + provider registry.terraform.io/hashicorp/google v3.72.0 + provider registry.terraform.io/hashicorp/google-beta v3.72.0 + provider registry.terraform.io/hashicorp/helm v2.2.0 + provider registry.terraform.io/hashicorp/kubernetes v2.3.2...

bug

The intention is to use goenv as an executable to create an go environment, and sourcing it to activate an existing one

As exemplified in #87 not only Debian 11 but actually Debian 10 is also failing: ``` Linux master 4.19.0-20-cloud-amd64 #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64 The programs included with the...

So while I was debugging why Debian 11 was failing for me, I realised we could simplify the conversion script very much if we just used the shell available from...

Hello, I have found that the use of sentinel values such as `object()` fails with the current implementation of serializers. My usecase is when I want to distinguish between the...

This is a common feature, while in random mode, one sometimes want's to listen to the last song or the previous one.

A-core

This has taken me longer than I expected because I just realized that this is python2. I am porting pyfluidsynth to python3, meanwhile review and expand this PR if you...

Hello, thanks so much for your work! Would it be possible to have the pydev debugger be called when we use `pytest.set_trace()` as well?

I have been running into trouble when running the docker image with the file backend. The line I have been using is `docker run -p 8080:8080 -v (pwd)/config.ini:/etc/pypicloud/config.ini:ro -v (pwd)/pypicloud:/var/lib/pypicloud...

I have been looking at the codebase, and it looks like you are calling the formats of the files as backends. However, you also look like willing to implement different...

enhancement