Karl Tiedt
Karl Tiedt
On your demo page, I was really confused why ctrl+b etc was not modifying any text I was typing... later I came back and tried to select text and try...
`npm install nan` fixes this, but seems like it should be unnecessary? ``` $ npm install node-mac-notifier npm WARN deprecated [email protected]: Use uuid module instead > [email protected] install /Users/karl.tiedt/Projects/polymer-2-electron-example/node_modules/node-mac-notifier >...
When trying to run srv.web.js from your tutorial I get this error: (Note: I got to this error _AFTER_ I installed express explcitly, since it wasnt listed as a requirement...
So I have been working with the Hex renderer quite a bit lately and as I get into optimizing my project... Which is a very large (upwards of 30k points)...
As seen here: https://google-developers.appspot.com/chart/interactive/docs/reference#chartwrapperobject Maybe its not expected to, but the assumption was, it mentions URL support for the Chart API and that was a URL for the chart API....
See: https://developers.google.com/chart/interactive/docs/gallery/annotationchart
I have setup a reverse proxy for /wiki on my website and it appears to all be working correctly... however, when jingo returns its URLs (say I goto website/wiki) it...
In google-signin element you state: > If you do not need to show the button, use companion element to declare scopes, check authentication state. And in google-signin-aware you state: >...
Add a pre-route handler that is fired everytime a route is tested, it should receive the route parameters that _would_ be set, if the pre-route handler fails. pre-route handler would...
It would be nice if there was a method to generate the proper href depending on hash or pushstate option. https://github.com/PolymerLabs/more-routing#urlfor (for reference)