macdjord

Results 11 comments of macdjord

This is a duplicate of #475. However, that ticket has - for no particular reason I can see - been locked. Which is quite annoying; this is literally the only...

+1 on always respecting the function-definition default for any type which has not had an injectable configure for it explicitly. The current behavior is, in effect, silently overriding the default...

@ndeloof If such a clear definition exists, it should be documented on docs.docker.com. (Though I'm not sure if that definition counts as clear; I've read it twice and, while it...

@ndeloof: My suggestion: Pick some particular term other than 'tag' to mean the whole identifier - i.e. `foo:8080/bar:baz` or `foo:8080/bar@sha256:000000000000` - and then go over the documentation and replace all...

I wouldn't suggest actually redirecting the documentation page; that could be very confusing for a new user who doesn't know that the two commands mean the same thing. "I was...

To be clear - this is not about using a scrolled query to fetch the aggregations bit by bit. This is about having a query with both aggregations and hits,...

One additional complication: `self` and `cls` should be considered implicitly positional-only if no positional-only marker is included. Otherwise, it becomes impossible to add optional positional-only arguments when overriding a function...

@DanielNoord You are correct that PEP8 recommends constants be UPPER_CASE. However, PEP8 also [acknowledges that module level variable are a thing, and recommends formatting them the same way as function...

@matt035343: The documentation at https://lidatong.github.io/dataclasses-json/#overriding-extending uses the same example code in both cases.

> Hi @macdjord, I will like to help on this issue. > But can you state your reproducing steps clearer? > For example, `docker cp --archive 'foobar-dev:/etc/ssh/mounted_keys/'` seems weird because...