420coupe
420coupe
i was able to get passed this using python install. ``pip install virtscreen`` however then i have the issue with no Virtual1 showing up, after adding config to /usr/share/X11/xorg.conf.d/20-intel.conf main...
> @420coupe the old intel drivers for 20-intel.conf will no longer work for this. Intel Iris I believe it uses a new drivers, I have a hard time finding what...
was this after you added in the 20-intel.conf file? if so i was experiencing same issues where the main screen would be distorted or glitched out, just solved it by...
I want to bring this issue back up. As payments are being captured, but statuses are not being updated after payment capture and just being left on authorized. In addition...
to add some context here, looks like stripe webhook cant find pp_stripe. but payments are being processed on stripe's end.  ```js payment_intent.succeeded Resend More options Next retry in an...
reprocess failed response. got a 200, but backend still shows error. ```js payment_intent.succeeded Resend More options Response HTTP status code 200 (OK) OK Request { "id": ["evt_3Ps5wgK6QjZA3FWk0XqtVyKB"](https://dashboard.stripe.com/test/events/evt_3Ps5wgK6QjZA3FWk0XqtVyKB), "object": "event", "api_version":...
So upon some further digging looks like the `display_id` is missing from `OrderDTO` and `attachments` from `CreateNotificationDTO` `packages/core/types/src/notification/mutation.ts` ```ts import { Attachment} from "./common" export interface CreateNotificationDTO { // ...other...
I got it to build with `// @ts-expect-error` flags but think these should be added to the core interfaces so it doesnt throw TS errors on build.
I also have 2 orders that payment was captured but no orders were ever created, how would I manually create the orders/complete the carts for these two successful payments? i've...
Any update on this? I am still struggling with being able to complete certain orders as I am getting the same errors above. This seems to be exclusively happening with...