Joseph Chiang

Results 11 comments of Joseph Chiang

btw, if I copied `F:\Totoro pictures2` to `C:\IMAGES_STORAGE_PATH\`, it works fine. It only happens when I copy from the disk root `F:\`.

I am trying to add this feature. I created an `dragEnd` event to check if it's intersected. If it is, then restoring the dragged marker back to previous position, also...

I think it's all good now. The only thing left is I don't know how to make the allowIntersection:false option working when it instantiates. http://lab.josephj.com/2014/Leaflet.draw/examples/polygon.html

@linyatis I still don't know how to make this option being configurable, but the feature works pretty good. You can check my commit. https://github.com/josephj/Leaflet.draw/commit/9425d3bafb13840b0e56242fccc606be4906826c

I also got this issue on IE9 as well. @oytuntez, Thanks man, you saved my day. @ProgerXP, For VMs, I prefer to use `ievms` which just need 1 command to...

@nikiiTrivedi @henriquemacedo You can do this as long as iCalendar spec has it. Example to have 2 different events in a single ics file. https://stackoverflow.com/questions/1823647/grouping-multiple-events-in-a-single-ics-file-icalendar-stream This tool hasn't implemented it...

@feimosi After I upgraded the `react-scripts` to `2.1.1`, it made some changes automatically. My project is working good after upgrading. You can check both my `tsconfig.json` and the [pull request](https://github.com/efcsydney/efcsydney-roster/pull/552/files)....

Good catch. We need to add alarm for that.

https://www.kanzaki.com/docs/ical/valarm.html The following example is for a "VALARM" calendar component that specifies an audio alarm that will sound at a precise time and repeat 4 more times at 15 minute...