wilkerlucio / pathom3-docs

Documentation and blog site for Pathom 3
https://pathom3.wsscode.com/
16 stars 22 forks source link

Pathom Tutorial - IP Weather referred source code cannot be found #35

Closed claj closed 2 years ago

claj commented 2 years ago

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:

{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.

claj commented 2 years ago

Nah, I was just missreading the instructions - the namespace is created along the way, ofcourse.