Michael Leonhard

Results 53 comments of Michael Leonhard

There is an updated fork of this package with support for null-safety: https://pub.dev/packages/fk_user_agent

How about adding a test for it?

I'm using diesel 2.1.4 with stable Rust 1.76. My code returns search results, performing substring search and full-text search. To do substring search, it queries Postgres with `LIKE ANY (...

Example error: ``` $ date -u Thu Oct 29 07:41:32 UTC 2020 $ docker images --all |grep rustlang rustlang/rust nightly e40103be369d 13 hours ago 1.6GB $ docker run --interactive --tty...

The [instrumentisto/rust](https://hub.docker.com/r/instrumentisto/rust) images have clippy and rustfmt. Related: "Include rustfmt and clippy components by default" https://github.com/rust-lang/docker-rust/issues/37

Do not make this change. See the detailed explanation in https://github.com/dart-lang/linter/issues/2942 .

This ticket has been open for six years. This problem is blocking my tests. Is there a workaround?

This PR keeps growing and growing as I fix more tests. I would love to hear suggestions for splitting it up. It would also be great if there was a...

I updated the PR so the tests pass under latest stable Rust 1.85.0. It's ready for review.

I used rustfmt to fix the formatting.