Paulo H. C. de Oliveira
Paulo H. C. de Oliveira
Gretings! I did not understand why would anyone use groups with the current implementation. For example, assume that I am `devA`. ``` # Single list reviewers: - devA - devB...
Currently, you are only describing the entities: - Contacts - Deals - Notes - Tasks - Events - Track / Milestones - Campaigns - Documents - Help Desks - Video...
https://github.com/firebase/firebase-functions-test/blob/9f401ca71cc27cf766cc6e1e45e089e348c610d5/src/v1.ts#L221 Hello there. I think I found a bug, but it seems to be a mismatch between what is shown by the typing of the `wrapped` function. ``` const wrapped...
### [REQUIRED] Environment info **firebase-tools:** 11.3.0 **Platform:** macOS ### [REQUIRED] Test case ``` { "name": "@all-aboard/firebase", "version": "0.0.0", "private": true, "scripts": { "build:watch": "tsc --watch", "build": "tsc", "clean": "rm -rf...
Hello there! I have been looking for something like this, but unfortunately it is not useful to me the way it works. Suppose you have a base styling which can...
docs(vs_code_extension) Documentation about multiple root folders and monorepos This PR introduces some explanation about how the VS Code extension can be used with multiple root folders added to a workspace....
**Context:** - Playwright Version: 1.25.2 - Operating System: Mac - Node.js version: 16 - Visual Studio Code version: 1.66 - Playwright for VSCode extension version: 0.2.10 Preview - Browser: All...
Hello there! With a brand new SvelteKit installation, the XState Visual Code extension does not write typegen files out of the box. As pointed out by @mellson, the extension can...
Hello there. I am not sure if this is a bug or if I am missing some configuration. I am using EJS with Express by simply writing `app.set("view engine", "ejs")`,...
### The use case you're trying to solve I want to deploy everything, including functions, in a single action. ### Change to the action that would solve that use case...