Abraham Petrillo

Results 4 issues of Abraham Petrillo

Given an ember model: export default DS.Model.extend({ resources: DS.hasMany('resources', async: true) }); In the case where resources is [1], the adapter assumes that the graphql api has the singular type...

I'm using this proxy to hit the CircleCI API, and to get JSON we need to add an `Accept` and `Content-Type` header. When I do this, the proxy seems to...

bug

``` WARNING: licenses is empty, but is recommended. Use a license abbreviation from: http://opensource.org/licenses/alphabetical WARNING: description and summary are identical WARNING: open-ended dependency on capybara (>= 2.1.0) is not recommended...

backlog

Given the following code: ``` var ImageJS = require('imagejs'); var bitmap = new ImageJS.Bitmap(); bitmap.readFile('image.png') .then(function() { // bitmap is ready var rotated = bitmap.rotate({degrees: -10, fit: 'crop'}); bitmap.writeFile("rotated-image.png", {type:...