-
Programming language : Any
-
## Issue
As noted in #2687, the current implementation of `Array:-permute` gives an ordering of permutations that is difficult to predict. For instance, the first couple permutations of `0,1,2,3` a…
-
```julia
julia> isless([1, nothing, 1] , [1, nothing, 1])
false
julia> isless((1, nothing, 1) , (1, nothing, 1))
ERROR: MethodError: no method matching isless(::Nothing, ::Nothing)
```
-
For example, the last line of this:
```
[1] (1) a P
[2] (2) a P
[3] (3) a P
[4] (4) a P
[5] (5) a …
-
```
Все слова стоят по алфавиту в соответствии
с первой буквой слова, по второй букве они
уже не по алфавиту (поиск по леммам в
управлении словарем).
Например, при вводе буквы k в "Словарь лемм" -…
-
The "time" shows bins and is encoded as `bin_0.0`. This makes it hard to sort by the column and make plot. What about renaming "time" to "bin" and providing bin numbers?
In general, one would like …
-
Forked from #2115.
Support multi-dimensional array types eg `create table t(a int[][])`
Note that this is made difficult by the lack of lexicographical encoding for arrays with more than 1 dimen…
-
Steps to reproduce:
1. Add the contacts `A`, `AA`, `BB`, `CC`, `aaa`, `poochie` into the contact list.
2. Do command `/sort ; field : name`.
Observed: The order of contacts is `A`, `AA`, `BB`, `CC`,…
-
When using a toctree with the `glob` option, the filenames in the list are sorted using [Python's `sorted()`](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/directives/other.py#L78), which do…
-
Not sure how to explain it, but `{` didn't sort a list of lists in expected lexicographical order in one of my programs, even with `--no-lazy` compiler flag. And the weirdest part is that `Σ}` (sort-b…