Pencho BELNEYSKI

Results 10 comments of Pencho BELNEYSKI

I had a similar issue, where jest_test (I am using the macro from the examples) couldn't properly setup the google credentials provided by the environment. On my local machine, am...

Well, if you have to use service account credentials, better save them somewhere as json and do it like this (to avoid accidental commit): ```typescript public static client: Storage =...

Do you pass the [--google_default_credentials](https://bazel.build/reference/command-line-reference#flag--google_default_credentials) flag to your bazel command?

Just to elaborate, for the sake of clarity, the --google_default_credentials flag, i.e. `bazel run --google_default_credentials //path/to/my:target` works as it should for me, both when developing locally and when using Google...

Thank you very much for the pointers. It is most likely something wrong with my setup. I'll try all this, but I have to do a lot of learning beforehand.

I've put it there too, but it was not doing it for my third party dependencies (node_modules).

Hi @glenne, yes I am using the v9 modular API and it fails in exactly the same way without this 'fix'. It works great during local development though.

Hi @glenne I don't remember exactly, but from a top of my head the compact:false was needed to improve babel performance when importing third party dependencies resulting in too much...

Well, I could probably do just with DOM access, but the iframe integration was already there (with very limited functionality) so I thought to improve it. - The new `FormInitialized`...

Not sure how related is this, but may help someone. For me IIS windows authentication was working quite well, until the app was placed behind a Forefront TMG 2010. Symptoms...