b9chris

Results 14 issues of b9chris

Thanks for posting this. I see the v6 full RGBW ("RGBW/WW/CW") bulbs are documented here, but, does anyone happen to have the documentation for the older RGB+W bulbs? On the...

I can't find any docs on this change. A prior version of ACMESharp had a manual mode that would provide output like: == Manual Challenge Handler - HTTP == *...

Love the ACMESharp tool, thanks for putting this together! I think there's an opportunity to expand on the checks/error-reporting in the above error's flow. In my case I was able...

The solution to a self-referencing loop on most Properties is to add an ignore reference loop attribute, so the Exception may as well be there to tell novices how to...

It would be helpful if MaxDepth worked on SerializeObject() as well, not just Deserialize(). Currently, you can use MaxDepth to stop the serializer from deserializing anything past a given depth...

### What version of Chrome are you using? ### 71.0.3578.98 (Official Build) (64-bit) ### What version of Deluminate do you have installed? ### "version": 1, ### What Operating System are...

``` body { $test: 10px; left: calc(100% - $test); } ``` Should emit: ``` body { left: calc(100% - 10px); } ``` Instead emits: ``` body { left: calc(100% -...

Fix a bug where: using System.Linq; using MoreLINQ; Causes calls to .ToHashSet() to fail to compile, because an identical implementation exists in .Net 4.7.1+

The base .Net framework, starting in .Net Framework 4.7.1, and .Net Core 2.0, includes its own IEnumerable extension method, .ToHashSet(). It should be removed from MoreLinq with a compiler flag...

Just adding this here so I can follow it for when it's released for regular (non-Code) Visual Studio. Guessing I'm not the only one who's interested. (for those who don't...

Type: enhancement