Tim Shnaider
Tim Shnaider
In later versions of kartik-select2 he felt the need to change the external function names: initSelect2Loading -> initS2Loading initSelect2DropStyle -> initS2Open I'm going to fork
Is it as simple as this? I cloned the default format func and simply null cents if it parses as 0. You could control this via a param/flag. ``` function...
Bump Node 0.8.5 Latest sandbox from here
I've never submitted a patch but will do it at some point. In shovel.js, change line 65: console.push.apply(console, JSON.parse(value).slice(1)); to console.push.apply(console, JSON.parse(value)); I can't see how the slice ended up...
next/dynamic only works with React components. https://nextjs.org/docs/advanced-features/dynamic-import
I'm on Cloud - deleted Persons [and corresponding events] and new events for the distinctId stopped appearing in Live Events feed. And events for non idenitifed events as well. What...
I don't understand why we can't specify an absolute path to a view relative to the 'views' directory specified in express. I'm using ejs-locals but I think that is still...
Ok thanks, will debug and submit a pull request for correct module, most likely ejs-locals
Is there a good reason for including the newer html5 input types including email? If so, update the README to clarify the default fieldSelector value and other options. Otherwise, really...
Thanks. Passing { fieldSelector: 'select,textarea,input' } for now.