Dan Schmidt

Results 7 comments of Dan Schmidt

Worth noting that there's no upgrade guide for [0.34.1 -> 1.1.0](https://github.com/projectblacklight/spotlight/releases?after=v1.3.0), which (to me) implies that it should "just work" — update the gemfile, bundle install, and go. Do some...

We already (successfully) [migrated to IIF](#1768) as part of the 0.33.0 -> 0.34.1 upgrade. We also had to manually migrate some data — not 100% sure but IIRC some of...

I just tested this out and _did not_ lose any data. The setup: * Red Hat Enterprise Linux Server release 7.9 (Maipo) * Kernel 3.10.0-1160.53.1 * Docker Server 20.10.12 And...

@yanick `after` expects a response object, but in `on_route_exception` we don't have access to the final response object. For example, whatever value you halt on can still be serialized, meaning...

My team does stuff like this throughout the codebase: ``` perl use App::Exception qw(exc :constants); # ... put '/invoices/:id' => sub { my $invoice = rset('Invoice')->find(param 'id') or die exc...

This would be a really useful feature — any updates? Happy to devote some time to it if I can get direction on implementation. For background, my use-case is running...

My team would also find it really helpful to support "keep the same replica count" for stack deployments. Our immediate use-case is to handle cronjobs run by crazymax/swarm-cronjob. They're initially...