Woody Peterson

Results 11 issues of Woody Peterson

I implemented my own Settings without knowing about Settingslogic, and the api is almost exactly the same except that I have ENV-overrides built in for misc things like the google...

I encounter this a lot within the ruby community, but this time it actually affects me. defining Object.t conflicts with rails' translate. t should at least be in a module,...

Dict encoding won't work on approx. greater than R13B03 due to dict internal representation changing from a tuple of size 8 to size 9 (assuming it worked in the past,...

Currently bert can only decode one-level dicts, this enables nested dict decoding. Apologies for including 2 commits in this pull request, but I'm using a combination of laziness and judgment...

I see that for multiple claps to be accepted, they must happen all on the first round of clapping by an IP. Is this by design? The JS client batches...

Previously, passing in `--with-opt-dir` and `--with-geos-config` worked fine. After upgrading my app to Ruby 2.6 and latest bundler, options passed in through bundler don't seem to make it down to...

Previously, many methods made a direct call to `SCNetworkReachabilityGetFlags(reachabilityRef, &flags)` to get the flags. Since we already have a method that does this, we can "program to an interface" and...

Everything succeeds to this point, and additionally `npm run test` successfully runs the jest tests. Output: ``` [git/master-]:keen-dataviz.js% npm run start > [email protected] start /Users/woody/Src/keen-dataviz.js > concurrently --kill-others "NODE_ENV=development webpack-dev-server"...

The last "release", 0.5.0, is a year old and used by cocoapods [thusly](https://github.com/CocoaPods/Specs/blob/master/Igor/0.5.0/Igor.podspec). At the very least, the fix in issue #12 needs to be released for Igor to build...

admin

Previously, if a request triggered a ban, there was no instrumentation for knowing the ban occurred. This instruments bans under the `ban.rack_attack` notification.