Ryan Funduk
Ryan Funduk
Once strategy I've used before is to write, at the bottom of your worker file: ``` postMessage( { ready: true } ); ``` ...and simply receive that message in your...
Ah yes you have noticed TourBus' achilles heel haven't you :) Honestly, I haven't considered mobile at all at this point. I made this library so that I could run...
Adding configuration options and special attributes doesn't sit very well with me. If it can't be css-only, maybe it could be done with a plugin approach (use `expose` to patch...
I'm just focused on keeping the thing simple that's all. I want to avoid a confusing api where it's like "define this property if you want x, otherwise y, but...
The user can write javascript which does the same breakpoint stuff you were describing earlier though, right? Just do your calculations beforehand and change the legs appropriately. You can still...
Hi @crwang, I've been thinking about this for a while now. At the moment you basically are stuck with making 2 tours and deciding which one to use (eg, when...
Thanks! It seems there are a couple sourcemap related issues in the build at the moment (eg #23). I haven't had much time to look into it or much luck...
Hm, interesting, it does seem like there is incorrect sourcemap directive stuff in `dist/jquery-tourbus.js`. If you're vendoring it, I suggest just using `dist/jquery-tourbus.min.js` instead... but I'll look into how I...
Hm, since the setting of the bank account is via a token, I'm not sure why you'd get that error. Possibly an API change I didn't catch and update for...
@Hipnoetic Hey, so, sorry about this still being a problem. I don't work for Stripe anymore and this has fallen off my radar because I'm busy with other things. I'd...