Zach Gollwitzer

Results 67 comments of Zach Gollwitzer

@ysw2968 I created a guide for getting the project setup on a Windows machine: https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide Would you mind re-cloning the repo into a fresh directory and following this guide? Also,...

@cmhhelgeson just one lint error that needs to be fixed. Would recommend setting up "format on save" in your code editor to prevent these moving forward.

@cmhhelgeson do you plan to update this? Or should I close out for now?

@HeavySnowJakarta did this command (mentioned in the Wiki) not work properly? ``` cd "$(rbenv root)"/plugins/ruby-build && git pull ``` After installing `rbenv`, that command should pull in `ruby-build` and make...

> > @HeavySnowJakarta did this command (mentioned in the Wiki) not work properly? > > > > > > ``` > > > cd "$(rbenv root)"/plugins/ruby-build && git pull >...

@HeavySnowJakarta can you try installing with Git instead? https://github.com/rbenv/rbenv?tab=readme-ov-file#basic-git-checkout

Great, I've updated the Wiki with the Git installation method: https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide

As mentioned by @DJLink, we've got #295 covering this, so closing this out.

@xiaoming-w what version of Ruby are you using? Check out this Mac installation guide to get the project running: https://github.com/maybe-finance/maybe/wiki/Mac-Dev-Setup-Guide

@xiaoming-w you'll need to install a Ruby version >3 to run this project. You'll need to go back to this step - https://github.com/maybe-finance/maybe/wiki/Mac-Dev-Setup-Guide#install-ruby And when you're done, `ruby -v` should...