Peter Kellner
Peter Kellner
I use the next.js framework and like other SSR frameworks, builds the app in node. I'm getting the error I'm pasting below from "I have no idea where" but I...
I believe it's important to let readers know that there is a very common pattern for sharing state data across multiple components. That may not be obvious to a learner...
When working with [SWR](https://swr.vercel.app/) with `React 17`, you could pass to `useSwr` on `onSuccess` parameter which would assign a completion function so that when an async call finished, you could...
# Bug browse to localhost:3000 navigating to bottom of left menu "CSS and CSS-in-JS" Click button "Global CSS" Click Home button to the left of "Global CSS" - crash with...
I've create a repo for just the code that is in the example described [here](https://vercel.com/templates/next.js/ai-gpt3-chatbot) and in the location [here](https://github.com/vercel/examples/tree/main/solutions/ai-chatgpt). I've copied those files into [this repo](https://github.com/pkellner/ai-chatgpt-add-cancel-button) and made just...
Sorry for posting as a bug as I'm sure it's a misunderstanding. I've got middleware like below. What's odd is that I can see in RedisInsights that the model "Attendees"...
**Describe the bug** Get this error when trying to click on extension in sidebar. It has always worked previously. Rebooted macBook and uninstalled and installed multiple times. Error loading webview:...
When I create a simple node project and basically run with just ts-node runfile.ts I get this error: ``` /Users/peterkellner/repos/gmail-to-icloud/process-mail-queue/node_modules/imap/lib/Connection.js:227 var type = self._curReq.type; ^ TypeError: Cannot read properties of...
I don't believe this is a dup of the previous issue, but it would be helpful for me to be able to run the example in the readme doc for...
That is, when I do a try catch, I want to log the "e" of the try catch. I can create two log messages in a row like this but...