didiermichel

Results 23 comments of didiermichel

@mvk15 can you reproduce the issue and get a FAILED status before retry? That would help a lot to solve it.

Hi, I have tried this with `arduino` target and I got folowing error at compilation time: ``` error: interp: ptrtoint integer size does not equal pointer size ``` Not sure...

The main issue comes from [get_version_info](https://github.com/EnterpriseDB/barman/blob/master/barman/command_wrappers.py#L845) when creating a Version from raw version that can include devel, alpha... But we could just convert the version to the proper version that...

Hello @knqyf263 , This PR is ready for review. Notice two automated tests are waiting to be executed.

Sorry for the error @knqyf263 . I did pass test and integration test but forgot the linter. I fixed the linter issue and pushed again.

@knqyf263 CI seem waiting again. Maybe because I forced push to have clean commits.

Hi @knqyf263, you seem to be really busy. Could you add the label 'hacktoberfest-accepted' if you think it is worth it. This way you can proceed to nex steps when...

So I didn't notice that completion was actually deactivated at root command creation. So removing this section actually end up adding completion command too. ``` ... CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true,...

Hi, sorry for the delay, thank you @congbang-le to help on this subject.

Hi @DavidBoone and thank you for your contribution. The original Issue was closed. We will need to either reopen it or create a new issue and discuss it before doing...