Results 56 comments of Chris Cates

I am more than happy to create proposal mockups for the application if my mock case scenarios do not illustrate my point well enough.

Following up on this issue. Getting an untraceable error with prerendering. ```console Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error TypeError: o is not a function at 4187 (/my/little/project/.next/server/chunks/398.js:1:27611) at...

I get this error with my stack trace. ``` index.js:23 Uncaught (in promise) TypeError: Class extends value undefined is not a constructor or null ```

@batazor check out https://github.com/PrinterFramework/new-project

Solved the issue by doing the following: 1. Set the `postprocessing` library to version `6.32.0` 2. Set the `three` library to version `0.153.0` Keeping open in order to have discussion...

Current package semver. ```bash $ npm ls postprocessing ├─┬ @react-three/[email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ └── [email protected] └── [email protected] ``` After applying ```bash yarn add postprocessing@latest @react-three/postprocessing@latest...

Do you have your DNS records pointing to the domain?

@zyfrank, great, let me know if you have any questions. 💯 I'll be posting more work later!~

@zyfrank, for the CLI tool it only needs to be able to download any common crawl file (and also navigate files by historical date) plus unzip. The analyze tool is...

@zyfrank, you can use this as a reference: https://commoncrawl.s3.amazonaws.com/ for navigating files in common crawl. If this goes well. I will be adding another bounty for 1 ETH on the...