Paul Frischknecht
Paul Frischknecht
``` DTSTART;TZID=America/New_York:20130802T200000 DTEND;TZID=America/New_York:20130802T203000 ``` is converted to ``` startDate: '20130802T200000', endDate: '20130802T203000', ``` This datetime conversion: * is not ready for being used in js (e.g. converted to Date): `new...
As per the comment in the readme/on https://www.npmjs.com/package/ics-to-json The ability to do this necessarily implies the other upcoming feature: Include the rest of the keys from the ICS format
The current usage example requires support for import and includes a fetch, both of which do not work in all environments where this js package might be used. A simpler...
``` const icsToJson = require('ics-to-json').default icsToJson() ``` gives ``` TypeError: Cannot read property 'split' of undefined at icsToJson (/home/runner/node_modules/ics-to-json/dist.js:32:23) ``` instead of something like "ics-to-json/icsToJson requires one string argument, no...
There should be a mutator that replaces numeric constants. I imagine the following variants: * constant 0 * constant 1 * subtract/add 1 this should catch some off-by-one errors. Example:...
``` #0 120.6 fatal: detected dubious ownership in repository at '/opt/flutter' #0 120.6 To add an exception for this directory, call: #0 120.6 #0 120.6 git config --global --add safe.directory...
c.f. http://stackoverflow.com/a/28496744/524504
This is Mathematica 10. You can hover over built-in Symbols to display auto-completion information, but this does not work correctly with ApplicationMaker's functions. Also I cannot press F1 to get...
We finally need one-line installation of packages for Mathematica from some standard online repository/repositories. People coming from pip/npm/maven expect that knowing the name of a package gives them access to...
**Is your feature request related to a problem? Please describe.** First of all, thanks for creating this; very close to what I am looking for. I just started playing around...