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...