Billy Janitsch

Results 24 issues of Billy Janitsch

Whenever you open or close a tab, there's a brief flicker across the entire tab bar where each tab is first rendered unprocessed (`.`, aligned left), then rendered again correctly...

enhancement
help wanted

Hi! I notice there are a few recent releases, but the version on Docker Hub was last updated in 2019. Would it be possible to push the latest release there?...

Hi! I have one room with two devices (`1` and `2`) and one switch. In that room, I have a scene called `Kelvin foo`. The switch is configured to enable...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Priority 0

### Use case I prefer when an album's metadata includes a full release date rather than only a year, to allow for more granular sorting of releases. Also, anecdotally, I've...

feature

Starting with this schema: ```graphql type Dog { name: String! } type Query { dogs: [Dog!]! } ``` And reporting this new schema: ```graphql type Dog { name: String! }...

- Custom `proportion` - Custom `height` (overriding `proportion`) - Custom `width` (short-circuiting dynamic sizing)

documentation

We could steal some from the [old docs site](https://web.archive.org/web/20171105041541/http://oramajs.com:80/). This would allow us to test for tooltip regressions.

documentation

Now that v2 has dropped support for React < 16.3, we can use `getDerivedStateFromProps` and `createRef`. 🎈