Andreas Lind
Andreas Lind
- Validate the GET parameters so we don't pass arbitrary data to command line programs - Make it possible to disable certain filters and operations so things like `inkscape` and...
Could make the error messages easier to inspect if they show up on the screen instead of just in the network tab of the dev tools.
Would be possible if we add imagemagick support. Any other tools that would be up for this?
... At least when using systemjs-builder.
I have a package with a `prepublishOnly` hook that does a bunch of checks. When I try to release a new version using grunt-release, I don't see any of the...
I've run into a problem with weekly recurring events that happen on multiple days, where the first instance falls on a Sunday: ```js const icalJs = require('ical.js'); const vevent =...
I ran into this issue because the calendar app on newer iPads, probably mistakingly, allows the creation of an event where the start date is not covered by the `RRULE`....