Charles Pritchard

Results 32 comments of Charles Pritchard

I think there's an issue in this line of code, with the string "mysql" hard-coded: https://github.com/airbnb/airpal/blob/40fc002d96b98ac683879ea9d3d9197acab46f27/src/main/java/com/airbnb/airpal/modules/AirpalModule.java#L116 Mainly though, I agree, it should (mostly) just work. -Charles

@holzschu That one worked -- should I close out the issue? I could reopen if I see something further in the stack -- really appreciate the work you've done to...

"implement a simple file locking mechanism to prevent data corruption due to shared file access"

TL;DR: Need a "max byte (ram) buffer" setting and a setting that says only flush to disk when manually flushed. The prior request is not as good an option. Think:...

Seems like I've made this feature request more convoluted. What I'm being asked for is to postpone writing to disk until necessary (either X minutes of transpired since a method...

wapiti seems generally abandoned over at https://github.com/Jekub/Wapiti -- I'd imagine there are some faster alternatives around.

The error boundary class needs: ``` static getDerivedStateFromError(error) { return { hasError: true }; } ``` I still had a very rough time, but that's one of the issues around...

tighter version with a json parsing package; shutdown function and MALFORMED_INPUT left to imagination. ``` // ctrl+c process.on("SIGINT", shutdown); // ctrl+d process.stdin.on("end", shutdown); process.stdin.resume(); // stdin const crypto = require("crypto");...

Surname counts from 2000 US Census http://www.ssa.gov/oact/babynames/decades/century.html Given name counts from Social Security, born 1800 - present. http://www.census.gov/topics/population/genealogy/data/2000_surnames.html Death master file - deaths in the US, mostly around 1970+: http://cancelthesefunerals.com/...

No, far as I understand they're already split up; the death index has pairs (full names); I don't know that they'd be of use though.