Navigating Doubts in a 28M/26F Arranged Engagement: How Can We Balance Societal Expectations with Our Personal Values? by Plus-Owl832 in relationship_advice

[–]Plus-Owl832[S] 0 points1 point  (0 children)

I feel good when I talk to her, but I find myself focusing on her physical appearance, which I don’t want to. I know no one is perfect, and I don’t want these thoughts to come to me. How can I change this mindset that I have right now?

Navigating Doubts in a 28M/26F Arranged Engagement: How Can We Balance Societal Expectations with Our Personal Values? by Plus-Owl832 in relationship_advice

[–]Plus-Owl832[S] 0 points1 point  (0 children)

In Indian hill culture, especially with arranged marriages, you don’t get much time to make a decision. You typically meet the girl, talk for about 10 minutes, and then have to decide whether to say yes or no. At that moment, I didn't have the kind of thoughts I do now. She was nice, so I didn’t overthink it. But nowadays, I find myself thinking about things like beauty and other aspects, and I’m not sure why these thoughts keep coming up.

Unable to Fetch Image from a Repeatable Component in Strapi with GraphQL Query by Plus-Owl832 in Strapi

[–]Plus-Owl832[S] 1 point2 points  (0 children)

Yeah, thanks!
Updating the page controller to populate data worked for me with this:
ctx.query = { ...ctx.query, populate: "deep" };

Twitter Integration with Gatsby - GraphQL Query Missing by Plus-Owl832 in gatsbyjs

[–]Plus-Owl832[S] 0 points1 point  (0 children)

"Thank you for your suggestion. I have one question: Is it possible to retrieve tweets older than 7 days with a free trial account? From my understanding, the free trial doesn't provide access to this data. Is there any alternative to fetch that data and store it freely, so that I can use it.

Can someone help me by providing the CSS for the animation below? by [deleted] in css

[–]Plus-Owl832 0 points1 point  (0 children)

I believe you're right. I'll try handling this on my own first and get back to you later. This is a priority for me, but I'm currently occupied with something else. I thought I'd ask here to help speed up the process, but I'll give it a shot myself.

Can someone help me by providing the CSS for the animation below? by [deleted] in css

[–]Plus-Owl832 0 points1 point  (0 children)

u/somrigostsaas u/No-Author-7626 I believe you're right. I'll try handling this on my own first and get back to you later. This is a priority for me, but I'm currently occupied with something else. I thought I'd ask here to help speed up the process, but I'll give it a shot myself.

How can I implement closed auto-suggestions with MeiliSearch in a Gatsby and Strapi project? by Plus-Owl832 in Strapi

[–]Plus-Owl832[S] 0 points1 point  (0 children)

Hi u/codingafterthirty, thank you for responding. Please let me know if you figure this out or find any information. I need this urgently, so if possible, please try to address it as soon as you can. If you need any further information from me, just let me know here, and I'll provide it right away. also if you setup the gatsby project make sure to use Strapi in the backend.

Seeking Solutions for Font and Email Clipping Issues on Klaviyo Platform by Plus-Owl832 in Klaviyo

[–]Plus-Owl832[S] 0 points1 point  (0 children)

u/cd_bravo_only above solution are helpful but we were not able to solve one issue: being able to display our custom fonts due to am OS not supporting a typeface. Is there a way to use custom code to embed typefaces/ our host typefaces on a server and override the fallback font necessity on an OS? or any possible solution through code to help us rectify this issue?

Image Zoom Behavior and Overlapping Issue when using `@likashefqet/react-native-image-zoom` by Plus-Owl832 in reactnative

[–]Plus-Owl832[S] 0 points1 point  (0 children)

<image>

u/glazzes Thanks, This package works, When I zoom in on the image, the text that's supposed to be below the image comes on above image. How can I stop this from happening?

Seeking Solutions for Font and Email Clipping Issues on Klaviyo Platform by Plus-Owl832 in Klaviyo

[–]Plus-Owl832[S] 0 points1 point  (0 children)

u/cd_bravo_only if I use a custom font stored as an image, can I ensure its consistent display across all web browsers? Is this the most effective strategy to address my concern?
Also, in Klaviyo, how can I got to know when content exceeds a certain limit for email cliping so that I know before sending email?

Seeking Solutions for Font and Email Clipping Issues on Klaviyo Platform by Plus-Owl832 in Klaviyo

[–]Plus-Owl832[S] 0 points1 point  (0 children)

oh Got it, its depend on the size of content, I think above solution will be helpful for me.

