Results 20 comments of kafkiansky

@helveden, what do you expect from scheduling the `RabbitMQJob`? You need schedule your job, not the `RabbitMQJob`.

Hi, @butschster. I'd like to help with this feature, because we use a lot of tokenization, which slows down bootstrap applications and tests. I have ideas about this, which I...

Hi, @butschster. I wanted to add tests, but I couldn't find where to put them. Perhaps there are already tests for `FilterInterceptor`? And the example of use is simple. We...

@butschster, added tests.

> I think the rendering is responsibility of a Filter. > Idea about rendering customization is great but it should be not in a filter. I think whoever is owned...

> Maybe just let interceptor to know which renderer to use via attribute on filter? I don't think such a small feature should require that much boilerplate. In that case...

I updated the PR, but now it has added BC.

@saxap, thank you for the report. If your class has changed the namespace, the cache should be reset. Warming the cache must be done at the stage of deploy to...

Hi, @quarter-note. Thanks for the explanation. I would like to implement the libraries in rust, go and php. I will try to use the information from those files you gave,...

Thank you so much for your help.