Ryan Hiebert

Results 115 comments of Ryan Hiebert

I see your perspective. The problem comes when you attempt to generate the links to those nested routes. Which context are they a part of? I'm not sure that this...

I don't have a particular problem with having an option to have all the routes on the main router. I just don't see a way to get the links for...

@nachopro : That's right, you need to be using this package's `NestedDefaultRouter` for the API root. Check out the example in the [README file](../tree/master/README.md).

What I'm wanting to do is be able to run my ASGI Django application on the same web server as Celery Flower. ASGI in tornado might be a good way...

Thank you for the report. The next steps to resolve this issue as I see them are: 1. Confirmation and failing test case(s). This may be as easy as just...

I don't think I'll figure out a proper patch. I've closed a slew of old issues that haven't had motion in years. I don't use Travis. I have a pull...

> > Should we add some concept of ownership/queue/routing to the task model itself > > Yes, absolutely we should. A `Task` should probably know all the attributes which were...

Sorry for spamming two different tickets, but I concur that this seems to be a race condition, and that waiting for the container to go away seems like a likely...

@prokher Is there something you're waiting on to stabilize? I would love to see this released.

> Are we talking about restricting the `tox` version at requirements.txt, or somewhere else? In the `setup.py` is what I was referring to, which constrains people from using `tox-travis` with...