Sergei ZH

Results 113 comments of Sergei ZH

Having a flatpak would ve really great since it would allow people like me who don't use elementary but still use pantheon desktop to use this repo without building it...

I'm not using the setup provided by this repo so this is just an assumption based on provided logs: try running `composer install` before running make

Run composer install locally, not in the docker container. I think current setup assumes that you have everything prepared locally and then just packages that to container. Therefore this is...

@clawfire, I see you use new buildx engine, to actually delete build cache you need to `docker system prune`. Simply deleting image won't do as buildx has its own cache....

> hum ... how could it be fixed? I'm not enough skilled with docker for now to seek an alternative solution So basically my first thought was correct, run `composer...

> I'd change the volumes lists to only bind directories where persistent data is saved, instead of the whole `.../nginx/html` directory. That's not an ideal solution because: 1. you would...

I might post my docker setup some day as a separate repo. But my solution has one problem is that it runs on swoole both in prod and dev and...

@HDVinnie, I'm not a maintainer and I don't have much experience with laravel but will happily take a look anyway.

> Can we make this project php8 only? @HDVinnie, why do you need to upgrade it? Besides proving that it works (these tests would do that when they are done),...

All of these factories already exist: ``` AccountFactory AccountPaymentGatewayFactory AttendeeFactory CountryFactory CurrencyFactory DateFormatFactory DateTimeFormatFactory DiscountCodeFactory EventAccessCodesFactory EventFactory EventStatsFactory OrderFactory OrderItemFactory OrderStatusFactory OrganiserFactory PaymentGatewayFactory TicketFactory TicketStatusFactory TimezoneFactory UserFactory ```