Jasper Agrante

Results 12 comments of Jasper Agrante

I've installed all the dependencies listed in `['saas_portal_start', 'saas_portal', 'saas_portal_sale_online'` manually one by one and shows up missing dependencies. Have a great day!

Sorry for not being able to reply immediately, but yes, CrunchyData's PSQL Operator is using the `search_path`'s variable to the default schema to use on non-prefixed commands.

@zposloncec when I used your PodMonitor the label `clusters` which is in form of `{{ namespace }}:{{ pg_cluster }}` is only translated to `{{ pg_cluster }}`. Do you have any...

Hi! I've encountered the same issue as well... For those who're looking for a PG v13 image, you may use this one. `ghcr.io/captainjapeng/crunchy-postgres:ubi8-13.9-2`

I've experienced the same issue on PostgreSQL. But passing the primary key was not possible since I was using a composite key, as a workaround, I've used query builder and...

The 5MB limit only applies for paid plans, for the Free Tier it's only 1MB. Also the warning says it could affect the start up time. It would help if...

I've experienced this as well, in my case it would be better if we could make Outlook not send an email to the invitees when cal.com is the one that...

Hi! I want to share my experience in making this library work inside a Cloudflare Worker. 1. Add `node_compat = true` to the wrangler.toml config file. 2. Commented out `assertThatBodyParserHasBeenUsedForExpressLikeRequest`...

I'm currently stuck at this point... ``` WARNING: known issue with `fetch()` requests to custom HTTPS ports in published Workers: - https://.aws.supertokens.io:3573/apiversion - the custom port will be ignored when...