ariasuni

Results 220 comments of ariasuni

It seems that [web-ext-types](https://github.com/kelseasy/web-ext-types) has the definitions you want.

You can find, for example, the French layout at [`plugins/fr/qml/Keyboard_fr.qml`](https://github.com/maliit/keyboard/blob/7fa6308e47ced6ac050d13010ea67f3a6a7a348b/plugins/fr/qml/Keyboard_fr.qml).

Already reported, see https://github.com/ogham/exa/issues/519.

I’m not sure if anyone has realized that `exa -laa` is equivalent to `exa -l --all -all`. Anyway, I don’t see why `-A` shouldn’t be supported as well. There’s a...

There is no easy way to sort according to a locale in Rust. Sorting is simply handled by [Natord](https://crates.io/crates/natord). I’d like to see some collation library in pure Rust or...

[ICU4X](http://blog.unicode.org/2020/10/announcing-icu4x-01.html) has been announced and could be the solution to this problem. It will probably be a long while until a production-ready version is released, though.

Note that this bug has been reported to Debian as well: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950862

It’s not a closed issue at all. I would be thrilled to integrate ICU4X into exa, if it matches our needs. Unfortunately, it seems that there’s still no support for...

I think #1030 should fix your problem, but I need to work on it again someday to be able to merge it, because sorting (at least in exa’s code right...

> Something I'm worried about is the categories of file type becoming "ossified" before thought has been put into which categories there should be. Right now there's temp files, immediate...