David Paul McQuiggin

Results 27 comments of David Paul McQuiggin

@aleksander > This is the temporary solution I use for my mt7601u stick from aliexpress: > > From kernel.org dowload linux kernel source corresponding to your working kernel. > Unpack...

@khfeng Perhaps your comment was not directly addressed to me, but in my case, my card that now works, with the workaround of commenting out `mt7601u_mcu_calibrate` is indeed "ASIC revision:...

I'd love to see the ability to change the color of Attributes - especially when working with OpenAPI (Swagger) definitions, we tend to have Attribute Soup, and that can make...

@ckimes89 Just as FYI, you can run a free DocumentDB emulator locally: https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-local-emulator It doesn't handle all scenarios, such as Partitioned Collections, but it would be a good start... Thanks...

This might give you some pointers. https://github.com/mattjcowan/servicestack-nuxt-example I'd be interested to see how performance of Nuxt.js SSR compares to Node Services in ASP.Net core.It still seems a bit odd to...

@MarkPieszak We reached the same conclusion - Node Services offers limited access to the request response pipeline, and probably wouldn't work with Nuxt anyway. I use Nuxt to handle everything...

@angellaa Andrea, based on your code for NUnit, I have a solution for running NBench benchmarks and reporting results using XUnit 2 and ReSharper. Have you come up with something...

Hi @angellaa, @RehanSaeed I put the initial attempt up here: https://github.com/Pro-Coded/Pro.NBench.xUnit It's was a little tricky to get output of measurement data at first, as NBench requires a parameterless constructor,...

As an update, I also spent some time yesterday looking at creating an xUnit Fact Attribute for NBench; this works in that all Tests annotated with the custom NBenchFact are...

@angellaa @RehanSaeed Another quick update on a Sunday (and I hope I am not spamming this thread!) I now have a potential solution that works with a custom xUnit Fact...