Pierre Poupin
Pierre Poupin
Hey! If you have a look at the bottom of the file, you'll notice that we declare the completion for the specific `docker` command: ```bash # v--- here [ -n...
Actually I was wrong, it turns out I didn't even properly understand how all of that was working. You need to add a function like this, and this should work:...
Hey! Sorry I hadn't answered your issue... Actually I have no clue. I would love to make this work too! Help would be appreciated :blush:
That's great! But I don't understand how it managed to work without any configuration :thinking:
> Bonjour ! Merci 😉 > Je vais répondre en anglais pour la communauté 😉 Thank you for the detailed problem. Sorry, I had somehow not seen your issue earlier....
I updated all the dependencies, maybe you can try again?
Hi! Well, it might be related to this https://github.com/pierpo/react-archer/issues/24 But I am not sure. I would really appreciate if you could provide a piece of code to reliably reproduce it...
It's weird that it happens on the examples... 🤔 What browser do you use?
I guess we should add an encoding in the id's then. I guess I could add `return encodeURI(str).replace(/%/g,'_');` as suggested above but it doesn't feel completely robust (because 'abc%123' would...
Hey! Thank you for the kind words :blush: It's quite hard to help without a reproduction case, it looks like you're doing things properly but it's hard to tell without...