Eric Driggers

Results 16 comments of Eric Driggers

Going to +1 this, but with a slightly different use case: I have a need to conditionally proxy for legacy API compatibility reasons. EDIT: further RTFM has me finding that...

Yes, this is primarily because I want to try this, and I am on Linux :D Xplat --> x-platform --> cross-platform. I used some terms that I am far more...

I don't have the tooling on-hand right now, but I wonder if it makes sense to extend the if-statement here to include `/^application\/octet-stream/i.test(contentType) || /^application\/pdf/i.test(contentType) ...`? [response-body.jsx#L61](https://github.com/swagger-api/swagger-ui/blob/cc700f034b09424c25ea908b53d5057c036f186b/src/core/components/response-body.jsx#L61) I have a...

If I follow correctly, the only real fix for this one is for the Microsoft.Build NuGet package to release a 17.3 version and having the project reference that newer version....

Never considered cross-platform support things so of course I missed those things. Ran it through our Linter though for a different revision. Like I said, first thingy was hacky quick...

Its not that I don't like the ternary, its more that it checked for OS stuffs, but then elsewhere (in the whole paths setups) we were using `/` and thus...

Supposedly #1503 / #1504 did some of this (Specifically for Queues), is there a chance for a update to the published nuget with those included? I also don't think the...

It seems the sqlite db is just plain missing the "files" table. For ref, the current as I write db file is `files.mcdex.net/data/mcdex-v5-20210327.1521.dat.bz2` and clearly does not have the "files"...

Darn it, this was itching my brain too much for what/where the key MSBuild/CLR function to abuse/learn from is since I've had to deal with it before, and is basically...

On requiring the DotNet SDK: that is fair and makes sense, though wouldn't that mean a user could compile but then not *run* the code? Hrm, that would be more...