Carl Morris

Results 133 comments of Carl Morris

Here is an example ... I've removed details such as the SID's for security: ``` fatal: detected dubious ownership in repository at '//RK-VS-FS1/Users Folders/cmorris/My Documents/Projects/Aerial Programming/2020-12 ItvlSync - Double Air...

You might also note, GIT seems to also flip back and forth as to whether the server in the UNC path should be all capitalized or all lowercase. Don't know...

Depends on where you look. So far today, VSCode's Explorer is indicating the path's server portion as uppercase and the source control is also reporting the server portion as uppercase...

Still doesn't work as of 6.2. Is the '/' drive merely a requirement internal to powershell so that it lists the filesystem provider in the drives list? While I understand...

For reference: https://gist.github.com/VimalShekar/c781ed8a9d638270b88634ad3eaada72 GistInstantiating IInternetSecurityManager interface in PowerShellInstantiating IInternetSecurityManager interface in PowerShell - gist:c781ed8a9d638270b88634ad3eaada72

> So while the multi-line issues specifically appear not to affect macOS and Linux, PSRL's processing of the input as being typed by the user can cause problems in combination...

Interesting ... any documentation that clarifies that? (thinking about others who might be trying to understand what is meant by sharing between sessions) However, I think this particular feature might...

With a subject like this, I'm intrigued, so here is my analysis. `(?i:(dim)\s*(?:(\b[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*?\b)\s*(,?)))` @infininight, Isn't the ~Unicode~ 'hexadecimal escape' ~character~ pattern `\xhh`? The grammar is incorrectly accepting a `7` in...

@infininight, @aeschli, @alexandrudima I think this issue can be corrected per my comment in Microsoft/vscode-textmate#49. https://github.com/Microsoft/vscode-textmate/issues/49#issuecomment-423029694 Looks like its about line 2937 in the PLIST file. This was pretty easy...