Josh Close
Josh Close
create-react-app 4.0.0 has been released and supports typescript 4. I still have to downgrade to monoco-editor 0.20.0 for it to build.
Looks like zips created with 7zip and with Windows Send to Compressed (zipped) folder both create entries with keys using `/` and not `\`. I'll figure out how this file...
It was created using PowerShell's `Compress-Archive` module. A bug was submitted that was fixed and released in PowerShell 6.2.1 and 7.0. Would it be beneficial to try and handle invalid...
I'll take a look. I'm sure I'll have a lot of questions.
Is there a way to have Razor not transform the `~/` URLs? If not, Razor will have to `Context.GetLink`. I don't know if that will be confusing or not if...
If you can't disable it, maybe you just have to use `GetLink` in Razor to resolve properly. I think in that case the other languages could still parse automatically. Any...
I had to look that up. That's funny. I remember seeing that on XKCD a long time ago. I get the same way about stuff. [This post](https://www.joelverhagen.com/blog/2020/12/fastest-net-csv-parsers) caused me to...
How can I call `Context.GetLink` from `MarkdownHelper.RenderMarkdown`? I'm doing `IExecutionContext.Current.GetLink(link)` but the settings from `RenderMarkdownFixture.UsePrependLinkRootSetting` don't exist. Maybe this is just an issue with the test setup, but I don't...
Never mind. I can set the `TextExecutionContext.Settings` and it works.