Natan Sągol

Results 84 comments of Natan Sągol
trafficstars

No one had time to pick it up, or in other words, it was/is not a priority.

I'd be in favor of the former (match production) because the latter works only if you have a single application talking to the database - what if you have dozens...

I was referring to > if the emulator could dump the list of indexes that I need that aren't already in my firestore.indexes.json I assumed you'd like to run your...

Not really, no. We have dozens of services interacting with the same database. Each service is developed in a separate repository, by independent teams, deployed individually. We also follow a...

@jpangburn By "match production" I mean loading indexes manually myself, not downloading it automatically. I'd prefer that as we strive to keep our development environments fully offline, both for performance...

@abeisgoat Is this package still maintained? Is it worth to start making PRs?

`stripInternal` was used to remove type definitions annotated with `@internal` from generated TypeScript type definitions - so for TypeScript users `HttpsError.toJSON` didn't exist, it was not present in type definitions....

If I only knew user feedback is needed, I'd open an issue a long time ago 🙂 Me and other devs at my company are waiting for it ever since...

Ever since `static get template` landed, my `html` files contain literally two things: html imports and one script tag. I’m just wondering... did any of you guys know a better...

I thought it might fit into “setting up TypeScript project” :) We must consider what should we recommend in the docs, since it might look a little weird at a...