Mark Goho

Results 20 comments of Mark Goho

Ngx-Quill seems to be the better choice for an Angular Implementation of Quill

hey @Psycarlo I don't think the issue was closed -- and I'm still experiencing it too! it looks like ([per this comment](https://github.com/firebase/firebase-tools/issues/3871#issuecomment-1094712461)) the OpenJDK version doesn't do this.

It's 2023 and there is still no real solution to this issue -- the x11 bridge solution is a workaround that feels slow and super sketchy. Back in 2017/2018 Cypress...

use the codespaces setup, it's a one-click setup

@bahmutov update, this works `/Users/markgoho/Projects/enroll-ui/apps/admin-e2e/coverage/coverage-summary.json` as the `--from` path `./apps/admin...` does not work

@bahmutov so this was more a matter of not specifying the directory I was in, this now works: ``` bash - name: Ensure coverage has not dropped 📈 run: cd...

@samtstern maybe you could help me out here -- I've accomplished setting up http testing: ``` javascript const { expect } = require('chai'); const axios = require('axios'); const qs =...

thank you so much @samtstern that did solve this issue! does your functions.spec.js file in this repo get the `intializeApp()` call from https://github.com/firebase/quickstart-testing/blob/master/unit-test-cloud-functions/functions/test/functions.spec.js#L15 where you require the index.js file? it...

> Is there a workaround for this? convert everything to use `inject` rather than use constructor injection