columbian-chris

Results 21 comments of columbian-chris

This should be added to the core stylesheet.

I have discovered an undocumented method named `addData()` that appears to do the trick. ```js var select = new SlimSelect({ select: '#select' }); select.addData({ text: "hello world", value: "new_item" });...

For Lumen 5.1.6 (what appears to be currently installed): https://lumen.laravel.com/docs/5.1/cache If the version of Lumen was upgraded: https://lumen.laravel.com/docs/master/cache

I understand I could do a string replace to remove all extraneous line breaks after I run through the minifier, but I'm trying to point out that this is a...

I'm also having issues. Gulp 3.9.1 works just fine for me but not 4.0.0. It detects changes just fine when I edit a watched file via SSH (using Vagrant with...

Update: the same behavior occurs when I tried browsersync, so obviously this is not a livereload problem, it appears to be an issue with Gulp 4.0.

The use case I see would be if you wanted to use an endpoint that lists all endpoints, like an API index.

Could be an issue with your theme stylesheet. Try changing your theme and see if the issue still occurs, and if that doesn't work, you might try disabling plugins and...

Thanks for the response. I did open a pull request: #287 👍

I spun up a fresh default VVV installation without any customization or configuration and provisioned the vagrant box and ssh'ed into it and I experienced the same issue in it....