Stijn Herreman

Results 22 comments of Stijn Herreman

A valid result (according to SqlServerTypes) would be `'LINESTRING (0 1, 1 0)` instead of `'LINESTRING (0 1, 1 0, 0 1)`. If you call `MakeValid()` on the latter, you...

@airbreather I was able to reproduce your results. Played around for a bit with versions but haven't found yet what causes the difference, will investigate in depth soon.

It is a big deal IMO, this just cost me quite some time to find out why we were getting a blank screen on IE8. This works: ``` jquery-test.html ```...

Missing configuration (e.g. `appsettings.json` does not exist) results in a similar situation. It's especially surprising when combined with `CreateBootstrapLogger()` as demonstrated on https://nblumhardt.com/2020/10/bootstrap-logger/, where the application fails to start correctly...

OK, I got some logs now. This is the output when pressing Ctrl+Space to find a version (second screenshot): ``` Finding descriptor for "textDocument/completion" Starting: Routing Request (81) "textDocument/completion" Converting...

A switch would be excellent. I can see how the current behaviour makes sense in case of temporary unavailability of a feed, but in this case the response will always...

Ignoring a feed by name sounds fine. I've looked into it some more and it comes down to NuGet.Server only supporting the v2 API.

> This has been put off for almost 15 years now, so I'm pessimistic--but it's a totally reasonable request, and maybe now is the time it can actually get done....

Somewhat related: I've tried changing the code to do a proper invert instead of "Kind of inverts the color scheme", by passing the configured background alpha and reading the value...

> > I know REST. I know OneDrive. Why do I know about kiota and Microsoft.Graph.Drives.Item.Items.Item.DriveItemItemRequestBuilder? > > I've already shared earlier why you shouldn't need to know about any...