Tac Tacelosky
Tac Tacelosky
thanks! Given how tiny the change is, can you tag it as a 1.7.1 release? (1.7.0 was in 2022)
A directory namer would be cool. In fact, my custom namer really is only the directory. ```php $file = $mapping->getFile($object); $name = $file->getClientOriginalName(); /** @var $object Project|Asset */ $name =...
I'm so confused about Promises, I'm trying to follow the examples in my stimulus controller, and I get depressed and start questioning my career choices... Since a jquery ajax request...
Here's an example that works with dummy data. It only gets the first 30 out of 100 though, it'd be great if you could tweak it to show fully populating...
I'll play around with this -- I'm working on a demo where I preload data for use with the awesome datatables.net, and now that pagination is working, it looks great....
I'm sure this is something easy, but I can't wrap my head around the promises. Here's a jsFiddle with the example you provided. https://jsfiddle.net/tacman1123/1uhvg5nw/1/ I can see that is it...
Thanks! The updated and working fiddle is at https://jsfiddle.net/tacman1123/1uhvg5nw/2/ Should I make a PR using this code to replace the jQuery example?
I realized that the better approach is to scrape the browse by location pages, e.g. https://art.thewalters.org/browse/location/egyptian-art/?sort=date-asc&limit=80 Would you consider adding the objectIds to the locations.csv table? I imagine that'd be...
Thanks for the update. I do hope you keep the location data available in some format. I'd love to be part of the API V2 process if you're soliciting feedback...
Thanks! I'd love to show you what I'm working on in person, I live about 2 hours from Baltimore. I can be reached at ***@***.*** On Tue, Jan 28, 2025...