William Kray

Results 74 comments of William Kray

i just stumbled across [this project](https://github.com/akhilrex/podgrab) which is a golang-based podcast fetching application, i feel like the opportunity for these projects to join forces would be exceptional.

i've been able to confirm that it's due to the static content not being regenerated since the container build process. if you run `docker exec -it sh` to gain access...

the `npm run build` command would just have to be a part of the container startup, which will slow things down but ensure that static assets are generated at runtime,...

would it be possible to put this and https://github.com/matrix-org/matrix-react-sdk/pull/8087 behind a labs flag or something so that the people who are itching for this can enable, with the understanding that...

i have also confirmed that, from the server-side, matrix-media-repo is successfully sending the image to the client. this log snippet is from the user's IP address that was trying to...

i haven't been able to test with the same image sent from different users... i only hear about these issues through other people and have to go try to hunt...

There's a plugin for this: https://git.skeg1.se/vondassendorf/maubot_mauhelp

just updating this comment that the plugin now supports normal invites for an easier and more intuitive workflow... if you're on the list in the plugin config, the bot will...

> > sounds like you aren't launching the docker container with that port exposed to the host. > > Sounds you can't tell application layer 404 error code from network...

the comments on here sound unrelated, but the existing `pack` command leverages the `convert_image` function, both of which assume that the image packs should only include .png files. is this...