Kai Schlamp

Results 129 comments of Kai Schlamp
trafficstars

Sure, I can look into it (it will take some days to work on it). As you are deeper into it, what was the initial reason not to drop the...

> > > > @rrauenza, thanks for your comment. > > I created a simple ForeignKey field which allows my models to return subclassed foreign key values. > > ```...

@theodorDiaconu Is there already a solution for using multiple queries with grapher-react? I really like its API, but I can't find an example how to do it :-( How about...

Ah, I get it. Your initial post here is a hint how to do it, and not something that is planned :-) Would be nice to have an example in...

For others interested, here is a solution I came up with ... ``` export default compose( namespace( 'posts', withQuery(() => { return postListQuery.clone() }) ), namespace( 'tags', withQuery(() => {...

Thanks for the fast response. I am looking forward to the E2E Jasmine integration then.

FYI ... David Greenspan posted a solution here: https://groups.google.com/forum/#!topic/meteor-talk/ofyJSInnwBU Have not tried it yet.

Also super interested. We would like to replace a Celery setup (esprecially [Canvas workflows](https://docs.celeryq.dev/en/stable/userguide/canvas.html#canvas-designing-work-flows)) with Temporal, but we make heavy use of [RabbitMQ Message Priorities](https://docs.celeryq.dev/en/stable/userguide/routing.html#rabbitmq-message-priorities) which is not available in...

In [our case](https://github.com/radexperts/adit), we are looking for a replacement for [Celery](https://docs.celeryq.dev/en/stable/userguide/routing.html#rabbitmq-message-priorities) which itself uses [RabbitMQ queue priorities](https://www.rabbitmq.com/priority.html). If there is for example only one worker it will always take the...

Is it completed? Where can I find more information?