Leon Guan
Leon Guan
Cannot type in Chinese from my OS X mountain lion too, with Safari.
I am also having same issue, installed Naomi, will break `Markdown` package, even the built-in `Markdown` package. After painful reverting clean slate and bring back packages one by one, found...
@borela Thanks a lot, I will keep watch on this, though I am also considering that error messages from ST3 is kind of confusing...
@ccdredzik I came across to this same requirement, and not sure if it's still useful to you or not. Here's what I am doing, I extended `Base` class of aasm...
Ran into this problem as well. For example, I used one connection to send notification for batch of 10 device token. And found out the message never reached most of...
实际上,我是在尝试修改这个插件来支持一个返回到列表页面时能够恢复之前做的搜索结果,包括查询条件,分页情况和排序情况时发现这个问题的。 这个问题目前我已经能够绕过去,在给自定义的查询表单设置初始值的时候,同时要把初始条件设置到组件的`params`上,上面的这个问题就无所谓了。使用组件内带的搜索表单应该没有问题。可能需要在说明里面写一下,如果使用`form` 插槽来实现自定义的搜索表单,还需要考虑到初始值的时候,除了自己需要考虑搜索表单初始化的同时,也切记要设置组件的`params`参数。 另外我修改了这个组件并增加了初始pageSize和和初始pageIndex的设置,来允许组件加载数据的时候直接按照设定的分页数量来分页并前往指定的页面,如果可以的话,我提一个PR。
sign, very painful with the performance, sometime I am just afraid of opening the vue-devtool tab, since it will slowdown the development process a lot. But it's very hard to...
Having this issue too, need to toggle inspector off and on again as @symmetriq mentioned. Tried to turn off the updates tracking features as well with other features in vue...
Ran in to same problem in my project, not sure if that's an easy way to fix this issue in this gem. But in my project, I found a workaround...
same with arco.design vue, especially working with list or table rendering, even 10 records will show down the page rendering a lot