aguingand

Results 11 comments of aguingand

I guess the problem is here @asialgearoid: https://github.com/OnsenUI/OnsenUI/blob/2417fdb55f8b49db1f3f9224bf8390a5e23938c0/core/src/elements/ons-tabbar/index.js#L241-L243 Since the the tabbar have a page parent in this context, `_show` is never called.

As a Vue developper using Laravel, I have this need for a long time! What about a function ? ``` blade {{ $slot([ 'count' => $count ]) }} ``` Like...

It seems to be related to https://github.com/laravel/framework/pull/45490 and further updates of `BladeCompiler::compileStatements()`

You have to escape the backslash, so it should be `\\+ Not an item`

Prosemirror markdown seems to cause this. You can try to insert the large content in the [example page](https://prosemirror.net/examples/markdown/). For your information I've fixed parse perfomance in the latest release (v0.8.2),...

I think performances improvements can be done to [prosemirror-markdown](https://github.com/ProseMirror/prosemirror-markdown). I'll keep this open for now but it's not in the scope of this package.

Currently no. You could try to use another HTML to markdown serializer if you don't use complex extensions. I have no bandwidth to contribute to prosemirror-markdown. I was thinking to...

Can you provide a reproduction on Codesandbox or a github repo ? As a sidenote, FYI the `` must be wrapped inside a ``

I've updated system infos, it occurs in latest version (`5.0.4`). Version `4.6.2` is not affected.