Mattias Lyckne
Mattias Lyckne
And since v1.0.1 there hasn't been any more releases which means I can't use some of the new features. Are we going to get a new release or do I...
> When you wrap your listener in `schedule('actions', () => ...)`, it works as expected. I've updated your [Twiddle](https://ember-twiddle.com/e01735316e30e327b6d93d3de82c68a3?openFiles=controllers.application%5C.js%2C) to show that. @buschtoens hm, the bug is still present for...
@buschtoens Yeah, I tried in Safari and Chrome.
Would be awesome if we can get support for it. If there's anything I can do to help out I gladly will. I have investigated a bit but since the...
@pszafer: Pretty sure it only connects to web API, but haven't been able to sniff the communication in the iOS app since its using SSL pinning. Maybe it's easier with...
> Shouldn't we try to push the guys over at Bosch? It is insane that the don't have an open API! [[email protected]](mailto:[email protected]) I emailed them a while ago but never...
After digging a bit deeper and not just sniffing the traffic from the app but looking at what traffic comes and goes from the actual K30 device it talks to...
@myxor Sure, both my time and knowledge about this is quite limited though. Do you know a way forward?
@rbott you can give me access if you want to. I have tried reverse engineer myself and haven't found anything yet. Maybe we should create a channel in the discord...
@pomm0 I've solved that by putting an override in package.json. ``` "overrides": { "@storybook/ember": { "ember-source": "~4.8.0" }, } ```