Gabriel Chamon Araujo

Results 27 comments of Gabriel Chamon Araujo

It would be nice to have a native polling plugin for CloudWatch logs, but at first glance, it seems like we could achieve the same with `exec` input to pull...

We can use `sed` to quickly fix a repository with multiple workspaces: ```bash sed -i --regexp-extended "s/registry.terraform.io\///g" **/.terraform/modules/modules.json && sed -i --regexp-extended "s/git::https:\/\/(.*)\.git/\1/" **/.terraform/modules/modules.json ``` I set an alias to...

I should have typed the `run` return value to being `subprocess.Process`, if my memory serves me right. I could try typing the arguments, but I think it will be challenging...

thanks =D and thanks for the interest in the project. I will revise the typing in the project as soon as possible

better late than never. On it

sorry for the long wait PR https://github.com/gchamon/sysrsync/pull/20 enables users to pass options to subprocess.run, but I am currently reviewing it with the contributor in the meantime, you can use `sysrsync.get_rsync_command`...

Nice catch, no idea why I haven't thought about it earlier. My consideration for this is whether to support both string and list of strings for the source argument (`Union[str,...

it should be interesting to document dependencies. I for instance use a single script, downloaded from a beanstalk ec2 instance. If it had dependencies, just downloading this single script wouldn't...

Seems to be affecting token validation from keycloak 16. Downgrading keycloak to version 15.0.1 solves this issue for me. Waiting for this to be fixed before upgrading keycloak.

Is windows even supported?