Doug Kent

Results 100 issues of Doug Kent

Currently when the modal popup appears, the dApps' scrollbars disappear. The space gained by hiding the scrollbar(s) causes all the dApp's content to shift around. This is messy UX. Would...

v1

Why does `get` return `any`, but `set` takes `string` for the value? Ideally, should `set` not take `any`?

In SWYH I can select to stream to Volumio, and Volumio can see SWYH but when I try to connect to SWYH in Volumio, Volumio is unable to connect, reporting...

During this: ``` box = await Box.create(web3Provider); ``` (or was it in `auth`, sorry I don't recall) an exception is thrown: > generating 2048-bit RSA keypair... > r {code: "ERR_NOT_FOUND",...

During this: ``` box = await Box.create(web3Provider); ``` an exception is thrown (and not caught): > generating 2048-bit RSA keypair... > Uncaught (in promise) > cause: undefined message: "The user...

Since upgrading to the latest in 3box, I've been seeing very long wait times or an outright hang when called `box.auth`. I often see this exception which comes from the...

bug

In this repository: https://github.com/daostack/alchemy This card doesn't work. Issues are not added to the column on neither create nor reopen. ``` ###### Automation Rules - `new_issue` - `reopened_issue` ``` project-bot...

On the project-bot github repository home page, the example animation at the bottom of the page does not follow the syntax rules for formatting a card. `new.issue` should be `new_issue`...

Expected: When one types "lifecycle" in documentation Search box the results should include the Screen Activation Lifecycle. Result: Screen Activation Lifecycle is not listed. (It is found on the Cheat...

enhancement
documentation

Regarding this article: http://aurelia.io/hub.html#/doc/article/aurelia/dependency-injection/latest/dependency-injection-basics/6 It could be great to have examples of all the uses of DI resolvers, showing, for each resolver type, 1) how to declare the dependency and...

documentation