Rob Zolkos

Results 37 comments of Rob Zolkos

ok thanks for trying. I'll look into this in more detail after work - I have a fedora machine I can test this on. In the meantime, a couple of...

Also try updating the line in `Procfile.dev` to `web: bin/rails server -b 0.0.0.0` and see if that works

Could a compromise solution be to have .editorconfig in the .gitignore file, then the developer can use whatever they like? (rubocop will pull them over and give them a ticket...

Im concerned this will affect non devcontainer users. Will need to be checked by someone who runs the app on metal.

If we're on the hunt for dropdowns it would be good to evaluate this one https://hotwirecombobox.com/ It is written by a 37signals team member, seems very well thought out.

I tried adding a fixed height and adding an overflow scroll and that _seems_ ok but not really elegant. ![CleanShot 2024-02-09 at 19 48 29](https://github.com/maybe-finance/maybe/assets/290616/6d20acc6-626c-4592-a18a-ed1a18cef5be) I'm going to research how...

Since this is using the stock standard production Dockerfile that comes with Rails - would it be better to have this upstreamed into Rails (where more eyes could get a...