Victor Roussekov

Results 5 comments of Victor Roussekov

> @anandsathe67 could you repost your patch in code/text rather than rendered markdown so I could just save it as a diff patch file? (Thanks!) `@simondotm+nx-firebase+0.3.3.patch` ``` diff --git a/node_modules/@simondotm/nx-firebase/src/executors/build/build.js...

+1 I was trying to instantiate a Firestore instance (using `firebase-admin@^10.0.2` vs the `firebase-admin@^9.6.0` from this package) and it seems using `credentials.cert(..)` isn't evaluating this `instanceof` check to true: https://github.com/firebase/firebase-admin-node/blob/master/src/firestore/firestore-internal.ts#L62...

Just bumping with reference to the Python SDK adding support for basic authorisation. - https://github.com/alpacahq/alpaca-py/pull/250 Also mentioned here: - https://github.com/alpacahq/alpaca-trade-api-csharp/issues/599

I'm not using self hosted runners and getting the same: All of the `???` properties come from Github context variables, i.e. `${{ github.event_name }}`. The **Status** -> `success` in the...

I've resorted to a workaround, which is actually a little cleaner, but nonetheless. Instead of referencing Github context variables in the JSON file, I've moved all of the variables to...