simondrabble
simondrabble
Is it possible to remove the logging to console? Seems very chatty, I like to log all API calls from my app.
https://jsfiddle.net/tj2Lo4z7/ I can't provide a fiddle link since that site is non-functional right now, so here's a screenshot from the official flatpickr demo (https://flatpickr.js.org/examples/) [Screenshot here](https://imgur.com/a/4olZj0A) * flatpickr version used:...
## Versions - vue: 2.6.11 - vue-datetime: 1.0.0-beta.13 - luxon: 1.24.1 I'd like to set a default value without affecting the current model. If I have to change the model...
**Describe the bug** The width of each slide is 0px, resulting in all slides being squashed on top of each other. **To Reproduce** Steps to reproduce the behavior: 1. Follow...
From the code: ``` css(viewport, { width: self.options.viewport.width + 'px', height: self.options.viewport.height + 'px' }); ``` It would be super helpful if the width and height could be specified as...
It looks like this package is incompatible with anymail, specifically template_id and merge_data message members do not appear to survive the provided backend. I suspect this occurs during the dict-ification...
**Issue**: Sending email via django-celery-email, results cannot be tracked, leading to issues with e.g. the following scenario: 1. A user submits (via a django form) a support request. 2. The...
I have a select element with several options, the top-most of which is default and merely serves to instruct the user what to do ("Select an option..."). This option has...
I'm seeing the above error in the runkit demo at https://npm.runkit.com/mapbox-gl-vue and also in my local installation.
Following the examples README, I only ever receive a bunch of HTML and the message in the title. This is the full output as displayed in my browser. ``` OpenID...