Elliott Partridge

Results 34 comments of Elliott Partridge

https://my.fcbanking.com/login Password fills in, but username does not. The username field uses an `` tag; here is the tree view using Chrome's Inspect feature: ![image](https://user-images.githubusercontent.com/1738198/146951280-e1ad28ea-fd2d-466d-bc6c-f3104cef3e6f.png)

https://www.dayforcehcm.com/mydayforce/login.aspx "Company" (USERNAME) and "Password" (PASSWORD) fill in fine, but "User Name" (USER GUESS #1) does not. I tried defining a Form Field "USER GUESS #1" in the password details,...

This is still broken for me. The package that the install breaks on is lxml. I worked around it by installing the current version of lxml (4.2.5) using: `pip install...

I can't speak to the docker tag example, only to the toml portion. Assuming the intent of the "?:" is to prevent regex capture of the "(cal|card)" group, looks good...

> This might not be as easy as it sounds since most of the functionality (namely search, match, etc.) is now provided by the API if I read the code...

This is quite disappointing. This prevents using git + public key auth within a Windows VM, connected from VSCode and Remote SSH.

Came here to report that using `ubuntu.exe` DOES work with the `run` command proceeding, which starts the default shell in the current directory (where invoked). So, for my Windows Terminal...

> Thanks for this! Managed to get it working by adding the `commandLine` to it. However, now when opening it normally, it will always open default to `/mnt/c/WINDOWS/System32`. Is there...

Workaround - add the following in `.bashrc` inside WSL: ``` # Change starting directory for the default system directory if [ "$PWD" = "/mnt/c/WINDOWS/system32" ]; then cd ~ fi ```

> Interesting - canonical is shipping their own profile, but not one layered with the existing profile. Curious.... Did you ever figure out why we have two? Which one should...