Sanders Lauture

Results 11 issues of Sanders Lauture

Related to #65 [Python 2.7 does not support shutil.which](https://docs.python.org/2.7/library/shutil.html). This was only introduced in [Python 3.3](https://docs.python.org/3/library/shutil.html#shutil.which)

When testing `editorError.background`, `editorWarning.background`, and `editorInfo.background` I decided that I didn't want to include them in the theme because I found they added too much clutter. Some users may want...

When the extension updates the active theme reverts back to the default theme in the extension. We should save the active themes when an update happens.

See [user guide here](https://code.visualstudio.com/docs/editor/settings-sync) The main thing blocking this is the release of https://github.com/microsoft/vscode/issues/88309 Some APIs are exposed in `vscode.proposed.d.ts` but `AuthenticationSession` is not which blocks any testing at the...

See https://code.visualstudio.com/api/extension-capabilities/common-capabilities#configuration

Currently the version number is hard coded when looking for the settings file. It shouldn't be.

enhancement

Currently users can only export the UI log.

enhancement
good first issue

https://github.com/signal-csharp/Signal-Windows/blob/9dfbce3639920e529bf4ac61a5f2ce533cbae342/Signal-Windows/ViewModels/RegisterFinalizationPageViewModel.cs#L111 So I was wondering why this is in a Task.Run. Then I did some digging and I'm now guessing that this is async because InitRegistration has calls inside it...

Currently the pdsadmin help command says this about resetting accounts passwords ``` password-reset Reset a password for an account specified by DID. e.g. pdsadmin account reset-password did:plc:xyz123abc456 ``` however the...

Currently on Ubuntu 20.04 when running pdsadmin account list the command fails with the error `column: invalid option -- '-'`. On Ubuntu 20.04 the column command only accepts the -t....