Mike Bush

Results 8 issues of Mike Bush

My first game on OSX, I have 3 Mills, each time i try to inspect 2 of them the UI crashes, I can inspect other buildings just fine. ``` Citybound...

Currently `seed::fetch::Response` has 3 interfaces: `text`, `json`, `bytes`. I'm working on something now which is fetching a large amount of non-text data, `bytes` can work but it is not ideal...

enhancement
API design

gloo_events looks like it would make sense in seed as a replacement for some of seed's event management code. Seed is already using gloo_timers and gloo_file, and seed has a...

I wanted to use the validation from the `jsonwebtoken` crate so this PR replaces the validation logic with that. I don't know whether you'll want to use it because it...

rather than converting them to strings implicitly. Fixes #542

**Background** I have just spent a lot of time debugging an issue of an array containing a single buffer being sent to ZMQ - in my test cases it worked...

I found that when I try to use the serde feature to deserialize a record which contains both character and numeric fields the numeric field (f64) deserialization fails with the...

I came across the need to modify the api spec based on properties of middleware transformers. In our case it was RBAC middleware which specified different roles for different endpoints....