Alexander Prinzhorn
Alexander Prinzhorn
> concluded that the typedocs style isn't really user-friendly I absolutely agree. There is a difference between **documentation** and an auto-generated **API reference**. To me these are two separate things...
If I understand you correctly, that's what `data-menu-top` is for.
Here's an example page https://github.com/Prinzhorn/skrollr-menu/blob/master/index.html http://prinzhorn.github.io/skrollr-menu/
> data-menu-top is either broken or has no example http://prinzhorn.github.io/skrollr-menu/
> Though, just to understand your issue. Here you're trying to communicate 1:1 with the workers by not directly providing a task, but rather broadcasting a message? > What's the...
I want to point out that what I'm doing is purely unidirectional. The worker is sending data (or task progress) to the main thread. There is no communication in the...
Feel free to show some of your code. I had something like this in mind, but I definitely won't allow embedding actual code. This just looks awful and needs a...
You can't use attachments when replying to a comment using e-mail, because you don't actually send an e-mail to me but just trigger a comment on GitHub. So either send...
Don't worry, I got your e-mail with the code. I took a look at it but didn't had much time to think about it.
Odds are I will add something like this. But as I said in my [first comment](https://github.com/Prinzhorn/skrollr/issues/69#issuecomment-9061662) I won't allow actual code and I won't use eval. But instead you can...