Michael Warkentin
Michael Warkentin
It'd be nice to have a simple `--no-follow` in order to disable - I always forget the syntax to not follow on `convox`.
@nzoschke `convox apps cancel`? 😄
+1 for something smarter from ECS on this. We're currently using Convox to manage our ECS clusters, and our racks are currently running on `t2` instances - we've noticed that...
@nathanpeck I think that 6/7 tasks are running on the same instance (and the one that's not looks like a daemon that runs on all instances).
Watching the reinvent keynote and @abby-fuller just came on.. then opened this issue because of a notification.. hah!
> Actually there are some existing problems with the current heuristics, like if you try to fetch a message in a thread that isn't the first one, it isn't detected...
@di thanks - should I open an issue over there?
@di looks like this is just done in CSS on Github: > [GH implements this very naïvely/smartly with CSS. Basically:](https://github.com/github/cmark-gfm/issues/261#issuecomment-1108630429) ```css @media (prefers-color-scheme: light) { /* ^-- browser/os setting */...
@di it can be done in markdown as well (but I think this just renders out to the same HTML as we wrote?): ```   ```
Just leaving myself a few notes here in case I have a bit of time to try to figure this out: * https://warehouse.pypa.io/development/getting-started.html * https://github.com/pypa/warehouse/blob/main/warehouse/static/sass/blocks/_project-description.scss