Leopold Joy

Results 6 issues of Leopold Joy

This pull request adds support for a `PolygonSelector`, enabling annotation of polygons by adding points to the image. The pull request includes an example of the `PolygonSelector` in action on...

I am using the Google Calendar api to access users' events. I want to access all of the users events that are marked as "busy." I can't use the `freebusy`...

Hello, When I try to use `react-typewriter` stamps in my stack that pre-renders the `React` on the server-side, I get the following error: ``` TypeError: Cannot read property 'update' of...

Updated front-end unit tests configuration to use `enzyme` along with `karma`. Also updated the `InfoBar` example to use `enzyme`. Note, the `@connect` decorator had to be swapped for ES6 syntax...

resolve `parameter 'from' not passed to function` error by adding default `from` parameter to `truffle.js`. fix: https://github.com/trufflesuite/truffle/issues/548