-
Do the changes to web site as well as email.
![image](https://github.com/user-attachments/assets/ebaa8a3e-7f2c-41d4-8727-97a6efe7b9c0)
-
## Bug
It is mentioned that for all commands parameters can be in any order, however while it is not mentioned anywhere, editGroupName does not follow this rule.
It should probably be either mentione…
-
## Description
In the user guide under the constraints for the adding order command, there is no mention of an additional constraint that was present in the application.
Here is the current constra…
-
If you delete a character state instance, the order does not change. (e.g., you delete what was 1 in the order and the remaining states stay order 2,3...). Possible to automatically reorder when the c…
-
the order by clause in the :many definition query should be set dynamically
```
-- name: ListOrders :many
select * from order where status = $1 order by @orderBy::text;
```
**Generated**
…
-
### Expected Behavior
I would like to see the `PluginManager` having the feature to give me all "first-order" plugins. I.e. the plugins that were applied by a project itself, and not by external plug…
-
I have a simple table that has 2 columns I care about.
created_at: timestamp (always has a value)
read_on: timestamps (null if unread, value if read).
I want to show all unread first, then orde…
-
### Steps to reproduce
1. open a group with multiple topics containing multiple audio files.
2. start playing a file and enable shuffle mode.
### Expected behaviour
the player should play files fr…
-
[#1237](https://github.com/ogham/exa/issues/1237) from [exa](https://github.com/ogham/exa)
>A resource to define the order of the columns. If I want for example:
>
>User, Group, Octal, Permission, …
-
When I open list of tty ports they are sorted like letters and not numbers.
This is not functional problem but let say cosmetic one.
It would be much easier to have ports sorted like tty0, tty1,tty2…