Benjamin Fagin
                                            Benjamin Fagin
                                        
                                    Yeah, admittedly I didn't really leave instructions on how to run it locally, but it will involve some level of developer chops to set up a PHP server and get...
@kasetg see #6 and the related bounty: https://www.bountysource.com/issues/15132434
I haven't played around with that API (I actually don't see any documentation about it), but it seems like it would be possible. The worst case would probably involve some...
Doesn't look like there is a public like API which supports this.
Good news: Tumblr added this API! http://www.tumblr.com/docs/en/api/v2#blog-likes I think I'll add an option to the login screen to specify a username instead of using the OAuth login, and then render...
Yeah, that would be cool.
Some 'special' xml types like dates and big numbers are handled specially. There is room to add a test and support for `java.math.BigDecimal`. The real question is what the mapping...
Right. I think for now you would have to use a string and then in your application parse it into a BigDecimal object after you deserialize from Avro. For this...
Hi Tony. There were plans to switch to the IDL format (I even [made a note](https://github.com/Nokia/Avro-Schema-Generator/blob/8e44f60d204a8739b742346f3ba590019e206c83/SchemaCompiler/schemagen-core/src/main/java/com/nokia/util/avro/schemagen/AvroSchemagenPlugin.java#L54)) but I'm not sure I will have the time to implement this soon. Thankfully...
Some 'special' xml types like dates and big numbers are handled specially. There is room to add a test for (what I presume will come out as) `javax.xml.datatype.Duration`. Assuming JAXB...