Vito Botta

Results 140 comments of Vito Botta

Hi @GoldenMaximo , I am trying your workaround but I get `Cannot read property 'element' of undefined`. I have tried with both the Choices object and the select element on...

Thanks @BlaM . I ended up using Tagify for tags.

I may have found the problem: the `_findAndSelectChoiceByValue` function ``` const foundChoice = choices.find(choice => this.config.valueComparer(choice.value, value), ); ``` config.choices is empty if I use setChoices while it has the...

Having this issue right now. Any suggestions?

HI, is renaming still not possible? I am using Docker compose and the machine is named 'localhost'. When I receive email and slack notifications it would be nice to see...

@LaurenceJJones Hi! and thanks for the quick response. What if the machine is already registered?

Looks like it worked! I just recreated the container with compose, it registered a machine with the custom name, then I just deleted the localhost one. Now I get notifications...

I'm sorry for the lack of replies. I was sick and then very busy with the day job. Did you figure out what was the problem in the end?

@Linutux @rsidhaarth I have upgraded the SSH2 shard in main, can you try again? I haven't released this change yet as I want to merge other changes first.

Hi @konczdam , thanks for confirming that the problem is fixed in main! I am still working on finalising v2.0.0, which will include this together with a lot of other...