Rob Cameron
Rob Cameron
https://www.rubydoc.info/gems/slim/frames#Attributes_wrapper Maybe with a config option like: ```yaml AttributesWrapper: enabled: true style: none|any|curly|round|square ``` If I can figure out how the slim parser identifies these perhaps I can submit a...
You should add a note to the readme that if you're using S3 for storage then you require the right_aws gem!
## Expected behavior: Can browse to http://localhost:5500/[email protected] (without a trailing slash) and the query string remains. ## Actual behavior: Browser is redirected to the same URL with a trailing slash,...
Link to the flickr photos are in master now but aren't showing on the site. I'm guessing that master needs to be merged into the gh-pages branch.
### Summary After five years of building Redwood apps, patterns have emerged when it comes to organizing the components that make it up. One is that we'll often have components...
Right now in an RSC app if you use `` in a page or other component rendered on the server, the serve process dies with the error: ``` 12:34:13 PM...
### What's not working? (Originally found because I was deploying on Netlify, but I think the actual error is not deploy-related at all.) If you have a Redwood app =...
The example blog was built to get us to v0.1.0. We've added a bunch of features since then. Let's bring some of that stuff into the blog: * comments *...
* [ ] Update to 3.0.0 * [ ] Run codemods * [ ] Check if any code snippets in the actual tutorial need to be updated
Will use `createOrUpdate` GraphQL mutation.