dpdoughe
dpdoughe
Might be nice if width could be specified in the relative units of the current font (em, ex etc). That would allow the fitting to be scalable based on length...
FYI, in current version specifying a string for width e.g. 'width': '400', leads to invisible cells and other strange behavior. Perhaps string for width should raise exception if not supported?
Seems related. Maybe the CSS for the table width needs to be unset in QGrid for this to work though. https://stackoverflow.com/questions/33475457/how-to-make-table-td-tr-auto-width-based-on-text-length
Agreed. .2f or .2g would be great features. In general some customizable table cell renderer might be useful.
This seems to be some rare scenario in which the number of decrementations doesn't equal the number of incrementations. This leads to a gradual net creeping up of the `number_of_prefetched_tasks`...
My current best guess about what is going on here is that this upwards drift can happen when an `expires` is set on a task. [According to the docs](https://docs.celeryq.dev/en/stable/userguide/calling.html#expiration) ,...
So to conclusively test the theory, I created a task that had `expires=1` and the task internally slept for 100 seconds. Sending a bunch of async requests like this over...
@mher Please take a look at this issue.
Update: Python client for Valkey forked from redis-py has made their first stable release v6.0.0 on Aug 13, 2024. https://pypi.org/project/valkey/6.0.0/
I would think DragonflyDb would be a separate ticket and request. This ticket is about Valkey. Valkey is the one backed by Linux Foundation and it's what Fedora and so...