Tim Walling
Tim Walling
We've commented out that `delete` step in a fork because we needed the string properties. In our case we simply wanted the title of the calendar which is defined as:...
@jens-maus looks like that change was made to keep pace with the original project (non-node) version of this library. https://github.com/peterbraden/ical.js/pull/38 I wish there was a discussion of it in either...
I just started looking into this myself. I noticed that the behavior differs between browsers and seems to primarily affect Firefox. Possible workaround I wanted to look into. https://stackoverflow.com/questions/12314729/close-windows-that-were-not-opened-by-script-using-javascript
I'll take a look at this. I noticed it wasn't working and I'd like to use this weather module.
I confirmed that PR worked. I had to also setup a subscription with openweathermap to use the new 3.0 API. They allow 1000 free calls per day.
You could also use the `legacy-bundling` flag in your `.npmrc` file or during `npm install --legacy-bundling` and I believe pac would still work.
Any thoughts on this? I'm happy to submit a PR for review.
To take this idea a step further I think it would be nice for static sites to provide the entire `json` response inline in the page. Similar to how CSS...