lonnc
lonnc
I'm wanting to include some raw bytes (e.g. images) in a parquet file. Currently I'm using: ``` type JpegTest struct { Jpeg []byte `parquet:"name=jpeg, type=UINT_8, repetitiontype=REPEATED"` } ``` This works,...
Due to the removal of `libudev0` and its associated library `libudev.so.0`, node-webkit isn’t able to run on newer distributions such as: ``` Ubuntu 13.04+ Fedora 18+ Arch Gentoo Derivatives of...
For google provider uses the following deprecated scopes: https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email Need to update prior to Sept 1st 2014 see below for details: https://developers.google.com/+/api/auth-migration#timetable
This pull request contains a provider for Postgres. As sqlstore currently includes references to "github.com/go-sql-driver/mysql", I've pulled the MySql specific code out into separate package. Unfortunately this does mean the...