Jeremy Brown

Results 112 issues of Jeremy Brown

blanket.js:5074 ``` collectPageScripts: function(){ var toArray = Array.prototype.slice; var scripts = toArray.call(document.scripts); var selectedScripts=[],scriptNames=[]; var filter = _blanket.options("filter"); if(filter != null){ //global filter in place, data-cover-only var antimatch = _blanket.options("antifilter");...

When using `Hand.solve([ 'Ad', '3s', '5c', '5h', '0r' ])` I was not expecting the Joker to have any impact on the hand, but instead the hand is evaluated as `Three...

I am experiencing the same issue reported in https://github.com/jeremydaly/serverless-mysql/issues/50 Using Node `v12.13.1` with this code: ```javascript const mysql = require('serverless-mysql')() exports.handler = async (event) => { mysql.config({ host : ,...

https://github.com/chaijs/chai-jquery#usage You do not need to include via `script` tag to use in your code if using modules https://github.com/chaijs/chai-jquery/blob/master/chai-jquery.js#L2-L13

Now that this library has been converted to an Ember CLI Addon I recommend bumping the version number to 0.6.0 or 1.0.0 - something to indicate that there has been...

It is set to the default value so is redundant

refactor
sl-radio
research

It is set to the default value so is redundant

refactor
sl-checkbox
ready

DEPRECATION: tryCmd command is deprecated in favor of `ember try:one`. Example: `ember try default-scenario serve --port 4201`, becomes: `ember try:one default-scenario --- ember serve --port 4201`

tests
deprecation

https://github.com/nathanhammond/ember-a11y http://www.nathanhammond.com/building-for-accessibility

question
research