Using `tryPromise` with parameters?
Hey, maybe I'm reeding the docs bad or I'm just stupid but is there a way to use
tryPromise here passing the lat and lng argsupdateUV is of the tipe pdateUV: Effect.Effect<never, GeolocationPositionError, Promise<something>> Is there a way to resolve the promise, I need to resolve it in the pipeline or update the fetchOpenUV function ?