Mael
Mael
Explore posts from servers
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
Thanks a lot!
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
;lat;lng;externalId;name;provinceId;provinceName ;-31.3968471082745;-64.0598690981123;1401401002;La Floresta;14;Córdoba ;-32.8673131267475;-68.779539700913;5002802001;Bermejo;50;Mendoza ;-34.818755035018;-58.4233878258472;602801008;Malvinas Argentinas;6;Buenos Aires ;-34.844020734727;-58.3627535292892;602801009;Ministro Rivadavia;6;Buenos Aires ;-34.7973726678595;-58.3884529337359;602801001;Adrogué;6;Buenos Aires ;-34.8281717078487;-58.391033876775;602801002;Burzaco;6;Buenos Aires ;-34.7975588663845;-58.3352044170245;602801003;Claypole;6;Buenos Aires ;-34.8192915430555;-58.3418543079073;602801004;Don Orione;6;Buenos Aires ;-34.8883362582313;-58.3827874554173;602801005;Glew;6;Buenos Aires
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
e.g.:
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
hmm the OG CSV had an empty column and also two of them were coordinates, like -31.73857838
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
I guess I'll circle back on this in 24 hours. Thanks!
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
Yeah... I see the issue now. The first CSV I tried had an empty column, so that might have caused it to fail the first time
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
There's no way to cancel them either
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
No description
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
here's one of the JSONL lines for context: {"externalId": 2, "isoId": "AR-C", "isoName": "Ciudad Autónoma de Buenos Aires", "name": "Ciudad Autónoma de Buenos Aires", "fullName": "Ciudad Autónoma de Buenos Aires"}
20 replies
CCConvex Community
Created by Mael on 10/5/2024 in #support-community
Stuck at "Parsing uploaded data"
yep! it includes spanish strings like "Córdoba", could that be an issue?
20 replies
CCConvex Community
Created by Illusion Celesita on 8/26/2024 in #support-community
Stuck in parsing uploaded data attempting reconnect
I'm using mac with vscode to import via cli btw: npx convex import --table provinces ./convex/seeds/provinces.csv
32 replies
CCConvex Community
Created by Illusion Celesita on 8/26/2024 in #support-community
Stuck in parsing uploaded data attempting reconnect
No description
32 replies
PD🧩 Plasmo Developers
Created by Mael on 6/15/2023 in #👾extension
Injecting CSUI inside iframes?
The solution was to set all_frames: true on the CSUI config object lol
3 replies
PD🧩 Plasmo Developers
Created by alank on 5/9/2023 in #👟framework
Not seeing background hits with use of relay
Yep. But it's because my use case is tricky ig: I have a whole different web app in a different repo and I wanna communicate with the extension to share the auth info. I ended up adding the url to "externally_connectable" inside the manifest and communicating with the extension via chrome.runtime.sendMessage. It works.
19 replies
PD🧩 Plasmo Developers
Created by alank on 5/9/2023 in #👟framework
Not seeing background hits with use of relay
I ended up switching to runtime.sendMessage with runtime.onExternalMessage
19 replies
PD🧩 Plasmo Developers
Created by alank on 5/9/2023 in #👟framework
Not seeing background hits with use of relay
Hey! I just bumped into your thread and was wondering how you got this working, so basically you: 1. Injected the "tryFunc" into the main world 2. Created a background message handler 3. Created a new content script that receives the relay message and sends down the message to the background script? 4. Sent the same message from tabs? I'm having the same issue but from a different webapp trying to send a relay message to my CSUI script and down to the BGSW but I can't get it to work
19 replies
PD🧩 Plasmo Developers
Created by Mael on 5/9/2023 in #👟framework
Using @plasmohq/messaging separately?
14 replies
PD🧩 Plasmo Developers
Created by Mael on 5/9/2023 in #👟framework
Using @plasmohq/messaging separately?
Thanks!
14 replies
PD🧩 Plasmo Developers
Created by Mael on 5/9/2023 in #👟framework
Using @plasmohq/messaging separately?
Great
14 replies