Frank Cieslik
Frank Cieslik
Until Silicon is supported, try adding this to the end of your `Podfile`: ``` post_install do |installer_representation| installer_representation.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' end...
You can save additional information inside the "message" (as a json-object for example).
I'm using it successfully with mySQL: ``` impressionist(@source, "actionname_sources_show") @counter = @source.impressionist_count( :message=>"actionname_sources_show", :filter=>:all ) ```
@pygauthier can you give me some hardware specs? looks like a memory related issue. did you reload settings? anyway, support for apps might be better here: https://github.com/caprover/one-click-apps/issues
For me, changing to .. solved it.
Due to it's a warning you can ignore it and it should work as expected. Anyway, this shouldn't happen. I think it's a problem of require migration files. I'll have...
You're right, the parameters are not used yet. I wanted to use them for limiting results when the model returns a huge dataset. I will implement it soon. Thanks for...
With Version 4.X.X the suggested Code for the ReadOnlyPanel no longer works. Here comes a slightly modified Version (adapted from [here](https://github.com/wagtail/wagtail/discussions/8362)), which looks at first sight than it could work...