Aleksandr Shoronov
Aleksandr Shoronov
I've this stylesheet: ``` .block__elem1 { width: 100%; height: 100%; display: flex; padding: 20px; } .block__elem2 { width: 20rem; color: #fff; } .block__elem2 { width: 100%; height: 100%; display: flex;...
Closes #67
Because of not correct `Content-Type` header response from [`users` endpoint](https://github.com/jehna/mastofeeder/blob/main/src/users.ts#L34). It should return `application/activity+json` Source: https://github.com/mastodon/mastodon/issues/29709#issuecomment-2015741383
- [ ] briefly describe the changes in this PR - [ ] write tests for all new functionality - [ ] run `npm run docs` and commit changes to...