@SuperDicq I would like to borrow it. Should we meet in a bit?
Notices by func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 20-Jun-2025 23:52:59 JST
func_doggoλt_rotating :vp:
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 14-Feb-2025 09:43:40 JST
func_doggoλt_rotating :vp:
@BeAware Is there a way to maybe prioritize image loading? Its genuinely annoying when I wanna watch an artists gallery and it just wont load half of it.
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 14-Feb-2025 09:38:36 JST
func_doggoλt_rotating :vp:
Why do images of older posts take forever to load? Is this the issue on the end of my hoster? #mastodon
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Wednesday, 23-Aug-2023 03:39:59 JST
func_doggoλt_rotating :vp:
@tk I remember there was fuzz about it but I saw nobody actually use it.
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Sunday, 16-Jul-2023 01:43:51 JST
func_doggoλt_rotating :vp:
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 04:40:13 JST
func_doggoλt_rotating :vp:
@tk I think I got you a fix.
# 1. I did a fresh setup
./bin/configure# 2. After finishing the setup we only start the docker container
docker-compose up php# 3. Switch to a new terminal tab and install the composer deps with the right version of php and wait till it's finished installing.
docker exec -it gnu-social_php_1/usr/bin/php8 /usr/bin/composer.phar update -W# 4. CTRL+C the terminal in step 2
# 5. Now we should be able to run it
docker-compose up -
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 04:08:19 JST
func_doggoλt_rotating :vp:
@tk If you want a specific version of PHP you have to work with the tags. Lemme quickly check smth.
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 01:24:02 JST
func_doggoλt_rotating :vp:
@tk You need the extensions in both container instances if you use alpine and fpm. They do not share installed extensions if it's separate containers.
Do you think you could share your current workspace? The best way to do that is to put the Dockerfiles/docker-compose.yml you are using into a git repo so I can have a quick look over it.
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 01:11:30 JST
func_doggoλt_rotating :vp:
@tk Is there a chance the php you are using for the command line and the PHP your are using for the webserver are different versions/instances?
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 00:47:42 JST
func_doggoλt_rotating :vp:
@tk Usually big projects give out releases with all dependencies preinstalled. Maybe the docker image just clones the git repo and is missing the actual install?
-
Embed this notice
func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Sunday, 18-Jun-2023 23:55:45 JST
func_doggoλt_rotating :vp:
@tk Hey, if `vendor/autoload.php` is missing that usually means you did not run `composer dump-autoload -o`.