Adam Patridge

Results 24 issues of Adam Patridge

- VSCode Version: VS Code Server 20220727.1 - Local OS Version: Windows 11 Pro 21H2 (22000.831) - Remote OS Version: n/a - Remote Extension/Connection Type: n/a - Logs: Steps to...

ssh

## My environment * *OS version/details*: `Windows 10 (1903) 64-bit` * *Node version:* `v12.13.0` * *npm version:* `6.12.0` * *Version of yo :* `3.1.0` (also affects `3.0.0`, works fine on...

When I try to pass quotation marks to a parameter from the command line, I either get an error or the produced content will not contain quotation marks. Full details...

triaged

Creating a new project in Glue results in a template ZIP file in the resulting project folder. ![Folder file list showing MyProject, .gitignore, FlatRedBallDesktopGlTemplate.zip, and MyProject.sln.](https://user-images.githubusercontent.com/713665/185485353-16eda661-1411-4449-82cc-86d474ebfb11.png) This was using the...

![Screenshot of flatredball.com showing a tutorial entry nested within the prior tutorial entry's description block.](https://user-images.githubusercontent.com/713665/158298793-bd64ac89-ac41-49a5-ab72-b4e753263ba2.png) https://flatredball.com/documentation/tutorials/ Depending on the browser screen width and the shortness of the prior tutorial's description,...

documentation

Ran into this while experimenting with an Action that required Windows and thought a reference to the OS requirement might help future folks. Not a fix, but could be helpful...

Latest .NET doesn't recognize the namespace anymore. ```csharp using System.Runtime.Remoting.Metadata.W3cXsd2001; ``` Apparently, this code now exists in an open source repo. https://github.com/microsoft/referencesource/blob/master/mscorlib/system/runtime/remoting/soapinteroptypes.cs

[[via comment from Stack Overflow question](http://stackoverflow.com/questions/311165/how-do-you-convert-byte-array-to-hexadecimal-string-and-vice-versa/624379?noredirect=1#comment52401435_624379)] The `unsafe` byte->string variant to handle when `BitConverter.IsLittleEndian == false`. Comment indicates that the [original CodesInChaos source material](http://stackoverflow.com/questions/311165/how-do-you-convert-byte-array-to-hexadecimal-string-and-vice-versa/24343727#24343727) handles this situation, which appears true....

Not sure how easy it is to detect and adjust output according to the user's current background color, but on anything less than my laptop screen's highest brightness setting, it...

This is a bug for the **Build an Interactive Menu with TextDisplayMenu Using Meadow** (MeadowMenu) Hackster project, not for the actual sample project in this repo. It looks like the...