Zarar Siddiqi

Results 15 comments of Zarar Siddiqi

Is this possible or not? Doesn't look like it is as I'm having the same issue.

The workaround I'm using is editing the editorContent directly when loading it. Since it's just a JSON object you can do: ``` const editorContent = JSON.parse(template.editorContent) editorContent.body.values.backgroundColor = '#ff00ff' editor.loadDesign(editorContent)...

Ended up using the `apiKey` parameter: ``` import GooglePlacesAutocomplete from "react-google-places-autocomplete"; ... "w-full text-base sm:text-sm", } }} autocompletionRequest={{ componentRestrictions: { country: ['ca'], } }} apiKey={process.env.NEXT_PUBLIC_GOOGLE_PLACES_API_KEY} /> ```

Is this PR ready to merge? I can help test.

I have been testing this since yesterday with latest Medusa 1.8 and Extender 1.8.8, and unless you're using custom repositories, everything seems to work. I am using pretty much all...

Here is the code that I'm using to upload the file. This is pretty easily reproducible: ``` const json = JSON.stringify({delim: ',', mode: "subscribe", lists: [listId], overwrite: true}) const form...

More on this. This error happens even after I verify that the import has finished by calling `/api/import/subscribers/logs` which returns: ```json { "data": "2023/06/12 15:14:14 importer.go:162: processing 'import.csv'\n2023/06/12 15:14:14 importer.go:329:...

Thank you, I believe the code you posted is for changing the storage of the image, not replacing the picker. I want to replace the image picker and uploader. The...

So is there a way to still replace the picker?

> Sorry to hear - I saw your messages in Discord, will follow up with you there until we have a great solution. > > For now, using Expo Go...