Charles Moulliard

Results 392 comments of Charles Moulliard

What is the status of this issue ? Have you been able to fix it ? How ? @AtarisMio

This trick doesn't work on Macos ``` $ export LC_CTYPE="*.UTF-8" $ export LANG= $ locale LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL="C" $ asciinema asciinema needs a UTF-8 native...

I was thinking about something similar where we could define the commands to be executed in a file and pass it to asciinema with a parameter as time transition in...

We should also to have the possibility to pass the function to the next line Now ``` --- #@ generate_certificate(name,namespace,cert_duration,cert_renew_before,cert_secret_name,common_name,dns_names,cert_subject, cert_keystore, issuer_name) ``` Expected ``` --- #@ generate_certificate(name,namespace,cert_duration,cert_renew_before,cert_secret_name,common_name,dns_names,cert_subject, cert_keystore, issuer_name)...

> Probably a silly question but isn't this what the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator) was suppose to do ? Or is this just a better way of achieving binding ? Thanks!...

Please dont unstale it as it still need roadie feedback

Is there a way to by pass such a security constraint when we develop (aka this PR) on gitea ? ``` reader.ts:378 Failed to read configuration value at 'integrations.gitea[0].username' as...

The test `it('should throw if there is no repositoryId returned', async () => {` of the file `gitea.test.ts` is failing when "fetch" is called within "gitea.ts" ``` const response: Response...

There was a typo error `.../repo` --> `.../repos` and now test is passing

Still one point where I need your help https://github.com/backstage/backstage/pull/21890#issuecomment-1860232174 @freben