Thodoris Greasidis
Thodoris Greasidis
This also breaks `onClick` for me. Stopping using `preventGoogleFontsLoading` fixes it.
The only part that I would prefer as in the current release, would be for simple ternaries to be: ``` const ifElse = shouldShowStuff() ? showTheStuff() : hideTheStuff(); ```
HQ: https://github.com/balena-io/balena/issues/1855
Superseded by #300
@balena-ci rebase
Hi, This sounds like a nice feature to consider adding. I will pass this internally for consideration.
Hi, Even though an explicit way to request for a `.zip` file is still valid, we have some interesting findings to share. After some testing it seems that both current...
Hi, Thanks for reaching about this. > There is a bunch of stuff in the NPM release of the SDK that doesn't seem like it needs to be there. I...
Hi, Thanks for raising this. It is indeed an issue with how module bundlers analyze the sources and take into account even branches that never run in browsers. The simplest...
Interesting observation, running only the application & billing tests against staging or devenv seem to always work. On the other hand when running the full suit I get `401 ResinRequestError:...