Gustavo

Results 112 comments of Gustavo

Unfortunately, I haven't had any free time and I'm not using this project myself anymore, so no time to update it. But the whole thing is less than a 100...

They just released v11.10.0 which provides a way to cancel enqueued tasks: https://github.com/firebase/firebase-admin-node/releases/tag/v11.10.0 🥳

If I understand correctly, it's being implemented! https://github.com/openreplay/openreplay/releases/tag/v1.15.0

@agilgur5 Just happened to me: - Clone https://github.com/gustavopch/firebase-event-sourcing - Run `yarn` to install the dependencies - Run `yarn build` - See the error

@agilgur5 Wont' that cause some undesired side-effect like ignoring any files that are not placed directly in the `src` folder?

@agilgur5 Unfortunately, `dist/application/definitions` is not generated when I apply that workaround. Without the `./src/*` workaround, it's generated.

This was actually released in https://github.com/firebase/firebase-functions/releases/tag/v4.5.0 (PR: https://github.com/firebase/firebase-functions/pull/1423) and this issue can be closed.

I don't use Windows, so I can't do much to help. I suggest copying this file https://github.com/gustavopch/tsc-files/blob/master/cli.js to your project so you can easily debug.

If you leave `includes` untouched, all files in the project will be loaded (not only the ones passed explicitly), which is essentially the default `tsc` behavior. So why not just...

Hey @ChazUK, I also don't know what's happening from the description and unfortunately don't have time to try to reproduce. My suggestion is that you copy this file (https://github.com/gustavopch/tsc-files/blob/master/cli.js) into...