Alex Justesen

Results 160 comments of Alex Justesen

> @alexjustesen, I'm getting "Error code 1020". Try one more time, forgot to take off the domain's geo restrictions

@Patrick010 it's a short list right now so if you feel as though features are missing please create an item.

@Patrick010 my goal is to do a complete refactor the application and start from scratch. Laravel (the framework used in this project) has evolved and so its easier to just...

I got one of those too so I'll add that to my tests, also going to include a Raspberry Pi so it'll work on arm64 as well.

@c1xx @BananaHammock743 (nice username 🤣) if you (or anyone who wants to be in the testing group) can do me a favor and comment on the project issue below that'd...

@ReeceM thanks man. I'll be opening up https://laravelpackages.org to the masses next week so invites are closed for now. Best to follow laravelpkgs on Twitter for updates.

Based on our conversation below is a model of the current `breweries` table along with the proposed changes. This model currently implements a "Type 2" format where the current record...

> Oh, and after thinking about it, the whole "slug" thing should be handled programmatically or in a mapping table. Seems a little silly to hard-code it here. I agree,...

I removed `slug` from my model and changed `brewery_type` to just `type` as the context is already the brewery so no need to duplicate the name.

> @alexjustesen Sounds good! > > I think the whole `brewery_type` name came about because I ran into issues with `type` being reserved or something. Probably something automagic in Rails...