Andrew Meredith

Results 14 comments of Andrew Meredith

@ndeloof I understand the desire for this spec to be generic, so maybe `CONTAINER_NAME` is not good terminology. However, since a _service_ is a concept defined by both the Compose...

@runejuhl I have done something similar in my application, but it would be great to see support for this baked in.

Would a PR that adds support for `tokio::io::AsyncWrite` be desired by this project?

@poros I completely understand not wanting to tie this library to a specific async runtime, and I would be happy to try implementing tokio's `AsyncWrite` interface under a cargo feature....

@brandonbloom Yeah - I just had it do that so that I could triage them. Once we start getting some tickets opened by the community, I figured that we could...

I'm not sure if the smart casing is a great option, since it's not especially intuitive. I'd rather expose an "advanced" regex filter interface if you need case sensitivity or...

Would a PR implementing a tar archive type (with optional gzip compression) be considered? If so, I am willing to contribute one.

I believe that this is because the `MySQLDialect` recognizes \` as a valid character to start an identifier with special characters in the name whereas the `GenericSQLDialect` only recognizes `"`

> Any update on this? I want the user to be able to change the styling of my custom element with their CSS, but with shadow DOM it doesn't seem...