Gerald

Results 31 issues of Gerald

`options.background` not work, there is no such property: `ctx.setFill`. Ref: https://github.com/jnordberg/gif.js/blob/060595539daeec3cf919754cee398ba0b3ef57f4/src/gif.coffee#L170

I tried to add a prefix `$` for all Restangular methods by setting `restangularFields`, as suggested here (https://github.com/mgonto/restangular/issues/675#issuecomment-41151648). Unfortunately, `Restangular.service` does not work any more after that, an error occurs...

When using React@16, `componentWillUnmount` of child components will not be triggered until the modal is destroyed or it's visible with different children. For example: ```js import React from 'react'; import...

Caused by the lines below: https://github.com/react-component/nuka-carousel/blob/f36d0624bd8acdf5caabf949d1380db4e6a39f0f/src/carousel.tsx#L313-L315 https://github.com/react-component/nuka-carousel/blob/f36d0624bd8acdf5caabf949d1380db4e6a39f0f/src/carousel.tsx#L810 --- When there is only one child, say ``, the DOM structure becomes: ```html ``` Note that the `height` of `` is incorrectly...

Especially why we can't read local file system

Fails in Chrome 50 on Linux and Windows, but works on Mac OS X. When an image is copied on Linux and Windows in Chrome via right click -> Copy...

type: bug
needs: more info
plugin: paste
status:stale

Create config panel/form from JSON scheme and data object.

## Description Currently `gatsby-plugin-sharp` returns the `aspectRatio` of `images[0]`, which is the smallest image and likely has the most inaccurate `aspectRatio`. The fix changes `images[0]` to `images[images.length - 1]` to...

status: triage needed

Currently I couldn't find any way to manage shared links. If I want to stop sharing my files, I have to check every file one by one. Did I miss...