-
Hi,
failing on 1.10 and a recent master branch:
```julia
julia> sortperm([1,1,1,1], dims=1)
4-element Vector{Int64}:
1
2
3
4
julia> sortperm([1,1,1], dims=1)
ERROR: MethodError: …
-
### Steps to reproduce the issue
Create 3 Custom fields groups. Create two custom fields and add to first group, another two fields to the second group and 12 fileds to the last group.
Try sorting f…
-
Currently events in the list view are ordered in a fairly simple way.
- If a location is searched, then by distance to the location.
- Otherwise, in an arbitrary ordering.
We should order based…
-
## Bevy version
master branch
```ignore
`SystemInfo { os: "Windows 11 Pro", kernel: "22631", cpu: "Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz", core_count: "6", memory: "15.9 GiB" }`
```
```ignore
`…
-
if we `edit` a contacts name after applying `sort asc` or `sort desc`. the list will be automatically resorted. the switching order might cause inconvenience to users
-
When you open a new tab - e.g. click on a page in your knowledge base - it opens a new tab by default. If you have clicked on the wrong one and so close it (meta-w) it doesn't return you back to the k…
macta updated
5 months ago
-
I'm looking at a trace that looks something like this:
```
notify branch [ 'root', 'v1' ] ssb:feed/bendybutt-v1/PVC3N4bEm5cVk5PMwZZ2BYI414B4kaqgxYyWsx29w5g=
got branch [ 'root', 'v1' ]
notify br…
-
Landed in #62205
# Public API
```rust
pub mod core {
pub mod iter {
mod traits {
mod iterator {
pub trait Iterator {
fn cmp_by(m…
-
## What are you doing?
I'm trying to fetch the latest price from the `ProductPrice` table and ordering the products using "this" fetched price - involves **two** kinds of ordering.
1. For Latest…
-
In the past, we decided that the order of the parent cids would be undefined.
This is actually kindof annoying, and I think we should declare a strict order.
The application of messages in bloc…