Michael Lenaghan

Results 76 comments of Michael Lenaghan

It looks like this is not fixed. Here's a screenshot from a superuser: Here's a screenshot from an editor: I'll see if I can spot the problem in the code.

OK, I have a partial answer: my *current* bookmarks are different from my *original* bookmarks. My original bookmarks specified a template. My current bookmarks don't; they're supposed to find *all*...

OK, I think I have a partial answer to this too, but I have to think about it a bit more. ```php if(count($templates)) { ... } else { // with...

OK, I'll try to think out loud a bit. Let me know if my thinking is off. Let's say that permissions are set up so that some users can only...

This approach to replacing the first occurrence of a string is based on Laravel's [`replaceFirst`](https://github.com/laravel/framework/blob/6da5093aa672d26d0357b3569d8b3b426673dc61/src/Illuminate/Support/Str.php#L1111).