brad winter

Results 12 issues of brad winter

my device: OnePlus 3 Android 8.0.0 Chrome browser gamepad: XBox controller. here's the code. It is alerting 'a' in desktop chrome but not on mobile. I verified my gamepad is...

``` let nutrient = "vitaminB3" print(nutrient.startCase) // prints "Vitamin 3", but I expected "Vitamin B3" ``` A similar thing happens for `snakeCase`. I've gone and inspected Cent's internal `.words()` function,...

I've adapted the sample code to work with an activity I've defined using the Harmony App, called "Work time", which just turns a lightbulb on. When the activity is stopped,...

Is this library still expected to be able to discover a hub on my local network? It's not working for me. Here is my code: ``` const HarmonyHubDiscover = require('harmonyhubjs-discover');...

> If you're using Dokku - especially for commercial purposes - consider donating to project development via [OpenCollective](https://opencollective.com/dokku) or [Patreon](https://www.patreon.com/dokku). Funds go to general development, support, and infrastructure costs. >...

I am reporting: - [ ] a bug or unexpected behavior - [ ] general feedback - [x] feature request - [ ] security issue For a user with high...

I'm trying https://github.com/maxgalbu/nightwatch-custom-commands-assertions/blob/master/docs/waitForAttribute.md I'm trying to use it to wait for a button do be enabled ``` .waitForAttribute("@continueButton", "disabled", function(disabled) { return !disabled; }); ``` but getting `Error while running...

It doesn't seem to be working as documented. ``` ethereum@ethnode-123:/etc$ sudo systemctl enable geth Failed to enable unit: Unit file geth.service does not exist. ``` also, there is no admin...

if I specify a name of a new component with kebab-case, the generated code looks like ``` (function() { 'use strict'; angular .module('appName') .factory('foo-bar', foo-bar); /** @ngInject */ function foo-bar()...

repro: in Failed screen, click the gear icon dropdown, then click "delete all failed jobs" expected: the jobs disappear actual: the jobs are still there. I can see in the...