marlon-tucker

Results 11 comments of marlon-tucker

Searching for `MemberAccessor` didn't return any results, only two issues. Any chance you can link to what you mean please?

Those appear to be for getting a parsed value from a given model. I suppose I could clear the `IMemberAccessor` collection and add a custom one that keeps track of...

Not sure if this is the right place to make a comment, but I think I've just hit this condition - but not when unit testing. At least in my...

I think I disabled pointer events via css and that sorted it On Tue, 25 Sep 2018, 18:18 webcat_black, wrote: > Same issue here. any clue about this issue? >...

Sorry that was the solution that worked in our circumstances, I didn't investigate further after that. Though on the initial Drag event you could enable a class which disables pointer-events,...

Hello, We are using Postmate to facilitate communication between iframe which has lots of javascript to execute before the handshake is initiated. On fast browsers such as Chrome this works...

Thanks @Endebert Unfortunately due to project time constraints we have switched to use the penpal library instead. Hopefully this PR does get merged soon though as having something silently fail...

I had a spare few hours today so I did the first pass at implementing an AST Visitor. The code can be found here https://github.com/marlon-tucker/fluid/tree/AST-Visitor If a project maintainer has...

`getComputedStyle` returns CSS height strings, for example `20px` which is why `parseFloat` is failing. Unfortunately converting CSS heights into pixel values is not a trivial task.. An alternative method needs...

I've just discovered this proposal and have been reading around it for a few hours, which I realise is not much time given the context of the timeline of this...