ragulka
ragulka
http://docs.mongodb.org/manual/reference/connection-string/ - the connection string can have multiple hosts. Any chance to support these?
I have configured MongoStore to connect to a replica set. It seems to connect just fine, but whenever I try to access my site, the requests simply time out. There...
More information: https://en.wikipedia.org/wiki/Email_address#Examples
Not sure if this is specifically caused by this extension, but it starts happening when I enable this extension. Whenever I change some lines of a blade file and save...
I'm wondering whether it would be possible to have `custom-forms` pick up custom theme colors automatically and use them for things like border & text colors, instead of the default...
I'm implementing this a second time, and have run into the same thing twice now - I usually need to save some common data that is shared between all the...
Currently there is no way to know when a certain batch has completed, as the `complete()` method is only called after the whole queue for a background process is complete....
I was trying to use key-sequence to enter user input on a field and then pressing enter to submit the form. Currently it seems that no submit event is triggered...
Closes #13 I realized that triggering the submit event is the way to go instead of trying to call `submit()` on the form itself. The latter would result in submitting...
This PR is a follow-up to https://github.com/xiCO2k/laravel-vue-i18n/issues/56 and refactors the library to use a class-based approach. **There are no breaking changes** - existing usages should continue to work just fine....