Simon Cheng
Simon Cheng
You shouldn't use githack cdn as a website. You should only use it to serve *assets*. Examples are js, css, img files, not html files
> why not? I guess you can, but you need to be careful. Let's say there are site A and site B. Site A uses localStorage to store some info....
I was having the same problem from the websocket hardcoding the port, and adding `WDS_SOCKET_PORT=0` to `.env.local` solved it. My setup is something similar with nginx proxying everything and adding...
Since I’m experienced in web development, I was planning to have the program export it’s own JavaScript model, so I can later on incorporate that into a browser, which would...
Looks like its impossible since the inception model was using a deprecated BatchNormWithGlobalNormalization, and an unsupported DecodeJpeg. Nice try though. Anyway, apart from the fact that converting it to a...
Added checkpoint, and SavedModel saving feature. Also added a CTRL+C save as an extra bonus. As my use of language differs from yours, can you update the README.md to update...
Ik this has been a while, but it is an issue in other games too. Mozilla's compatibility charts tells us that all browsers except safari and edge don't support `setVelocity`,...
It appears that they are using xhtml files and contains assets like images and css so it would be a pain in the a.. to properly even convert them to...
According to my observations, they need two cookies to fetch: ``` URL: https://etext.pearson.com/eps/pearson-reader/api/item/7cd0d006-bce6-4d38-9ffb-9881840d9bc4/1/file/taylor_simon_dickey_cbcac-9e_v5_SPI_062217/OPS/xhtml/ch04_pg0004.xhtml Cookie: _ga=GA1.(1 number).(10 numbers).(10 numbers); etext-cdn-token=(redacted) ```
This has been open for a while, mind if one of the contributors merge this?