Adam Bar

Results 14 issues of Adam Bar

Unable to reproduce myself, but Bugsnag reports this error several times a day on production, in `node_modules/debounce-promise/dist/index.js:54:141`: ``` Promise.resolve(options.accumulate ? fn.call(this, pendingArgs) : fn.apply(this, pendingArgs[pendingArgs.length - 1])).then(thisDeferred.resolve, thisDeferred.reject); ``` I...

Originally sent by email by Rob: > Just visited: https://whatwebcando.today/articles/handling-service-worker-updates/ > > The title is: What Web Can Do Today > > Good page. The absence of a specified page...

https://www.w3.org/TR/gamepad/ http://caniuse.com/#feat=gamepad

https://whatwebcando.today/touch.html Touch support graph is limited to Touch Events. There should also be some info about Pointer Events support: https://twitter.com/dstorey/status/672519274074759168

Specifying `List` type as a value in `Mapping` is supported by CloudFormation: ``` Mapping: { Certificates: { stage: { ARNs: [ {CertificateArn: "ASDF"}, {CertificateArn: "GHJK"}, ] } } } ```...

### Context I don't see any usages of settings prop in docs or examples and it creates a dual interface - a user can pass things both directly into HotTable...

I've moved `Dpkg::Options::="--force-confdef"` down to `nginx` installation instead of `nginx-common` only. My case was installing `nginx` with version specified on the box with an earlier `nginx` version already installed. Before...

### Context Implementing all the points as discussed in RFC #10767. ### How has this been tested? * new features covered with passing unit tests * all existing unit tests...

### Context The TypeScript types exposed by Handsontable does not specify the type of `this` pointer for the Events methods, while they are always called by `runHooks` method of `Core`...