Closed claj closed 2 years ago
On the IP Weather page, there is no apparent way to find the com.wsscode.pathom3.demos.ip-weather code.
com.wsscode.pathom3.demos.ip-weather
https://pathom3.wsscode.com/docs/tutorial
It's availiable online, but the setup instructions doesn't make the deps file include this namespace, at least not with the most recent pathom3:
{cheshire/cheshire {:mvn/version "5.10.0"} com.wsscode/pathom3 {:mvn/version "2022.04.20-alpha"} org.clojure/clojure {:mvn/version "1.11.0"}
The namespace is, of course available at this link:
https://github.com/wilkerlucio/pathom3-demo-gcf/blob/3dd2debc84eddccd08e86caf6da54a6a3835c3e7/src/main/com/wsscode/pathom3/demos/ip_weather.clj
but it would be great if the instructions given made the namespace availiable for the user.
Nah, I was just missreading the instructions - the namespace is created along the way, ofcourse.
On the IP Weather page, there is no apparent way to find the
com.wsscode.pathom3.demos.ip-weather
code.https://pathom3.wsscode.com/docs/tutorial
It's availiable online, but the setup instructions doesn't make the deps file include this namespace, at least not with the most recent pathom3:
The namespace is, of course available at this link:
https://github.com/wilkerlucio/pathom3-demo-gcf/blob/3dd2debc84eddccd08e86caf6da54a6a3835c3e7/src/main/com/wsscode/pathom3/demos/ip_weather.clj
but it would be great if the instructions given made the namespace availiable for the user.