Barry Brown
Barry Brown
### Bug Description: Selecting **New File...** from the File menu brings up a selection box prompting the user to "Select file type or enter file name." However, entering a filename...
### Bug Description: If I start a long-running process in a Terminal, then close the Terminal, the process continues running the background. In other words, closing the Terminal does not...
I've installed the VS Hex Editor extension using the Extensions manager. Whenever I try to open a file using it, the pane is empty. It's using a webview, which from...
### Bug Description: This is in reference to new feature #13303 that was added in 1.48, in which the New File menu item now allows a filename to be entered....
Replaces the existing brute-force modular inverse function with a more efficient one that uses the Extended Euclidean Algorithm. https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm Retains backward compatibility by returning `undefined` if the modular inverse cannot...
**Describe the bug** The Utils.modInv function internally uses 26 as the modulus rather than the argument `y`. The bug is not externally visible because it's used in the Affine Decode...
Uses the extended Euclidean algorithm to calculate the multiplicative inverse, rather than a brute-force loop. User can specify the alphabet to use. Some common alphabets are supplied in a menu....
**Describe the bug** My enterprise firewall blocks connections to the default relay, portal.spatiumportae.com. It returns a 503 status code. The portal client gets an error and no transaction is initiated,...
### Basics - [x] I have done a basic search through the issue tracker to find similar or related issues. - [x] I have made myself familiar with the available...