Óscar Carretero
Óscar Carretero
I have this error running: `react-native-version` ```sh [RNV] Versioning Android... [RNV] Android updated [RNV] Versioning iOS... [RNV] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined...
Could be useful to have some property like `list.query` to get the current search. Use case: ```js const list = new List('id') list.on('update', list => { const blankslate = document.querySelector('.blankslate')...
### Expected behaviour Not dispatch `show.bs.dropdown` event. ### Actual behaviour Dispatch `show.bs.dropdown` event. ### Datepicker version used 1.9.0 ### Example code https://codesandbox.io/s/objective-dawn-i45x6m
A controller to quickly submit a form using command + enter / control + enter.
Could be an improvement to get the default value for `ampm` from locales. ```yml es: combined_time_select: am_pm: false ```
When I try to use this lib with `delegated-events` (https://github.com/dgraham/delegated-events), I get this error: ``` TypeError undefined is not an object (evaluating 'matched.observers[j].data.call') ``` Demo: https://codesandbox.io/s/awesome-leftpad-9gtgo?file=/src/index.js
- [x] I'm the package's author and/or maintainer. - [x] I have have read [the docs][1]. - [x] I have tagged a release with a [semver][2] version number. - [x]...
### Description of the bug http://www.sublimetext.com/docs/api_reference.html#sublime.Window.new_html_sheet The second parameter should be `contents`.
### Description of the bug Navigating files in preview mode causes flicking in the status bar indentation text. ### Steps to reproduce 1. Use the default indentation "Tab Size: 4"...
This pull request includes a - [ ] Bug fix - [ ] New feature - [ ] Translation - [x] Update dependencies The following changes were made - Migrate...