Adrian

Results 16 comments of Adrian

Yup, I'd love to see the api blueprint examples displaying correctly e.g. [this one](https://raw.githubusercontent.com/apiaryio/api-blueprint/master/examples/10.%20Data%20Structures.md) -- I only see schemas and no body examples when data structures are "inherited".

That would be useful.

The fact that assets can combine other assets like that is a cool feature and should be documented. It's not entirely clear to me how that work/what else can I...

My bad, I've made a mistake pasting the code (corrected now). Anyway the names are fine, as far as I can tell. I even tried to change and reorder them...

Ok, I had to redact it a bit (company policy), but it've tried to keep it relevant. First, config: ``` return array( 'assetic_configuration' => array( 'webPath' => realpath('public'), 'cachePath' =>...

see #9. Short answer is not at the time. When I tried it I got: ``` If you want to test undefined class use 'test::spec' method ```

Are those workers picking up code changes you're deploying? Does the `job` category even appear in the UI for you? ![Screenshot 2022-08-11 at 10 01 47](https://user-images.githubusercontent.com/2060726/184089748-77c193f9-0e59-420f-ae4a-1c84a4e4561e.png)

The reason I asked about that is because usually workers run as continuous processes, so they need to be reloaded to pick up any code changes -- ofc it all...

We're open to PRs, but you need to find a configurable solution (opt-out by default) that doesn't include a global variable, because those are way to confusing to debug.