Jonathan Andrés Urbina Caviedes
Jonathan Andrés Urbina Caviedes
Anyone has an answer to store coordinates on a column that can be reading by Google Maps? Im doing an app (flutterflow) with 10 year old kids, that catch the...
> As a workaround, you can use SQL Editor to add postgis column directly, like this page did https://geoexamples.com/svelte/2021/07/18/svelte-supabase-maps.html/ This is the actual link: https://geoexamples.com/svelte/2021-08-08-svelte-supabase-tracking/
Ok Gary i understand. I know to write SQL code, functions, etc. But in Argentina... Some 10 year old kids They even know how to write well on paper, my...
Can anyone tell me if i can use only one format (like pdf417) and not the others 2d formats??? (users are such a Mot...F... that use other formats to bug...
So......????
It can be problems of pixels of the cell phone camera, the distance between the points is very small.
On Android works??? i realy need scan pdf417
This average (Mean) is calculated based on the dataset, and when you compare it to the other fields, the differences become quite notable. Just see the Error | StdDev |...
Ok, so... now i can/have a response in **PDF** format and not **JSON**??? ` (sorry im newby) `
ok, when i export on supabase as csv using: ```SQL SELECT table_schema, table_name, column_name, ordinal_position AS position, data_type, is_nullable, column_default FROM information_schema.columns WHERE table_schema = 'public' ORDER BY table_name, ordinal_position;...