tison

Results 964 comments of tison

> If anyone knows how to use deadpool with sqlx, please provide a sample. The previous example provided [here](https://github.com/launchbadge/sqlx/issues/622#issuecomment-672683872) no longer compiles. Here is a code snippet I wrote today:...

I've made an example at https://github.com/fast/fastpool/blob/93eb67c/examples/postgres/src/main.rs, where I'm considering hooks and timeouts should be handled in the manager or pool side directly.

Good to know. Although, `serde-reflection` seems doesn't support `#[serde(tag = "type")]`: > Attributes that are not compatible with binary formats (e.g. #[serde(flatten)], #[serde(tag = ..)]) I noticed `serde-reflection` refers to...

Looks reasonable. Would you please create a JIRA ticket to track this? https://issues.apache.org/jira/projects/ZOOKEEPER/issues

@flowchartsman I outline the subtasks above and will start roughly adding source code the next week. You may propose the refactor ideas and I can help in review. cc @RobertIndie...

Thanks for your feedback and participation @flowchartsman! I've submitted a PR https://github.com/apache/pulsar-client-go/pull/1077 for roughly adding the sources of `pulsar-admin-go`, so that we have a baseline to improve and the downstream...

This requirement could be a prerequisite for manually pushing multi-arch images without `-amd64`/`-arm64` alike tags pushed at first. Buildx supports doing it internally but `docker manifest` requires images to be...

@Felixoid That should satisfy my use case at some point. How can I find the sha256 programatically? (so that I can integrate it into the CD process)

cc @mitsuhiko maybe we can have a round for this crate?