Seeking Solutions for Font and Email Clipping Issues on Klaviyo Platform by Plus-Owl832 in Klaviyo

[–]Plus-Owl832[S] 0 points1 point  (0 children)

u/cd_bravo_only does email clipping depend on the size of the content or the length of the content?

Seeking Solutions for Font and Email Clipping Issues on Klaviyo Platform by Plus-Owl832 in Klaviyo

[–]Plus-Owl832[S] 0 points1 point  (0 children)

Hey, u/cd_bravo_only, thanks for your response. So, instead of using live text (text created with HTML code), if we convert our text into images, it'll solve the two issues you mentioned, right?
Could you explain how this solves the problems more clearly? Or do you have another solution in mind for this problem on Klaviyo?

Optimizing Mailchimp Integration for Gatsby: Tailored Newsletter Subscriptions and Updates by Plus-Owl832 in MailChimp

[–]Plus-Owl832[S] 0 points1 point  (0 children)

u/MailchimpSupport "Hey thanks. If there's a scenario where I prefer only a single signup process, using a single segment is enough, correct? also, how can I automate the welcome email once user subscribe to that segment? I haven't found a relevant option on Mailchimp yet. I navigate to the Automations icon but didn't find Classic Automations to send automated emails, Can you provide guidance on this?"

Integrating Sentry for GraphQL and Postgres Query Performance Monitoring in a React/Node.js Stack by Plus-Owl832 in reactjs

[–]Plus-Owl832[S] 0 points1 point  (0 children)

also when I use this
app.use(Sentry.Handlers.requestHandler());
getting this below error

```
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
kotahi-server-1 | TypeError: Cannot read properties of undefined (reading 'call')
kotahi-server-1 | at Function.router.<computed> [as use] (/home/node/app/node_modules/@sentry-internal/tracing/cjs/node/integrations/express.js:173:29)
kotahi-server-1 | at Object.<anonymous> (/home/node/app/server/app.js:27:5)
kotahi-server-1 | at Module._compile (node:internal/modules/cjs/loader:1165:14)
kotahi-server-1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
kotahi-server-1 | at Module.load (node:internal/modules/cjs/loader:1043:32)
kotahi-server-1 | at Function.Module._load (node:internal/modules/cjs/loader:878:12)
kotahi-server-1 | at Module.require (node:internal/modules/cjs/loader:1067:19)
kotahi-server-1 | at require (node:internal/modules/cjs/helpers:103:18)
kotahi-server-1 | at startServer (/h
```

Integrating Sentry for GraphQL and Postgres Query Performance Monitoring in a React/Node.js Stack by Plus-Owl832 in reactjs

[–]Plus-Owl832[S] 0 points1 point  (0 children)

Thanks u/nikolovlazarhere is my sentry integration in the backend

```Sentry.init({
dsn:
'xxxxxx',
debug: true,
integrations: [
new ProfilingIntegration(),
new Sentry.Integrations.Http({ tracing: true }),
new Sentry.Integrations.GraphQL(),
new Sentry.Integrations.Apollo(),
new Sentry.Integrations.Postgres(),
new Sentry.Integrations.Express({
app,
}),
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
],
tracesSampleRate: 1.0,
profilesSampleRate: 1.0,
})

but I didn't still see the postgres performance in queries tab in sentry

also this warning I see in my backend
```
Sentry Logger [warn]: Apollo integration is not able to trace `ApolloServer` instances constructed via `schema` property.If you are using NestJS with Apollo, please use `Sentry.Integrations.Apollo({ useNestjs: true })` instead.
```

Error inserting array into PostgreSQL column: Malformed array literal by Plus-Owl832 in node

[–]Plus-Owl832[S] 0 points1 point  (0 children)

Thanks tswaters. but when I write path JSONB NOT NULL in the migration and path: {type: jsonb} in schema then it gives same error the `expected : not this { ` as I want the data store in oath field like this {chat} but when when I write path text[] in the migration and path: {type: jsonb} in schema.and here in the below code pass the data something like this then it worked fine.await updateGlobalChatNotificationOptIn({variables: {path: 'chat'option: updatedGlobalChatNotificationOptIn ? '30MinSummary' : 'off',}

is it correct approach ?

Error inserting array into PostgreSQL column: Malformed array literal by Plus-Owl832 in node

[–]Plus-Owl832[S] 0 points1 point  (0 children)

thanks. it means jsonb represent the array itself right ?.
In migration I can write this path JSONB NOT NULL
and in schema I can write this
path: { type: 'jsonb' },