mkswebdev

Results 4 issues of mkswebdev

How hide password from `manticore.conf`? Can I use a variable? docker-compose.yml: ``` version: "3.7" networks: backend: driver: bridge services:` manticore: image: manticoresearch/manticore restart: unless-stopped environment: - variable_sql_pass=${DB_ROOT_PASSWORD}

Site https://www.icloud.com/ does not work in webpin. After authorization, nothing can be clicked (open). Is there any solution?

I don't see any problems in work. But I have an error in the logs: Cannot find object with id {"userId":109,"exception":"[object] (MenaraSolutions\\Geographer\\Exceptions\\ObjectNotFoundException(code: 0): Cannot find object with id at /var/www/site.com/main/vendor/menarasolutions/geographer/src/Repositories/File.php:190)...

netojose/laravel-bootstrap-4-forms 2.0.6 I use [dimsav/laravel-translatable](https://github.com/dimsav/laravel-translatable). Form fields: ``` {!! Form::text('ru[title]', 'Title RU', $presentation->translateOrNew('ru')->title) !!} {!! Form::text('en[title]', 'Title EN', $presentation->translateOrNew('en')->title) !!} ... ``` Validation rules: ``` public function rules() { return...