Mark Halliwell
Mark Halliwell
Currently, it's not possible to invoke super methods when the component is extended using the [extends](https://vuejs.org/v2/api/#extends) option.
**Is your feature request related to a problem? Please describe.** Remote ddev server **Describe the solution you'd like** The ability to run ddev commands for a specific project without having...
This is a WIP for #421, an emoji extension implementation using https://github.com/unicorn-fail/emoji ~~I haven't yet actually tried this to see if it works as expected, this work is based solely...
 As a workaround, I've just been using "blank" as the password, but this sounds more like a UI issue as I suspect you don't even use the password value...
https://github.com/onury/docma Currently, the documentation (while fantastic) has a ton of overhead and dependencies to actually get it working properly. Furthermore, it modifies the README.md file ever single time there's a...
https://github.com/semantic-release/semantic-release This is an automation tool that helps fully automated package publishing: https://www.npmjs.com/package/ajax-bootstrap-select Setting this up isn't exactly a walk in the park, but once it's done, it'll make "deploying"...
https://github.com/truckingsim/Ajax-Bootstrap-Select/blob/master/src/js/classes/AjaxBootstrapSelect.js#L246-L251 This code uses a `setTimeout` in a very hack-ish way (basically, hope that bootstrap-select has been initialized first within 500ms). This is really unreliable and should be listening for...
Trying to upgrade from an old version of ag-grid and running into a situation where the `isColumn` method is returning false and assuming that it's a `ColGroupDef` instance when it's...