zkwbbr

Results 6 comments of zkwbbr

For those who care, I've found out during testing that the JS property `screen.availHeight` can potentially change during a browsing session by a few pixels even if the user doesn't...

This is actually quite a big deal. I'm not really using this library at the moment (although I think I will) but I came across this post which solved my...

I like this feature too. Most of the time I have the same route for `GET` and `POST`. E.g., ``` $router->get('register', Register::class); $router->post('register', Register::class); ``` Would be nice if there's...

I see that now, maybe change the wording to something like "`--environment command not specified, using default_environment from config`". I guess it's not a big deal but initially it looked...

> As a middle ground, would updating the docs to indicate that if you omit the environment flag, then a warning will be shown and phinx will use the value...