Robert Van Gorkom

Results 17 comments of Robert Van Gorkom

The module seems to heavily integration with angular translations. While you would have trouble removing the dependency on the translate module entirely, I have found a way to force my...

You would have to implement this functionality yourself likely as a REST call.

Wouldn't CSS be a good solution for this? ``` css .mw-form-builder .remove-button { display: none; } ```

I have a similar requirement. I found it was easier to build the ng1 app with angular-surveys and host it in an iframe inside my ng2 app. Since both are...

Internationally, unit of measure is tied to locale and countries often have a mixture of units irregardless what their official unit system is. Here's just a few of those problems....

Moving the conversion logic into a dedicated sensor class provides a sensible workaround for my immediate use case. I can start that pr if you like. Longer term however, I'm...

I'm using the following inside the AppComponent and hiding all content until the fonts have loaded. Seems to work well. ``` document.fonts.ready.then(() => (this.isFontsLoaded = true)); ```

I encountered the timeout and the SSL timeout errors. It was all user error. I solved the issue by doing the following: - Going in the app (in android) and...

Which device are you using? iSmartGate or GoGoGate2?

I also see the same errors with my gogogate2 controller. I ran the API code directly and still encounter the same issues. Digging deeper, the device itself is sporadically timing...