Nathan Friend
Nathan Friend
I recently began receiving 403 errors when using `google-translate-api`. Digging in to the source a bit, this is the error that is being thrown: ```json { "message": "Response code 403...
Fading a chart in/out using Chart.js and ngIf/ngAnimate doesn't work - chart animates in but not out
### Overview Describe the issue. What is the issue and what did you expect? I have a Chart.js instance which I'd like to fade in/out using ngIf/ngAnimate. When fading in,...
### Overview Describe the issue. What is the issue and what did you expect? When using a line scatter plot with multiple series, the tooltip displayed when hovering over a...
I'm using the `chart-doughnut` directive as a CPU usage meter:  I'd like to change the color of the bar to red if the usage goes above a certain percentage...
### What does this PR do? Adds 6 new devices that allow developers to take screenshots that conform to all the size and resolution requirements of the iOS and Android...
I'm using `electron-editor-context-menu` to show spelling suggestions inside a `webview` (using a `preload` script, see here: https://github.com/electron/electron/pull/942#issuecomment-68074516). Everything works correctly except that the spelling suggestions do not replace the misspelled...
### Summary The `setAlpha` and `setOpacity` methods don't seem to have any effect on the `TinyColor` instance. ### Possible cause Looking at the source, I believe this is because these...
Currently, downloading a creation involves the following steps: 1. User clicks the "Download image" 1. The image is uploaded to Imgur 1. The user is redirected to a page that...
To reproduce: Draw some stuff Undo everything Draw one more thing Hit Ctrl-Z twice Hit Redo - nothing will show up. Hitting Redo again will then work.