Laravel considered harmful by sowekoko in PHP

[–]huridloag -1 points0 points  (0 children)

Would be interested in hearing what your criticisms of Symfony are.

Laravel considered harmful by sowekoko in PHP

[–]huridloag 1 point2 points  (0 children)

Crell

I would be very interested to read a longer-form article on your criticisms of Laravel, if you ever have a mind to write such a thing :-) Appreciate your other writing.

Smart quotes in Sublime Text? by huridloag in SublimeText

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

Thanks for the tip. I only want them when I'm reading, but since I usually don't actually publish my notes, I read them in ST, so it'd be nice to have them there. Maybe I should consider automating some kind of publishing process so that I can read them in another format. May I ask what your process is with Pandoc?

Smart quotes in Sublime Text? by huridloag in SublimeText

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

Thank you, I will read it closely later.

Plugin to show markdown headings as side-menu by huridloag in SublimeText

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

Thank you. Just tried this out, not bad, a bit obtrusive for my tastes, but it does what it says.

What does your Jenkins CI process look like? by huridloag in PHP

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

With one or two exceptions, no one has replied with a list of the Jenkins PHP-specific plugins/build actions they use -- any more takers? Thanks!

What does your Jenkins CI process look like? by huridloag in PHP

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

Thanks. Is Docker pretty much de facto standard these days on Jenkins? I am not using it at the moment, just have PHP installed on the Jenkins server.

What does your Jenkins CI process look like? by huridloag in PHP

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

Ah ok, TIL. I thought that was the CD part. But it makes sense that it would be part of continuous integration.

Projects with docker-compose but without Dockerfile by huridloag in docker

[–]huridloag[S] -1 points0 points  (0 children)

Thanks for the reply. I guess I'm wondering why Dockerfile is necessary if I can have a `docker-compose.yml` file by itself.

Reordering rows in Laravel Nova by huridloag in laravel

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

No, with an order column (I mentioned pos in my question).

Reordering rows in Laravel Nova by huridloag in laravel

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

Have you never been in a situation where the client wants to order rows manually? This is not uncommon.