Results 155 issues of Andrew Mackenzie

this PR is more to request feedback on how it *should* be done, rather than think this is better than the original. Things I saw: - main() was using tokio...

[provide a description of the issue] People have requested a few pointers to get them started on policy development, and som eresources they can use to accelerate their learning #####...

A-documentation

We wish to make it easier for people new to apicast (who maybe also new to nginx, openresty and lua) to get started, use it and add their customizations. Here...

A-documentation

I would like to use LinkedHashSet/Map in this struct that I derive Deserialize on: ``` #[derive(Deserialize, Serialize, Clone)] pub struct RunState { functions: Vec, blocked: LinkedHashSet, } ``` How can...

now that flutter supports Mac OS, it would be great to include instructions for macos in the readme.

# Current behaviour I think there is some behaviour of `Cargo` and the `--manifest-path` option that I think is a little inconsistent. When no manifest path is used (e.g. `cargo...

C-feature-request
A-cli

Saw a post on your OS and asked myself how I could help... With not that much time and wanting to focus more on rust, my only thought was to...

i can haz?

In a recent (dependabot) update from 1.0.83 to 1.0.85 I am seeing a change in behaviour where values produced using json!() shift from being integers to being floats. The output...

This PR adds a .travis.yml file to the repo. If the repo is added to your travis-ci.org account then you will have CI integrated into the project. I have added...

The docs for mutlimap state: ``` A MultiMap implementation which is just a wrapper around std::collections::HashMap. See HashMap's documentation for more details. ``` but the HashMap docs [here](https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.insert) state ```...