Johann150
Johann150
This moves the locus calculation from `RichDiagnostic::render` to `Diagnostic::locuses`. Some questions to answer: - [ ] **Is the implementation impact acceptable?** The way I implemented this has some impacts on...
This should resolve #261. Is this just okay like this, or should this be configurable?
Resolves #229. * add `with_file` methods to `Label` and `Diagnostic` as suggested in the original comment in the issue * add new constructors to Label: `new_anon`, `primary_anon` and `secondary_anon` These...
# What - Allow OAuth 2.0 Bearer Token Authentication according to [RFC 6750 § 2.1](https://datatracker.ietf.org/doc/html/rfc6750#section-2.1) to be used alternatively to the body parameter `i`. - Adjust the client to use...
# What Use a `Link` tag to federate quotes instead of the custom `_misskey_quote` property. # Why related to #8722 # Additional info This uses the same namespace URL that...
## 💡 Summary The background styles are inconsistent in the Classic UI. ## 🥰 Expected Behavior Backgrounds are displayed nicely. ## 🤬 Actual Behavior Both the background of the menu...
# What - properly include note URLs in the `object` property of `Flag` activities - simplify code for rendering `Flag` activities - remove ability for users to accidentally edit or...
# What The `x` and `y` parameters are added to the `$[rotate ]` MFM function rendering, analogous to the `$[spin ]` function. # Why fix #8523
# What Show the software of an instance in the instance ticker. # Why fix #8832 # Additional info The API already provides this information so no changes to the...
## Summary Currently, when a user goes to a URL of a note that does not exist, the client will show a generic error and a retry button. This can...