goldmerc
goldmerc
The solution works but I notice that I have to set the params for the sidebar link to appear. So, if my tool doesn't use params, I have to set...
Thanks. I have included the trait. I'm using Nova 3.15.0 & laravel 8.14.0 I've changed my code to illustrate the point but I'm testing with this code and still having...
I tried taking the fields out of the panel but it made no difference. So, I played around a bit more and I think I worked out the problem. I...
Understood. I've been trying to find a work around and getting some strange results. First I tried using a simple fillUsing / resolveUsing pair, like this... ``` Boolean::make('Export?', 'export') ->resolveUsing(function...
Looking at the code, I think this would work... ``` photoswipe.on('afterGoto', () => { this.index = photoswipe.index; }); ```
Just following up, I think the code below would provide the intended behaviour and allows aggregated indexes to delete records while syncing to the individual model index is disabled. ```...
Hi @DevinCodes. My turn to say sorry for the late reply! I can open a PR but I'm afraid I wouldn't know how to do the testing. Coding is just...
Hi @DevinCodes, took me a while to get round to this but I just posted a PR #301 As discussed, I haven't added or changed any tests. I'm not sure...
@jcupitt - thanks! (again!). When generating thumbnails on the fly, I presume there is some javascript on the client's browser to determine the correct image size? Is there a recommended...
Fair enough. Thanks for all the help so far! One last off topic question - I had to install the dev version of libvips to get php-vips working, is that...