Mark Esler

Results 83 comments of Mark Esler

hi o/ @tlalexander A wider width allows more characters-per-line. Currently, column width only changes in mobile mode (under 630px). A changing width causes characters-per-line (and height) to change. That's okay...

The problem with min/max-width is that the position of posts relative to each other changes every time the window is resized. The current fixed width, and other UI choices, prevent...

With a `column width` setting you could specify a fixed pixel width or a fixed percentage. Best of both worlds.

SCSS variables can be set here https://github.com/mastodon/mastodon/blob/main/app/javascript/styles/mastodon/variables.scss

fixed with https://github.com/mastodon/mastodon/pull/21783

hi @Gargron This PR avoided locales by using regex. Does a PR with user-friendly locale text sound appropriate to you?

@mjankowski I responded in https://github.com/mastodon/mastodon/issues/22007

Nice find. Thanks for the upgrade. Could you replace `cd /vagrant && foreman start` with `foreman start -d /vagrant` in your PR?

ah, gotchya curious how $PATH is now defined I liked that bundler/yarn packages were installed to $HOME and not installed to `/vagrant`. It may be an issue if https://github.com/mastodon/mastodon/pull/22075 installs...

I've never attempted myself, but aarch64 appears to be building fine for the `signal-desktop` snap and it installs on a M2 for me https://github.com/snapcrafters/signal-desktop/blob/candidate/snap/snapcraft.yaml