dberardo-com

Results 226 comments of dberardo-com

> visualization purposes, this is what i am aiming for here ;)

i would love to use MUITheme because it has a pre-defined and pre-documented structure, so it is much easier to adopt and more robust.

could you share your helm values file @faisalbasha19 in my case i dont even see the vpn secret being mounted into the pod, and i have tried many alternatives .......

> can you ping 172.16.0.1 from the client pod (so the vxlan is working) i am facing similar issue, the default route through the vxlan0 does not start up in...

thanks for the work you are all doing ... i am indeed using this package somewhere else, and i get this error at one point: ``` File "/lib/python3.11/site-packages/urllib3/connection.py", line 186,...

i am looking forward to see that fixed, i am using pyodide no nodejs backend and where i cannot get with it, i would like to "outsource" the tasks to...

alright so summing up your last suggestion i should go for: `st_distance_spheroid( ST_Transform( ST_Point(space.latitude,space.longitude) , 'EPSG:4326', 'WGS84'), ST_Transform( ST_Point(42.4515965,14.1841619) , 'EPSG:4326', 'WGS84 '))` this would indeed return about 34 m...

alright, so you are suggesting this, right ? : st_distance_spheroid( ST_Point(space.latitude,space.longitude) , ST_Point(42.4515965,14.1841619) ) and as for the altitude, thanks for pointing that out. i dont actually need this, but...

thats also way faster :) well i believe this issue can be closed when the proper piece of documentation is added to the main doc. also: please make all of...

here i am again, i was wondering if what i am facing here might be a projection problem, or is it some issue i might be having in duckdb. i...