Results 27 comments of Hugh Messenger

You can use the ./cli/ldap_cron.php command line script to sync all users (matching your All User Filter in the LDAP host config) from LDAP to J!. This should update any...

@eileenmcnaughton I see you have your own fork as well. If maybe-Bailie doesn't merge your PR, will you be picking up the torch? I'd like to start using this library,...

@eileenmcnaughton I don't hold out much hope for that fork. The author has a grand total of 10 commits in 8 years. Wrt the question you asked on that fork...

@WillMorrison thank you for your persistence in getting this merged. :) Couple of quick questions. Is this analogous to a certbot renew, in that I should run it twice a...

Have you tried the Artisan reverse-geocode command to test what address components Google actually returns? Thay often don't include a %D. For example, here's the White House ... ``` dfpcv3...

In the next batch of updates, I'll be implementing a simple "or" feature for address components, so you could do '%D|%A1', etc., and it'll use the first non-blank one.

@mikhail-brave Oh! OK, that's the PR you submitted. Sorry, my brain really isn't in gear today. I'll test your PR locally this weekend, and merge if nothing else breaks.

I haven't forgotten about this, got slammed with day job, I'll get to it as soon as I can.

> > Does anyone have an updated fork of this? > > I was considering forking and publishing a patched version myself. Did you do that thing? I badly need...

> I just published my fork at [`phlak/laravel-pivot`](https://packagist.org/packages/phlak/laravel-pivot). You can install it with `composer require phlak/laravel-pivot`. > > **FYI:** I had to re-namespace this (from `Fico7489\...` to `PHLAK\...`) to allow...