Thomas

Results 4 issues of Thomas

Hello, I haven't had any luck with your module and figured it is because you need to explictly parse the generated XFBML after the view updates. Adding a parse method...

Hello, I'm having problems deleting and removing images from a cropImage field via the API. I tried ``` foreach ($video->teaserbild as $img) { $video->teaserbild->remove($img); } ``` and also ``` $video->teaserbild->removeAll();...

Hello, I don't quite understand why you stop the $watch on scope.fbLike. It seems to me like this prevents the button from updating, when the view changes. I haven't looked...

I set up storybook and added a story for a simple component. When I open it in storybook, the script block from /layouts/default.vue is executed. How can I stop this?...

type: enhancement
status: help wanted