Joel Pearson

Results 30 comments of Joel Pearson
trafficstars

I found complaints about the SQLite addon, it looks like it's a known issue: https://github.com/hassio-addons/addon-sqlite-web/issues/281 I've put the query back to how it was with new lines in it and...

It’s been working with spaces for a week or so now, so I’ll just close this.

You can just run the PowerShell command from within WSL2 ```powershell /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command 'Get-ChildItem \\.\pipe\ | ?{ $_ -like "*pageant*" } | %{ $_.name }' ``` An alternative to the...

@ywk253100 This ticket is about getting explicit support for AAD Workload Identity directly into Velero. @flbla's solution is a workaround that uses a sidecar (ie an additional container) that offers...

@ywk253100 It looks like in that PR updates the azure-sdk-for-go/sdk/azidentity to v1.2.0, however full support isn't until v1.3.0-beta.1 (which is the [most recent release](https://github.com/Azure/azure-sdk-for-go/releases?q=sdk%2Fazidentity&expanded=true) at the time of writing). It...

> Is there still the need for a fix/WG discussion, or was is just a quoting issue? @TobiasPSP This is still definitely a problem, and the quotes issue @brian6932 was...

> Personally I feel this is backwards, but I understand the historical context @gregsdennis Yes you are right, going to the WG sounded like it could take a long time,...

I personally think the best option is to make the `when` condition more strict, so that `ctrl + b` only applies when text is highlighted. The key here is using...

I have a need for this DnsAlias support. I hope to implement it in the coming weeks.

Perhaps the environment variables mentioned here: https://github.com/microsoft/wslg#wslg-system-distro Need to be be added here: https://github.com/DamionGans/ubuntu-wsl2-systemd-script/blob/master/ubuntu-wsl2-systemd-script.sh#L61-L66