Layo

Results 20 comments of Layo

@powerman that completions work for the parent command (`docker`) but we are still without [completions for the compose plugin](https://github.com/docker/compose/issues/8550)

@powerman pressing _TAB_ after this command `docker compose` does not produce any completions/suggestions. * I have ubuntu with zsh and omzh. * I previously created completions for docker with `docker...

this is weird, still not working * I downgraded to match your versions (except Ubuntu) @powerman ``` # lsb_release -d Description: Ubuntu 22.10 # docker version -f '{{.Client.Version}}' 23.0.1 #...

@jbigler This was definitely my issue's root cause except that in Ubuntu/Debian these outdated completions are installed in `/usr/share/zsh/vendor-completions/_docker`. Seem like [`cli/contrib/completion/zsh/`](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker) must be updated or package builders omit it.

> in 1.2.3 we dint have any change in order of rolling deploy. Can you show the druid CR. and maybe some logs or screenshots. @AdheipSingh I just tested introducing...

@AdheipSingh I provided a Google Drive link to a video showing the pod update processing. Do you have issues watching it? or isn't enough? https://drive.google.com/file/d/15GxhZZZWlhWiz-EXXAIarG81jMNMmu49/view?usp=sharing

I also have the same `error: Missing type parameters for generic type "DateTimeField"` when subclassing a Django `DateTime` field. ```python class AutoDateTimeField(models.DateTimeField): """ A custom model field based on :class:`django.db.models.DateTimeField`...

@sobolevn doesn't work, it results in: ``` class AutoDateTimeField(models.DateTimeField[_ST, _GT]): TypeError: 'type' object is not subscriptable ```

FYI this is still an issue on Druid 27.0.0. I had set a task duration of 10 min (to reduce querying load on MMs peons) and you can see avg...

For those in debian/ubuntu: The systemd service should be kept as a root-owned service (no need to install the service as user) but to make it autoload mappings for a...