Mattias Fjellvang
Mattias Fjellvang
How can I skip a pre-commit check by cli command?
To enable free slide
**Describe the solution you'd like** I'd like to disable the "lock to slide" feature, so user can slide freely up and down, without the slider locking. Just like this: https://naver.github.io/egjs-flicking/features/freescroll.html
When I visit my wpack.io server is running at http://172.16.14.133:3000 it doesn't work, I have to append https://172.16.14.133:3000 - is there a way to have it display the secure url...
I need to copy some files from node_modules into the /dist/ folder, but I have been unsuccessful in doing so. I found the https://github.com/webpack-contrib/copy-webpack-plugin plugin, but according to wpack.io documentation,...
**Describe the bug** Prior to adding layer caching build took ~2 minutes and 45 seconds. After adding it, the build time takes 2 minutes and 23 seconds. However, the actual...
Is there a way to Cache the 301 redirects if they are coming from a server so it doesn't have to be fetched for every user on every pageload? Say...
See #37
Sometimes I might save a User that has not yet filled out a lastname, but user is trying to save his gender. In this case, the validation will fail. In...
After Laravel 5 introduces form requests (see: https://laracasts.com/series/whats-new-in-laravel-5/episodes/3), I see a few overlaps concerning validation / creating. How are you planning to play together with Laravel 5? Do you already...