Eric Lagergren
Eric Lagergren
First, http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/ls.c#n542 seems to indicate that `color_never` is default. Regardless... ``` var color = flag.String("color", "always", "print with color!") ... if *color != "always" { // handle properly } ```...
Yeah, you're right. I went over this earlier today (not at 1 AM like last night :smile:) and realized what you meant. I think there _are_ some hacky workarounds, but...
Also: https://github.com/ericlagergren/aegis https://github.com/ericlagergren/polyval
To add to @zikaeroh's list, I've used this to implement off-heap allocators. The two driving factors were similar to the runtime's, I think: (1) performance (write barrier made things too...
Well the first issue I ran into is the mongoengine query set can't find any data -- even Maryland's transform returns `openelex.models.DoesNotExist: Office matching query does not exist. `
@ghing Oh, gotcha. So I need to add the canonical names first before I write the transform portion? Because I started on the transform two days ago, but I ran...
Gotcha also add a call at the end of why 96 on the Washington's loader module you're missing it and it breaks the loader :) --- Eric Lagergren ericlagergren.com On...
I'm really sorry I've been MIA since the end of last year. Long story short, life's been a bit hectic. I still intend to get this done for you guys...
Current progress on `office.csv`: https://gist.github.com/EricLagerg/5ca344ca97f5c9714b68 Parties will come in a bit, probably a week after the election (which is Nov 5th) because we still have to do last-minute GOTV, then...
I ran into this today with my loader: most of Washington's CSV files for the counties don't have any relevant information. Since openstates doesn't really want "SCHOOL DISTRICT 128 -...