Paul Biggar

Results 400 comments of Paul Biggar

The place I need to run this callback is after immediately the render which happens asynchronously and unpredictably. Subscriptions, cmds, and other events do not have this property as I...

Thinking on this more, another way to handle this would be to have a type of cmd that runs post-render only. I can make that work if you give me...

This looks pretty good. How do I use it? Suppose I have a function myRenderFn that I want to call after specific updates, how do I call that? Also, looking...

~I can't see how this would work. When the browser does a requestAnimationFrame, bs-tea runs the view and the DOM updating in the callback so that it happens before the...

OK, so as I see it, the handler synchronously calls my update function _before_ the repaint. Am I able to update my model and add Cmds?

Totally agree that the problem is a standard DOM state problem, and not particular to contenteditable, except that we're dealing with placing cursors. We're doing option 1: the browser does...

For us, it wasn't a theming problem, it was that the debugger was unusable (important parts weren't clickable because the display was much to large, off screen, or covered/invisible. We...

Good idea, thanks! Can you make a PR?

``` Looks like there were changes made in the Zend API. It should be straightforward to fix these, and I'd be happy to accept a patch that does it. -...

``` Thanks for the reply, however I'm unfortunately unable to apply such a patch. I hope someone else will take it up. In the meantime, is it correct understood that,...