Dave Tapley

Results 103 issues of Dave Tapley

I don't know if you feel this is technically easy, or worth implementing, but I thought I'd make you aware of a misunderstanding I encountered; I posted a question regarding...

This issue would be more compelling if ⬇️ was merged, but I wanted to document while it's in my head. - https://github.com/Leaflet/Leaflet/pull/4518 Per the comment there: > This update allows...

A bit pedantic, but can we have alphabetical sort on routine selection to be consistent with how they show up on the SmartThings Widget: ![smartselect_20180515-153222_samsung experience home](https://user-images.githubusercontent.com/48232/40086947-5eb1252e-5855-11e8-97f3-cba8d8706703.jpg) In Webcore: ![selection_999...

Forgive me if this has come up before, I couldn't find any reference to it in issue, nor the mailing list, and I didn't see any general _can you include...

TODO

Something in Janus is causing [this issue](http://stackoverflow.com/questions/41472024/postgres-external-editor-does-not-execute-query-on-savequit): > I'm trying to edit a query using \e in postgres, but upon savequitting :wq nothing happens. Running \p, which shows what the...

**Bug Description** First time using the action, ~so not sure if this is a regression~ confirmed new in `4.0.0`, works in `3.1.1` (see comment below) Followed README and action appears...

I have a decorator which looks like: ``` class FooDecorator < Draper::Decorator def bar h.fa_icon 'tag' end ``` It works just fine when called either: * As part of a...

Per [the docs](https://httpretty.readthedocs.io/en/latest/api.html#register-uri) passing a callback as `body` with `register_uri` causes: ``` (function) exceptionCallback: (request: Unknown, uri: Unknown, headers: Unknown) -> NoReturn Argument of type "(request: Unknown, uri: Unknown, headers:...

I am emulating a timeout per [here](https://httpretty.readthedocs.io/en/latest/guides.html#emulating-timeouts), however when I use this approach with a `requests` [`timeout`](https://docs.python-requests.org/en/master/user/advanced/#timeouts) I get this error: ``` Exception in thread Thread-1: Traceback (most recent call...

bug
needs-tests
needs-pr

**Intended outcome:** When a subscription's initial data is returned by the GraphQL server, the `useSubscription` hook should: - Set `loading` to `false`. - Provide the data in `data`. - Do...