pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
wilkerlucio 2021-01-12T18:03:43.188500Z

hello folks, if you are looking to learn more on Pathom 3, I just released a new tutorial, in it you can learn how to use Pathom 3 to scrape data out of Hacker News 🎉! this is a medium/large tutorial and goes over many different pieces of pathom 3 (modeling, optional inputs, recursive queries...), check it out at: https://pathom3.wsscode.com/docs/tutorials/hacker-news-scraper

1👍19🔥4
2021-01-13T12:47:34.193600Z

Yeah, a simple bit of "this is pathom, and this why it is awesome" at the top would go a long way

wilkerlucio 2021-01-12T18:03:59.188700Z

feedback is very welcome!

2021-01-12T18:32:35.189900Z

Anyone ever experienced a WARN: trying to read key… not available in the index but it still returned the correct results?

2021-01-12T18:37:45.190500Z

Okay, looks like if an ident is provided with a key, but no value, the resolver will work as expected, but will throw a warning.

2021-01-12T18:38:09.191100Z

[:some/thing] will throw a warning, but [:some/thing :with-a-value] will not, although they both work.

2021-01-12T18:38:19.191300Z

(This is Pathom 2, FYI.)

2021-01-12T19:31:40.191900Z

So right off the bat this will be probably be an entry point for a lot of people into pathom3 so it might be smart to make this "blog post" like and some motivation and high level overview to the top of the fold

2021-01-12T19:32:09.192100Z

I also am aware that this is a page nested on the docs site so it might not make sense but I feel making a good first impression is super important

wilkerlucio 2021-01-12T21:05:44.192700Z

I think makes sense, you mean like more background on pathom and why to use for this task?