Cameron Ellis

Results 9 issues of Cameron Ellis

It would be nice if there were examples to do slide in/out as with react-router-transition.

I'm trying to use this with flexbox. My html structure is as follows: css ```css .Site { display: flex; min-height: 100vh; flex-direction: column; } .Site-content { flex: 1; } #app...

I was unable to get Apollo working with this starter because the `gatsby-ssr.tsx` and `gatsby-browser.tsx` files are not run. Once I changed them back to JS, Apollo worked.

Really loving this grid so far! However I'm wondering, Is there any way to accomplish something like the following? ```html Content ``` Thanks alot!

I've already talked with @nodkz about this. Using this as a way to keep track. Essentially I want to know how to make a mutation that updates a hasMany, hasOne...

### Changes - Fixed a bug where dragging the slider to the floor would result in an undefined `event.touches` variable

This change adds a `getCSRFToken` method that if provided can be invoked with the `request` to get a CSRF token for example: `req.csrfToken()`. This is needed for securing the GraphiQL...

**Describe the bug** The cli does not write to the `-o .js`, and only outputs to stdio. `.nvm/versions/node/v20.9.0/bin/cuc-w2c: line 1: syntax error near unexpected token `('` Example: **To Reproduce** I...

```File "/Users/cellis/Library/Application Support/pipx/venvs/gpt-do/lib/python3.12/site-packages/openai/api_requestor.py", line 396, in _interpret_response self._interpret_response_line( File "/Users/cellis/Library/Application Support/pipx/venvs/gpt-do/lib/python3.12/site-packages/openai/api_requestor.py", line 429, in _interpret_response_line raise self.handle_error_response( openai.error.InvalidRequestError: The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations```