Stephen Tuso

Results 7 comments of Stephen Tuso

There is a [declaration file](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dynogels/index.d.ts) and [example usage](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dynogels/dynogels-tests.ts) available in DefinitelyTyped (`@types/dynogels`), but it is definitely preferable for types to be maintained here alongside the library. I've been using those...

Right now to change the whole background color you need to use the `background` method as shown [here](https://github.com/stephentuso/welcome-android#custom-pages). The `ViewPager` is above the the bottom bar, so setting the background...

That's a feature I've been thinking about, it isn't currently possible. Related to #43. Might be able to do this before v2.0 though

Is there any reason not to only put the latest version info in `releases`?

Do those pages exist on the new docs site? I'd like to see all the methods for `hass.states` but can't find them

Unfortunately this won't be possible until https://github.com/Microsoft/TypeScript/issues/27525 is solved. As mentioned there, we can reference custom symbols with `typeof`, but that doesn't work with well-known symbols such as `Symbol.asyncIterator`