William J. Edney
William J. Edney
Thank you for the prompt reply! So, given the following configuration: ``` "selector-type-no-unknown": [ true, { "ignoreNamespaces": [ "svg" ], "ignoreTypes": [ "/*/" ] }], ``` I would expect the...
Thanks for the detailed answer in what is, I'm sure, a pretty fringe issue (not a lot of folks out there doing namespaced markup ;-) ). > even though it...
So since you asked ;-), I'm going to lay out how I think this rule should work in general and back up all of the way to the beginning. So...
First of all, I apologize for the late reply here. Thank you so much for your attention to this issue! 1. Thanks for pointing out that I had malformed RegExp....
@johnjbarton - Sorry to spam this issue, but your post here intrigued me. Are you adding CORS support to jsDAV? If so, are you going to make this publicly available....
I'll give it a shot. Thanks you, sir! On Wed, Mar 6, 2013 at 5:47 PM, johnjbarton [email protected]: > I started, but the problem I was working around stopped failing,...
Not to keep hijacking this thread John, but I made your code work under the 0.3.0 plugin architecture and have submitted a pull request to Mike here: https://github.com/mikedeboer/jsDAV/pull/73 If this...
@Siubaak - Adding a mechanism for step-by-step execution (along with a callback API to process after each step operation and some API to examine locals on the stack, etc) would...