Diego Mathis
Diego Mathis
@remusao should be easy now to preload js, https://github.com/jiahaog/nativefier/blob/master/docs/api.md#inject
@dahousecat most likely your namespace is not a subset of the file its in. e.g. I suppose you need to add a beginning backslash \ ``` * @see \Foo\Controller\Bar::assign_form() ```...
https://www.elastic.co/guide/en/elasticsearch/reference/master/collapse-search-results.html This would probably be a simple solution, glancing at the source - I don't why it returns multiple results only for extensions. A possiblity could be that it is...
U can try this https://github.com/nvlad/yii2support/pull/270#issuecomment-888410986
Just discovered that removing the defined view path and root path fixes it for the advanced template. Well at least for now, hopefully it keeps working. It is probably not...
This does not work correctly, at least the gii generator is broken with this patch. Still fixing it, but no eta.
For paginator to work u need to give ur dataprovider an id. That could solve the issue with pagesize, not sure.
This works fine: https://github.com/bevacqua/dragula/pull/328/commits/cf10a0323e085047842636f33a60561044faf852
No, not really. My use case is a bit special, I open the control panel in a iframe - part of a debug panel. So then a click on reports...
Its the sole embeded interface which opens new pages. I agree with u, it is unecessary ' ctrl+click is fine. And I pondered about this since I made the PR,...