tlloydthwaites

Results 7 issues of tlloydthwaites

## References * Fixes #8358 ## Description * If X-DSPACE-REST-EXCEPTION-CAUSE header is present, append the root exception cause to the error message. ## Instructions for Reviewers * Will have no...

merge conflict
needs discussion
interface: REST API v7
error handling

(Based on discussion with Albert Lombarte on slack) **Is your feature request related to a problem? Please describe.** When creating an AMPQ producer/consumer or an async agent in KrakenD to...

enhancement

When handling an error, it would be useful to know the delivery_info such as the routing key. This adds delivery_info to message properties. This seemed the only way to supply...

Sometimes we want to bind to an exact queue name without using the namespace. For example, for most of our consumers we want to use the application name as a...

When building a workflow spec dynamically we can't specify procs, but we can specify symbols for methods we want to run. This PR allows us to specify a symbol when...

### Environment **Vuetify Version:** 3.8.8 **Vue Version:** 3.5.16 **Browsers:** Chrome 137.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce * Create a VDataTableServer with bound search * Go to page...

T: bug
C: VDataTableServer

Hello, I want to display the value of an ACF/E hidden field. I tried the using the acf_quick_edit_fields_types filter but no joy. I tried: `add_filter('acf_quick_edit_fields_types', function($types) { $types['acfe_hidden'] = [......