Johann150

Results 32 issues of 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...

enhancement
help wanted

This should resolve #261. Is this just okay like this, or should this be configurable?

enhancement

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...

enhancement

# 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...

🧩API
🖥️Client
⚙️Server

# 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...

⚙️Server
🌌Federation

## 💡 Summary The background styles are inconsistent in the Classic UI. ## 🥰 Expected Behavior Backgrounds are displayed nicely. ## 🤬 Actual Behavior Both the background of the menu...

🐛Bug
🖥️Client

# 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...

🖥️Client
⚙️Server
🌌Federation

# 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...

🖥️Client

## 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...

✨Feature
🖥️Client