Sharsie
Sharsie
The original issue is at #399
@thomasmikava Thanks for the PR, I tried using it, the issue with this is the animation - whenever you want to update the state during these events, the calendar rerenders...
Thank you @braamgenis for letting me know, as some of the sites are not multi-sites, we had to resort to using a plugins_url filter hack If anyone stumbles upon this...
Not only line breaks, but also mangles comments before: ```svelte import poop from './poop'; import noop from './noop'; // Comment one let someProp: string = ""; // Comment two let...
If someone starts working on this, poke me please, we might be able to give a hand here and there... Would really love to have typings for this project
I think converting the project to typescript at this point (with the backbone usage) would really be a pain, even though it would be the easiest way of maintaining it...
@mamal72 I think we are over that question now :) @artf It could be possible to do what you want, but I think it does not work out of the...
@priyankoctal Maybe a bit late to the party, but I reckon this was due to incorrect typings of the return type of `getColor` method as in `... getColor(): Color` instead...
@jesec Is all script execution prevented in this distribution? I can't get anything working, even logging through script execution and I can't figure out if it's stripped off, or if...
My bad, I had some issues in the script that preveted anything else from running (d.get_custom1 instead of d.custom1) For anyone coming up on this, I ended up using a...