chocolateboy
chocolateboy
This [prevents](https://github.com/tmpvar/repl.history/pull/11) the following warning: > (node:1234) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Functions are objects and are valid thenables: > "promise" is an object or function with a then method > whose behavior conforms to this specification. [1] This PR uses [is-promise](https://github.com/then/is-promise)...
This uses the [same approach](https://github.com/borisdiakur/n_/blob/v1.4.4/lib/n_.js#L34-L45) as [n_](https://github.com/borisdiakur/n_) (@borisdiakur++) to ensure that _ can safely be assigned and reassigned without: * a [warning](https://github.com/VictorBjelkholm/trymodule/pull/23): `Expression assignment to _ now disabled.` * resulting...
It'd be great if we could use macros in Vim Vixen. A couple of vim-likes support this, e.g. Vimperator and Tridactyl. Usage could be the same as vim, e.g. q...
Perl: v5.16.0 Text::Xslate: 3.2.3 Multiple function/filter parameters work in Template Toolkit [e.g.](http://search.cpan.org/perldoc?Template%3A%3AManual%3A%3AFilters#replace%28search,_replace%29): ``` [% "The cat sat on the mat" | replace('\s+', '_') %] ``` \- but don't appear to...
**jquery.balloon.js**: 1.1.2 **Browser**: Firefox 53.0 **OS**: Linux (Arch) Not sure if this is by design, but the "tip" (i.e. triangle) disappears if the balloon text is too long: https://jsfiddle.net/cengbunr/2/ In...
[`dist/typestate-1.0.6.min.js`](https://cdn.jsdelivr.net/npm/[email protected]/dist/typestate-1.0.6.min.js) is empty (apart from comments). ```sh $ cat dist/typestate-1.0.6.min.js ``` ```javascript /*! typestate - v1.0.6 - 2018-05-17 * https://github.com/eonarheim/TypeState * Copyright (c) 2018 Erik Onarheim; Licensed BSD-2-Clause*/ ```
Raising this as a new issue as #16 and #17 have both been closed. jQuery-onMutate: 1.4.2 Browser: Firefox 49.0.1 jQuery: 3.1.1 OS: Linux (Arch) I'm still seeing this with 1.4.2....
The default userscript metadata doesn't work, and doesn't raise an error. Add a copy 'n' pasteable stanza that works so the library can be used without diving into the source...