Wismill

Results 185 comments of Wismill

> It could be some broken Python dependencies on my side. I do robotics research and have ROS Noetic installed; and ROS is a packaging nightmare, so this could indeed...

Could it depend on the macOS version?

See the [reference doc](https://developer.apple.com/library/archive/technotes/tn2056/_index.html): ```xml ```

So it’s not standard XML?

@nivopol Bépo issue [already fixed](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/676) in `xkeyboard-config`, bug should be reported to the Bépo repository.

Update: Fixed in Optimot 1.8 and Bépo (`xkeyboard-config-2.42`, to be published in about 3 months). We still need a fix for configurations with older `xkeyboard-config` (≤ 2.41).

I think the [correct mapping](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/4780501922e725910dd7b9544bddb1931dac7beb/symbols/pc#L37) is: ```c key { [ ISO_Level3_Shift ] }; key { [ ISO_Level5_Shift ] }; modifier_map Mod5 { }; modifier_map Mod3 { }; ``` i.e. you...

There will be change in inlining, therefore I would suggest a major bump.

Results (Linux x64, 8 × AMD Ryzen 5 2500U, GHC 9.2.7): ``` All Unicode.Char.General.Names name String: OK (2.61s) 40.4 ms ± 318 μs, 155 MB allocated, 1.6 KB copied, 35...

> How does it compare to ICU? About 5 times faster. However I did not check much the implementation. It does _not_ rely on a reliable library as `text-icu`: I...