Bogdan Popa

Results 156 comments of Bogdan Popa
trafficstars

This isn't possible right now. One thing we could do in the future is expose an environment variable to help augment this line: https://github.com/Bogdanp/dramatiq/blob/master/dramatiq/brokers/redis.py#L104 basically, we could turn it into...

Would you mind adding a handler that redirects to the `drama/` version instead?

Thanks for the report! I think probably the best approach would be for these panels to inherit the stretch values of their children (and vary them when the children change),...

I'm hesitant (for now) to provide an interface for observables because not doing so gives me more freedom to change the internals. For your use case, what do you think...

Ah, I see. I lost track of the fact that you're starting from a parameter.

For now, I think your best bet is to wrap the table-panel package in a custom `view`. I'll probably add a grid view eventually, but it'll probably be a while...

Mixins are the way to go right now -- they're how you can hook in functionality that the library doesn't provide in general, but I agree that the current state...

I've been planning to look into this for a bit, but haven't had time recently. The `list-view` uses `racket/gui` panels under the hood, and those don't support mouse scrolling. There's...

You can currently add descriptions to parameters and response codes, but not the actions or tags themselves. Actions' descriptions should be fairly straightforward, but I'm not sure how tag descriptions...

Thanks! I'll try to take a look at this next week.