Fork me on GitHub
#pathom
<
2024-01-02
>
favila21:01:58

The plan vizes in the documentation (e.g. https://pathom3.wsscode.com/docs/planner and https://pathom3.wsscode.com/docs/dynamic-resolvers/ ) seem to be broken; sometimes this manifests as the page loading/spinning for a long time and never rendering.

👀 1
favila21:01:10

Example exception:

Uncaught (in promise) TypeError: Cannot assign to read only property 'exports' of object '#'
    at Module. (VM79 151607e6.a471b835.js:1:51415)
    at Module. (VM79 151607e6.a471b835.js:1:363481)
    at o (runtime~main.e6e97b8a.js:1:1777)
    at Object. (VM79 151607e6.a471b835.js:1:2480462)
    at o (runtime~main.e6e97b8a.js:1:1777)
    at Module. (VM79 151607e6.a471b835.js:1:313)
    at o (runtime~main.e6e97b8a.js:1:1777)

wilkerlucio14:01:08

thanks @favila, I'll have look on it today

thanks3 1
wilkerlucio18:01:10

@favila docs with demos back! please let me know if you find any other issues

wilkerlucio18:01:14

well, I just realized after the fix there, the code isn't highlighting anymore, dammit JS evolution chaos -.- looking at it now

nivekuil18:01:50

the images are really squished, on ff and chrome linux

favila18:01:24

The viz graphs do work now though, and page loads are snappy again thanks3

nivekuil18:01:33

dynamic resolvers

wilkerlucio18:01:37

and just so you guys know, code highlight and image scale issues came from upgrading docusaurus from 2.0.0-alpha.64 to 2.0.1 🤡

nivekuil18:01:46

beauty of semver

nivekuil18:01:47

can get it to look better with this css

wilkerlucio18:01:51

that one I can probably fix with some markup changes

wilkerlucio18:01:02

trying to see whats going on with the syntax highlight

wilkerlucio19:01:06

ok folks, docs site all back to normal, thanks for the reports!