Rob Cameron

Results 59 issues of Rob Cameron

This pull request adds the required GitGutter keys to get diff icons colored correctly in the Twilight theme: ![image](https://cloud.githubusercontent.com/assets/300/12792128/38bbcfda-ca5f-11e5-8850-6c323811065b.png) https://github.com/jisaacks/GitGutter

Can switch from proprietary `@@` to standard `${}` interpolation. Also may be easier to instantiate templates and pass them variables for interpolation.

Ideally you could nest one layout inside of another and replace all `@@` vars as you go.

When removing the `welcome.pcss` file you need to remove the include from `application.pcss` as well or there will be an error at build time. Maybe some other way to include...

I ended up not adding the `--windows` flag for now because there are paths computed in several different places and I couldn't find an elegant way to give all of...

topic/deployment
release:fix

### Summary It would be great if we could somehow communicate import Redwood notifications/announcements to users. The easiest way (for the users) would be to notify them on their next...

topic/cli
release:feature

### What's not working? The form generated by the scaffold generator creates a big block of empty white space: You can see an example in this PR: https://github.com/redwoodjs/redwood-tutorial/pull/71/files/173c7dc26b2c7ed6f238c5c4a8fcd4d8a6edda08#diff-7cfe9b38c881909d5686dfa09774aa22db5605acb9a0a8c53e9e2eb3c49ae412 which corresponds...

help wanted
good first issue
topic/generators-&-scaffolds
bug/confirmed

I'm seeing questions from folks using the Baremetal deploy that aren't really familiar with SSHing into machines and what that entails. Here's a doc that gets people started. I'm thinking...

topic/deployment
release:docs

### What's not working? Baremetal uses `path.join()` when building up the deploy path, but `path.join()` is running on the deploy machine, not the host machine: https://github.com/redwoodjs/redwood/blob/main/packages/cli/src/commands/deploy/baremetal.js#L212 So if you're trying...

bug/confirmed
topic/deployment

https://redwoodjs.com/docs/how-to/self-hosting-redwood We can just point people to Docs > Deployment > Baremetal instead.

topic/docs
help wanted
good first issue
topic/deployment