Karlo Mikus

Results 22 comments of Karlo Mikus

I'd like to give it a shot

Testing on my Homestead environment everything works fine: ``` Feature: Show cached form field values to audience In order to test my application As a developer I need to be...

Yeah, I see the problem, maybe it's because of browserkit driver or something, I'll look into it more, but for now you can use: ``` php /** * @When I...

I've fixed phpstan errors, I completely missed them :) I think contributing guidelines should be updated to include `composer phpstan` run command.

Can you share some simple example html. In meantime maybe [chrome template](https://cs.chromium.org/chromium/src/components/printing/resources/print_header_footer_template_page.html) for printing will help for more info.

Is `bar:import-recipes` command not working?

Ah, path is relative to `bar-assistant` folder, so the command should be: ``` php artisan bar:import-recipes backups/202312110326_recipes.zip ```

That is just the debug information, it's not the real SQL that gets executed. This seems like some ingredients are missing and they are referenced in the cocktail recipe. It's...

Yes, you are right, seems like if there are multiple ingredients with the same(ish) name, they get assigned the same ID when exporting. This should be considered a bug. I'll...