Sebastian Rettenberger

Results 7 issues of Sebastian Rettenberger

We have a server with a 2-factor login enabled. Hence, the default password authentication is not supported but only keyboard interactive to enter password + second factor. Using WebSSH to...

help wanted
roadmap

It would be nice to have a container that supports key-value pairs where the value is another eType. I tried something like this, which seems to work for inserting elements:...

We have an SSH server which provides both, keyboard interactive and password authentication. However, some user (with administrative privileges) need to provide a second factor. Password authentication will fail for...

With Python3 you need parenthesis with `print`, i.e. ``` print(${ARGN_NAME}.__file__) ``` instead of ``` print ${ARGN_NAME}.__file__ ```

### Is your feature request related to a problem? Please describe. We encountered an ASC file that contains channels names like `Li`: ``` 42.017364 Li 14 Rx 8 2a 79...

enhancement

### Request Overview VS Code automatically adds the end statement for control statements. However, when doing so, it also duplicates the cursor in the end statement and any condition, etc....

enhancement

Resolves #300 and probably #351