Jeff Lomax

Results 10 comments of Jeff Lomax

With a current version of powershell (entering $psversiontable shows 5.1 on my machine) curl is automatically mapped to Invoke-WebRequest. You can see this by entering "Get-Help curl" from your powershell...

Same issue here

2ndwolf : In my case, I was using a byte[] for the data, which was passed as a string to CompanyContextManager.ts deserialize. I added else if (typeof (object) === "string"...

I'm guessing this is related - using Community.VisualStudio.15 with Visual Studio 2019 ( I also target SSMS ) VS.Documents.GetActiveDocumentViewAsync() always return no FilePath (or Document) when the current Document (...

It would also be really helpful is we could log the filename of the truncated image

I don't think Github is the appropriate place for these image files.

Note - lisaem.1.2.6.win32 does still work on Windows 11 22H2.

I'm interested in this idea also - I have a very primitive one and found this thinking I could use markdig to handle the markdown far better than I have....

While I do not recommend it - I pre-parsed markdown to rewrite the links to the standard, then passed that to this wonderful library. It's a pain, if you can...

This and manual download would be very useful as the existing download fails all the time - gives no hint of what's wrong - the debug output shows many unhelpful:...