Alexander Brandon Coles

Results 28 issues of Alexander Brandon Coles

Some additions to @teppeis's PR #3 (mostly to address this comment: https://github.com/nettofarah/axios-vcr/pull/3#issuecomment-327885163) * support both older and newer versions of Axios. * set up testing against various versions of Axios.

This causes problems when supporting other `Content-Type`s (XML, `form/multipart`, etc.)

_From @caseymct on January 22, 2016 2:22_ Trying to transition from a standard representer format to json-api. I have a model, Notification, that has a polymorphic `target` - it can...

needs feedback

_From @matheusca on November 19, 2015 22:15_ Hi guys, I've trying create association links using `Roar::JSON::JSONAPI` but I can't reference `represented` method inside of the `has_one` block. For instance: ```...

needs feedback

_From @ekosz on January 6, 2015 15:42_ Given the code ``` ruby module SongsRepresenter include Roar::JSON::JSONAPI type :songs property :id property :name end class Song < OpenStruct include Roar::JSON::JSONAPI include...

@apotonick An alternative would be for `#from_hash` to fail silently (i.e. `data = {} unless ::Hash === data`). However, I think raising a `TypeError` makes more sense in a web...

_From [[email protected]](https://code.google.com/u/107499097463794901986/) on March 03, 2011 10:33:49_ Markdown allows putting emphasis/links/images in titles, for instance: # My **title** or My [title](http://www.google.com) But MarkdownJ does not interpret titles content. _Original issue:...

imported
bug
Priority-Medium

_From [alex.coles](https://code.google.com/u/alex.coles/) on October 31, 2008 00:26:59_ What steps will reproduce the problem? 1. Use SoyLatte JDK java version "1.6.0_03-p3" Java(TM) SE Runtime Environment (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00) Java HotSpot(TM) Server VM...

imported
bug
Java-1.6
Priority-Critical
Usability

_From [[email protected]](https://code.google.com/u/114656393279449795215/) on August 23, 2013 00:55:45_ Hi I have some markdown text that contains Links as well as Superscipts. When I process that markdown through the Markdown4jProcessor it is...

imported
bug
Priority-Medium