Christopher Dieringer

Results 128 comments of Christopher Dieringer

@scottcorgan, simple enough. You can extend with something like ``` js invalidFields: function() { return this._fieldViewsArray.filter(function(field) { return !field.valid; }); }; ``` will that work for ya?

It looks like some of your personal config made it into this pull req. It may be worth saving the diff, re-checking out, and commiting only your features/updates

ah jamon. have had a patch open for this issue for months

None. I submitted a patch, but it has idled. I ended up just using .union On Fri, Sep 22, 2023 at 7:26 AM Jonathan Avila ***@***.***> wrote: > Just hit...

do you need additional contributors, too? looks like it's a one man show. open to having other people join up? may get some PRs thru and issues closed...

hey @scottwrobinson, awesome! unfortunately I dropped out of the project that was camo dense, and consequently dropped the vested interest. lots of projects on the plate ATM, but perhaps if...

Bugger off, you stalebot bugger off! Ohhh bugger off, you stalebot buggger off! https://youtu.be/o8Luriw7e2s

clients _shouldnt_ be able to head http-only cookies--that's quite literally the entire purpose of http-only cookies--preventing client side access.

This is a great suggestion! I was searching npm for a module that offered this functionality, and hoped it had taps or column vis toggling

Greetings! Came here just to see if it had been added! I have a fn that depletes/consumes content out of an object, and want the returned value to reflect that....