it is madness

Results 20 comments of it is madness

Would you be able to provide the logs so that I can look into this?

Could you try doing: ``` sudo rm -rf .docker/data docker-compose up ``` and see if that resolves things? It looks like you've got a partially existing DB that's being used,...

Hm, this is on the latest commit on master? You've not made any changes to the version of mariadb that's being used in the docker-compose network? Just trying to figure...

Weird. This is probably a reason we should condense our migrations down into a single file at some point to make getting started a bit easier.. Could you run `docker-compose...

I've pushed a commit to master that I think should resolve this particular problem, but there might be more. You'll need to wipe the `.docker/data/mysql` directory and start fresh with...

I've pushed a large number of commits that should hopefully resolve the above stuff, including getting it so that we properly install and run PHP8, amongst various other things: ```...

Yeah, this should also be moved into config.php, and given it's own constant name separate from the normal blog and announcement constant. Good catch.

Looking into this further, Gazelle sort of does this. So it saves the full user agent when a user initially logs in. However, if a user then switches browser or...

In an ideal world, this indeed would be how Gazelle would be structured, with the views also going through something like [Twig](https://twig.symfony.com/) to help avoid parsing exploits. However, given time...

Most of the "plans" as they are are written on our internal git instance or are in fixing known bugs or implementing approved suggestions from the forums, but minimally it's...