Andrew P Maney

Results 8 comments of Andrew P Maney

I came across a fairly simple solution that uses the [mocks option](https://vue-test-utils.vuejs.org/api/options.html#mocks) for the `mount` and `shallowMount` functions. This option can mock anything that is globally injected onto the Vue...

As far as I can tell tags are working with recurring tasks. @ajvsol is this with custom tags or using the built-in Work/Home tags?

No, you can assign it to them On Wed, May 3, 2023 at 3:26 AM Udit Takkar ***@***.***> wrote: > @AbleLincoln do you want to work on this > issue...

working on it now! any special features you would like to request?

I'm sorry I don't have the power to assign. Ask @PeerRich

I'm working on the new [PayPal payment app](https://github.com/calcom/cal.com/issues/1546). The `PaymentService` is handled via this `appStore` object, as seen here https://github.com/calcom/cal.com/blob/99f736b317cf5a0e404f176ec7281a03d4765540/packages/lib/payment/handlePayment.ts#L27-L33

I think that would work. As far as I can the only reason the barrel file exists now is to import some apps' libs. I've seen it in: - packages/app-store/_utils/getCalendar.ts...

I do want to note that apparently this file was changed in a [recent pull request](https://github.com/calcom/cal.com/pull/8087) to allow async imports of the appStore packages. Not sure if the change you're...