Dmitry Seleznyov

Results 6 comments of Dmitry Seleznyov

A quick and dirty workaround to fix permissions on start: ``` services: archivebox: image: archivebox/archivebox:dev entrypoint: /bin/bash command: -c "chown -R archivebox:archivebox /app/archivebox/core/migrations && /app/bin/docker_entrypoint.sh server --quick-init 0.0.0.0:8000" ```

PhantomJS идет как зависимость к svg2png, который в свою очередь используется для создания растровых изображений из svg картинок для IE8. Его разработка [давно прекращена](https://github.com/ariya/phantomjs/issues/15344) и с его установкой на многих...

I'm writing some maintenance scripts that use Request and facing the same problem. The simple solution was to manually set the path to certificates. ```php if (defined('WP_CLI') && WP_CLI) {...

I can confirm that master_object returns Post instead of Term for custom taxonomy terms and this is not related to Woocommerce.

This is a valid issue. Mix 6 disables webpacks's default cacheGroups, preventing code splitting (and grouping) inside dynamic imports. https://github.com/JeffreyWay/laravel-mix/blob/d27a77abb5a32f42e47d6e3d344ba757d85ad89a/src/Chunks.js#L165 > what is involved in getting the common modules in...

Seems like you can change or unset those with gsettings: `gsettings set org.gnome.shell.keybindings switch-to-application-1 "[]"` they go from switch-to-application-1 to switch-to-application-9