Jasper Frumau
Jasper Frumau
Would be great to show a DigitalOcean Kubernetes example as well. They have a nice API these days, Terraform module and with Ansible K8 module we should be able to...
Are there any benchmark tests showing how Axios caching stands vs direct Axios calls? Currently we have a database server and a web server connected internally on the same local...
We used Mobile Detect before but we had issues with multiple devices (mainly Android) based, not being detected well so now we are using media queries again. We however now...
What I missed is NPM for running Webpack commands and or other npm commands for installation and such. It would also be good to have a MariaDB package. Forked your...
I did not see anything at first sight that updated the server configuration of Nginx or Apache to server content over port 443 instead of 80. And you mentioned: >...
I am working on upgrading to Laravel 9 and using PHP 8.1 and am hitting ``` composer update Loading composer repositories with package information Updating dependencies Your requirements could not...
Update to work in Laravel 9 and PHP 8.x . Pull request added but testing still needed.
Isn't `vue-touch`, wrapper for Hammer..js touch gestures no longer maintained and beta still? See https://github.com/vuejs/vue-touch/tree/next Should it not get a replacement? It is loaded in our `resources/assets/vendor/MediaManager/js/manager.js`: ```js // v-touch...
Perhaps something like ``` - name: Install prerequisites hosts: web remote_user: root gather_facts: false tasks: - name: Install Python 2.x raw: which python || apt-get update && apt-get install -qq...
What I seem to not understand is that you have a sudo user ubuntu, which is not pre-installed on most Ubuntu images I work with. Am I to understand correctly...