Jimobrien

Results 10 comments of Jimobrien

This is still a major problem. When new elements are added to the page via a group add button it has no idea what should be conditionally shown and defaults...

@jcchavezs I found the line of code in your plugin that is the problem. It is in line 201 of cmb2-conditionals.js. The line above it (200) has a comment that...

What progress has been made on this? Is the provided workaround with editing the registry the only fix for now? Thanks for your help so far.

I'll try testing this again at some point today hopefully.

I just upgraded an old VVV environment from 2.2.0 to 3.3.0 and `vagrant destroy` then `vagrant up` and still do not see vvv.test loading in Edge on Windows 10. It...

It does not work with a fresh VVV 3.3.0 install on Edge on Windows 10, It does work in IE and chrome. Dang you windows. Dang you. This is why...

Confirmed, once I upgraded Edge to newest version it does work in Edge now. I was on 44.1 I believe before I upgraded.

I ended up writing my on npm module and copying a lot of the source code from this repo. Thank you. In gulpfile: ```javascript const nunjucks_test = require( './nunjucks' )...

My Implementation now works on Windows 10, I think it was an issue with lodash or the replaceExtension library maybe.

Also had to change the buffer calls to the new syntax.