Jim Liddell

Results 7 comments of Jim Liddell

Doesn't look like @msurguy owns the NuGet package. It's owned by someone with the NuGet username _lespeholt_. @SergeyUstinovich - you should probably contact the owner of the NuGet package if...

I've also run up against this. Maybe a nicer API would be to provide a command line option, something like '-x86' - which would cause scriptcs.exe to launch scriptcs.x86 in...

I just encountered the same requirement. My approach was to modify `WebSocketHandler.ReceiveAsync` to allow passing of the `HttpContext`, which allows access to a `ClaimsPrincipal` via `HttpContext.User`.

I'd love to see more advanced features in Isomer, like shadows etc, but _not_ at the cost of taking a 1MB dependency. I vote to keep it simple. Follow the...

Maybe I'm missing something here, but what if the error styling was only applied under the `:focus` pseudo class? That would avoid the need for any sort of state tracking...

Ok, I take your point. But I really think the current behavior is undesirable...

What about introducing a `wrapComments` option, defaulted to `false`? Although I can see how taking this approach in general could lead to an explosion of options...