Joshua Bronson

Results 197 comments of Joshua Bronson

see also - https://groups.google.com/d/msg/uproxy-eng/_QerC3Z4ICM/bn07VYlSGgAJ - https://github.com/uProxy/uproxy/wiki/Installing-from-GitHub:-Chrome - #2193

Awesome! Super psyched you're looking into this!

Your progress on this is truly fantastic. Small amendment: We'll want to make the downloads available as files within actual GitHub repos, rather than as GitHub Release downloads. The latter...

wow, ip2country beats [MaxMind's free download](http://dev.maxmind.com/geoip/geoip2/geolite2/) by quite a bit (GeoLite2-Country.mmdb is 8.8M gzipped, 19M unzipped), nice! FWIW, a couple ideas in case if even just 2M is too heavy:...

(Btw recently came across http://richg42.blogspot.com/2016/08/rads-ground-breaking-lossless.html which the geoip db compression reminded me of)

Some initial progress in d415197 ``` $ grunt build Running "exec:rmIosBuild" (exec) task Running "exec:rmAndroidBuild" (exec) task Running "tslint:files" (tslint) task >> src/generic_core/local-instance.ts[64, 26]: function invocation disallowed: Math.random >> src/generic_core/local-instance.ts[122,...

Good call @bemasc! (Of course, a separate but related issue is that our UI needs so many resources in the first place - IIUC, it shouldn't, given how little it...

Can Rebar work around (1) by detecting a `many=True` Schema, converting it to a `many=False` Schema, and using that to `dump()` an item at a time, yielding each dumped result...

Also re (2), I think the implementation in that post could be simplified a lot. Something along the lines of ```python from json import dumps def dump_streaming(iterable): yield "[" it...

Opened an issue in Marshmallow for this FWIW: marshmallow-code/marshmallow#1696