Bramus

Results 122 comments of Bramus

Just encountered this myself: it happens when you’re not logged in to the other server. For example, visiting https://mastodon.social/@[email protected] in an incognito window will automatically redirect you to https://front-end.social/@bramus

I rewrote some of the username detection logic in 0.3.0 and now just released 0.4.0. Does the problem still occur in those versions? _(Note that the Chrome Web Store hasn’t...

> If we could expose a function that would accept a `walk` function and a `Selector` Node, that'd be 💯 What would that look like? Got some pseudo/theoretical code to...

Coincidentally we were discussing this within the Chrome DevRel team this week. Here’s the process I went through to collect all needed info about a feature that is being rolled...

I see that on https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/features/account_timeline/index.js#L27 it’s trying to extract the `accountId`. Maybe [the called `normalizeForLookup` function](https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/reducers/accounts_map.js#L4) could simply trim off the `LOCAL_DOMAIN` if detected?

This package works by calling the Directions Endpoint from Google Maps. If Apple offers a similar service it could be used, but afaik they don’t offer that. It would require...

> ([#](https://github.com/w3c/csswg-drafts/issues/8320#issuecomment-1877522852)) I wonder what people think about an idea like this: > > `section.list li.item[:id] img { view-transition-name: item-[:id] }` > > Where the attributes are captured in the...

A while back I ran a poll ([Twitter](https://twitter.com/bramus/status/1726671464366211293), [Mastodon](https://front-end.social/@bramus/111444544751532812)) asking authors what is missing from View Transitions. Out of the 33 replies, 6 requested this feature, making it the number...

> It seems View Transitions was designed with the expectation that websites are JavaScript first This is only the case for Same-Document View Transitions. For Cross-Document View Transitions JavaScript is...

On a hackathon I coached at this was a dealbreaker for some, as they saw performance get tanked on non-highend devices. They were animating 1 element out of a list...