Ben Sutter
Ben Sutter
I was having dramas importing multiple field types, I found that using `modifyImportRow` was incorrectly mutating data on `->setContentFromPost()`. I have an entry with an Entry relation, Category relation and...
Hey @tabacitu , when I forked and did this for my project I just add this to PermissionManagerServiceProvider: `$this->publishes([__DIR__.'/app/Http/Controllers' => app_path('Http/Controllers/Permissions')], 'permission-controllers');` `$this->publishes([__DIR__.'/app/Http/Requests' => app_path('Http/Requests/Permissions')], 'permission-requests');` `$this->publishes([__DIR__.'/app/Models' => app_path('Models/Permissions')], 'permission-models');`...
@kylemilloy this works - I can see the native controls and status bar disappear. What styles should we be applying though? My video is a section in a scrollview, with...
Hey @monperrus I'm currently exploring this as a research topic for a Uni project. At the moment I'm having a lot of issues compiling test cases, however if I find...
Hi @martinezmatias I was also experiencing this issue using the astor.jar method descriped in Option 1. `java -cp target/astor.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes/ -bintestfolder /target/test-classes/...
Has anyone got a solution for this yet?
@luffa99 Are you able to post exactly how you did this? Was it directly in node_modules or did you pull the files out. I've applied this under node_modules, but getting...
Hey @mnoack yeah that would be good. All of the JSON stuff looks ok, will just need to remove the commit with the name change and also check conflicts with...
I've got the same issue. I think the underlying issue is around the native `Theme::getActiveTheme()` and the StaticPages plugin showing pages across sites.