Andrew Gaul
Andrew Gaul
Can this tool find unnecessary updates, e.g., batching updates to a counter? I encountered a situation with `string_view` recently that looks like: ```c++ void func(); void test(std::string_view *p, size_t n)...
[s3-tests](https://github.com/ceph/s3-tests) provide a conformance test suite for S3 implementations. gofakes3 could automate these tests via Travis as [S3Proxy](https://github.com/andrewgaul/s3proxy) does.
The following example fails with a space in the list but succeeds without it: ``` module Example exposing (test) test : List ( String ) test = [ ] ```...
Does this addon work with Firefox Android? Testing with 63.0a1 (2018-08-18) I can select "Snooze tab until..." then select a duration but do not progress: 
On Saturday at 12:34 PM I snoozed a tab until this weekend. Firefox immediately reopened the tab but I expect it to open it the following weekend, i.e., 7 days...
It would be nice to use the official [httpbin test suite](https://github.com/postmanlabs/httpbin) instead of inventing new test cases. This might require a forked submodule like S3Proxy does with s3-tests.
Some users may desire custom logic for testing. HttpBin should already support this by overriding `HttpBinHandler` in the `HttpBin` constructor but perhaps there is a cleaner way to expose or...
In #1 @snorp reports: > I needed some other changes to make it work with Jetty 7.x (because 8.x and 9.x don't run on older Android), so probably not.
Overhead should be minimal but might be interesting to add to a miscellaneous column: * `Collections.unmodifiableList` * `Collections.unmodifiableMap` * `Collections.unmodifiableSet`