BlueGreenMagick
BlueGreenMagick
Since user information can be retrieved without login, there should be an option to not attempt login
Add bookmark_users to Work. `Work.bookmark_users` returns a list of (list of usernames) and (list of pseudonyms) in case people needed to know both. ex: `[ [user1, user2, ,user3], [pseuds1, pseuds2,...
UTF-16 xml parsing does not seem to work at all. # Current Behaviour To test this, try changing this function to print tag names. https://github.com/tafia/quick-xml/blob/118c07b456e5a4bb730ca6d762a261ab525784da/tests/unit_tests.rs#L904-L921 ```rust #[test] #[cfg(feature = "encoding")]...
#### Problem description *Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you...
#### Description *Concisely describe what the pull request is trying to achieve. If pertinent, link to an existing issue report, or briefly explain the problem the PR is meant to...
Right now, when `Display an Indicator for Each Window` is not checked, `Display indicators/window list items only from current workspace` does not work. Right now, it shows an indicator if...
### Describe the bug Inlay hints do not show up if 1) svelte file does not start immediately with script tag, or 2) instance script appears above module scripts ###...
## Bug In the Item Pane, Attachments section, when selected item changes from one with attachment to one without, a minor stutter is observed.This is because there is a slight...
When a toast is modified, its height can change, which should update the toast offsets for all other toasts. For example, in the below code the updated toast is stacked...
#### Checklist *Please replace the space inside the brackets with an **x** if the following items apply:* - [ ] I've verified that I use the latest version of the...