George Gooding
George Gooding
I've replaced "cassette.axd" with "bundles" everywhere in the Cassette project now, and it runs fine. There are some places it's used in regexes, so some care must be taken, but...
Keyboard shortcuts are by and large not considered very accessible, since the user would need to learn them to use them. If you use an input[type=color] as the base element,...
Any reason you don't base it off the input[type=color] element? I assume you can restyle that to however you want using appearance: none etc. That would allow it to function...
You could progressively enhance the control by it first being input[type=color] and then when the script runs, you change it to whatever and style it however, so that if anything...
I'm getting the error even when not checking off that option in Illustrator.
Any reason why $.validator.defaults doesn't get passed on to $.validator.unobtrusive.options by default? That would surely simplify things a bit…
I'm also getting this problem, in a project running .NET Framework 4.8. I've tried forming the JSON patch request with the path name both lowercase and aligned with the JSON...
I see that there's no MediaFormatter that handles the JSON array that you can send from the client, which is handled in this other similar nuget package here: https://github.com/myquay/JsonPatch/blob/master/src/JsonPatch/Formatting/JsonPatchFormatter.cs Is...
AFAIK this seems to be happening because the custom JsonConverter defined for the JsonPatchDocument class is not being called, so it's just returning the default constructor for JsonPatchDocument with an...
Finally native support for this! :)