Paul Ebose

Results 70 comments of Paul Ebose

The draft went stale. I figured out how to resolve the issue and implement the necessary tests

> Could someone who has access to Safari check whether or not this change results in an unwanted update of the page store on initial page load? I just checked...

This might help to set global ruby version ```sh echo "source "(brew --prefix)"/Cellar/chruby-fish/1.0.0/share/fish/vendor_conf.d/chruby_auto.fish" >> ~/.config/fish/config.fish echo "source "(brew --prefix)"/Cellar/chruby-fish/1.0.0/share/fish/vendor_functions.d/chruby.fish" >> ~/.config/fish/config.fish echo "chruby ruby-3.2.2" >> ~/.config/fish/config.fish source ~/.config/fish/config.fish ```

> Maybe we can have one file for just databases and one for databases and node server? Yes, that can work. Maybe use the [COMPOSE_FILE](https://docs.docker.com/compose/environment-variables/envvars/#compose_file) env var to determine the...

Yes, we're using multiple files. The env var is not necessary but a nice to have. Now thinking about it, it may not even be needed

> > Maybe we can have one file for just databases and one for databases and node server? > > Yes, that can work. Maybe use the [COMPOSE_FILE](https://docs.docker.com/compose/environment-variables/envvars/#compose_file) env var...

For example; `../node_modules/foo` is the current place - is it a folder? - yes - does it have a `package.json` file? - yes - does the `package.json` file contain a...