briangithex

Results 5 comments of briangithex

Note that Microsoft states explicitly that this usage is not allowed. Per the licensing link to https://docs.microsoft.com/en-us/typography/fonts/font-faq found on on https://docs.microsoft.com/en-us/typography/font-list/consolas : > I like to tinker with fonts, what...

Supporting Console.ReadLine() would require try.net to leave a running instance of the application running on their server, awaiting I/O. I don't think this feature is likely.

Plenty of CDNs are provide free hosting to open source, non-profit projects. However, I'm not sure how excited a CDN would be to enhance Amazon's service offering. It makes more...

By default, any attempt to print or otherwise display the tokenstring is truncated by XCode. Often, this results in receiving 1.5 to 2.5 of the 3 segments during testing/development.

> Any update on this? Did you verify it wasn't the truncation issue I mention above? If `AuthenticationToken.current?.tokenString` is missing the signature but otherwise looks like a valid token, that...