Jeremy Gollehon

Results 20 issues of Jeremy Gollehon

With persistence turned on our app throws `Error in useStoreState: state.assets.getStakedAssetsByAddress is not a function.`. It is a computed property with a runtime argument. ```javascript getStakedAssetsByAddress: computed( (state) => (address)...

bug

For some reason `useStoreRehydrated` returns true even though it isn't. I'm using ```javascript const isRehydrated = useStoreRehydrated(); console.log('isRehydrated', isRehydrated); if (!isRehydrated) return null; ``` to protect the App from loading...

bug

Hi, I have a full Philips Hue setup with Lutron Aurora switches and Hue motion detector "switches". Home Assistant doesn't work great for controlling the lights with these switches. It...

duplicate
kind/feature
need/author-input
need/community-input
moved to v2 roadmap

I'm using the latest versions of Home Assistant, Adaptive Lighting, and pyscript. Everything seems to be working perfectly but I notice an Adaptive Lighting error in my logs. Details are...

kind/bug
need/triage

I love not allowing inline styles but it becomes a little frustrating when all you have are a bunch of`style={{ flex: 1 }}` views. Is there a way to allow...

I can't find any documentation of GridLayoutProvider. Can someone point me in the right direction? Thanks!

We're using this eslint rule. `import/newline-after-import": ["error", { "count": 2 }]` It puts two newlines after imports, but when using prettier, it immediately overrides and sets the newline spacing to...

feature request

Is there a way to automatically scroll the Timeline when new items are showing up at the bottom (via the Reverse Order) button?

help wanted :wave:
request :+1:

In line with the Simplify philosophy, it would be awesome to have the ability to hide the redundant labels inside bundles. ![image](https://user-images.githubusercontent.com/689204/178849291-19a245cd-80c9-4fc5-8d7c-941f41becf18.png)

Hi, I have a bunch of Scenes, seemingly created by Google Assistant, for waking up to "sunrise". We use the GA all the time to turn on morning alarms. However...