Michael Leonhard

Results 35 issues of Michael Leonhard

Hi Roberto, Thanks so much for making the SD image builder. I am very happy to build the Rpi4 base image on my laptop, from a static config file. I...

Thanks for showing how to name the directories. I also need to know how to: 1. Add library code 1. Import library code into a binary 1. Build a binary...

### Overview I'm following the instructions in the Getting Started page of [Design Kit for Sketch `material-design-stickersheet.sketch`](https://storage.googleapis.com/material-design/downloads/material-design-stickersheet.sketch) from [Google's Material Resources page](https://material.io/resources/). The document says: > To customize the default...

### Overview I'm designing the UX of a Flutter app. I downloaded the Design Kit for Sketch from [Google's Material Resources page](https://material.io/resources/). Our app needs to work well on cheap...

The (Quickstart Guide)[http://www.functionaljava.org/quickstart.html] says to add `org.functionaljava:functionaljava-quickcheck:4.8.1` to my project. I read a bit about the QuickCheck technique. It looks very powerful and useful. I want to learn how it...

I wish to use ureq to call Twilio's API which [uses HTTP authentication](https://www.twilio.com/docs/usage/security). Let's add some methods to support this: ```rust impl Response { pub fn set_digest_auth(self, username: impl AsRef,...

How about adding an example of how to use the equality checker classes? ``` final bool contentsEqual = (const ListEquality()).equals(list1, list2); ``` ``` @override bool operator ==(Object other) => (other...

type-documentation

The [DigitoalOcean API Firewall section](https://developers.digitalocean.com/documentation/v2/#firewalls) has: Name | Type | Description -- | -- | -- name | string | A human-readable name for a Firewall But the API rejects...

Let's document the errors returned by [`TlsAcceptor`](https://docs.rs/tokio-rustls/latest/tokio_rustls/struct.TlsAcceptor.html) and [`TlsConnector`](https://docs.rs/tokio-rustls/latest/tokio_rustls/struct.TlsConnector.html).

Thanks for making this library. I'm using it as a dependency of Tide: [`tide`](https://crates.io/crates/tide) -> [`async-std`](https://crates.io/crates/async-std) -> [`async-global-executor`](https://crates.io/crates/async-global-executor) -> `blocking` I'm running an API server in a VM which has...