Wun Chiou

Results 9 comments of Wun Chiou

> Feel free to use the packagist-version of the authldap-plugin via `composer require org_heigl/authLdap`. Ahh, good to know.

(Oops, sorry. Accidentally hit the 'close and comment' instead of 'comment' button.)

So, there's a bit of an issue in 2.0.3. When you upgrade to authLdap 2.0.3 in a multisite install that had been previously upgraded to 2.0 and previously from 1.5,...

Just adding `public $incrementing = true` on the pivot model (with an auto-incrementing id column) was enough to get this to work with `attach()` for me. No need to add...

Having the same problem. For myself, I've addressed this by changing `logic.js` ```javascript listWithRequiredValues = $.split($input.valAttr('depends-on-value'), false, false), ``` to ```javascript listWithRequiredValues = $input.valAttr('depends-on-value').split(/[,|]\s*/), ``` I actually think a better...

I created a PR to add this functionality. In the meantime, if you need it before/if the author decides to merge, you can override the SearchableTrait's `makeJoins()` method in your...

+1 Although, this should probably be added to the 2.0.0 milestone since it might break how some people are currently using the rendered items. Also, you say you're using `margin-left`,...

> How would you propose we differentiate the people that want this feature vs the people who don't? @neild3r, The way this works in the popular Sublime docblocker plugin is...

Not sure if this is related, but for me it works reliably on FF `58.0.2`, until I enter responsive-design mode (Tools > Web Developer > Responsive Design Mode), and then...