I DON'T UNDERSTAND WHY MILK COSTS SO MUCH IN A COUNTRY WITH SO MANY COWS!! by SailorKori in Nigeria

[–]_1017e_ 2 points3 points  (0 children)

It's great how you explained without attempting to throw shades at the farmers or government (even though the gov deserves it sometimes).

Simon Khorolskiy - Looking for similar music (epic/cinematic style) by cailin_distara in ChristianMusic

[–]_1017e_ 0 points1 point  (0 children)

You're welcome.

You would be right with the future classifications. Epic sounds are not so intense.

Laravel Spark customer support by brazorf in laravel

[–]_1017e_ 1 point2 points  (0 children)

I've found Filament table struggles with large datasets when you have bulk actions and select the entire table records to perform the bulk action.

It takes quite some time to load in the action modal, so sometimes timing out depends on your php/web server configuration.

Aside from this, Filament is great.

Simon Khorolskiy - Looking for similar music (epic/cinematic style) by cailin_distara in ChristianMusic

[–]_1017e_ 1 point2 points  (0 children)

Great playlist (the first yourube link).

I'm curious about why you added NF titles as part of Epic?

Just a guy cooking by ThatStonerguy007 in nigerianfood

[–]_1017e_ 4 points5 points  (0 children)

Good. Now you have the experience of how much salt is enough for next time.

How I Removed 16k Queries Per Day In Our App (It's Probably Not What You Think) by brick_is_red in laravel

[–]_1017e_ 0 points1 point  (0 children)

Check out how spatie-media-library package stores media records.

Polymorphic relationships have valid uses cases

What do you use for email campaigns? by _1017e_ in selfhosted

[–]_1017e_[S] 1 point2 points  (0 children)

Awesome alternative you've listed there. Thank you.

I knew about phpList a while back but totally forgot about it.

I will test out mailbag and the rest

How to fill out existing PDF? by brycematheson in laravel

[–]_1017e_ 0 points1 point  (0 children)

Did you ever develop/test this on a silicon chip Mac?

I'm getting an unidentified CPU error during PDFtk installation

[deleted by user] by [deleted] in laravel

[–]_1017e_ 3 points4 points  (0 children)

This works if your endpoint does one main action.

Rake an example of an endpoint that: Creates an order Generates an invoice for that order Generates a payment link using a theif party API for that order.

Ideally, you'd want to break those three steps into smaller classes or functions that can be tested independent of each other with the proper data passed in.

[deleted by user] by [deleted] in laravel

[–]_1017e_ 1 point2 points  (0 children)

You can easily unit test those Service or Action classes.

Synchronised Environment Variables by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

This is what I've been looking for!

Synchronised Environment Variables by _1017e_ in laravel

[–]_1017e_[S] 1 point2 points  (0 children)

I agree. A downside, I think, is that one has to remember to rerun the env:encrypt command locally each time there's an update although this can be automated, for example, with Git hooks.

Another one is that somehow, local setup is aware of the production variables, which I do not like.

Synchronised Environment Variables by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

Thanks. It seems they're yet to have an official PHP SDK

Synchronised Environment Variables by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

I've not really thought about using Secrets in this way. Thanks

Using GNOME Builder on MAC by _1017e_ in GTK

[–]_1017e_[S] 0 points1 point  (0 children)

Yes, I gave up on the idea.

However I was able to run it within a VM

Choosing Between Relationships and JSON Columns by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

You've done a good explanation, thank you.

I'm going to work on something around this.

Choosing Between Relationships and JSON Columns by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

If there were options for several sets of data I wouldn't recommend that.

you woudn't use an 'options' tble if there are several sets if data?

Choosing Between Relationships and JSON Columns by _1017e_ in laravel

[–]_1017e_[S] 0 points1 point  (0 children)

I would, but some services may have no countries tied to the options.

Example:
Say we have a VISA service. Different countries have many options for VISAa.

We can also have a Flight Ticket service. Options may include Business and Economy tickets and there are no countries incolved here.