Wismill

Results 191 comments of Wismill

As a first step, could these symbols be duplicated in Arabic range _and_ PUA? Then mark the Arabic range as deprecated in order to give time to the tools to...

Please note that `===` is also used in other contexts, such as definition of headers in [reStructuredText](http://docutils.sourceforge.net/rst.html). The meaning of `===` varies from one programming language to another. I think...

@CodeMonkeyMike I am not going to modify all my files, just because a ligature breaks an important principle that @freebroccolo mentioned: the ligatures should bear a *close resemblance to the...

@dmikov First it is not about *my* headers, it is about the syntax of reStructuredText. It uses sequences of "=", "-", etc. to underline titles. Please read the [documentation](http://docutils.sourceforge.net/rst.html) before...

I do no think this is a good idea: confusable characters should be handled by your editor rather than the font. For instance VS Code implements [this feature](https://code.visualstudio.com/updates/v1_63#_unicode-highlighting). There are...

On Windows, if I am not mistaken, the feature works by using the proper VK. It should be ok to remap a key, but if you want it on a...

I revived @sol's PR at haskell/cabal#10057. @sol does `hie-bios`/`hls` uses the same `ghc` key in their augmented `ghc --info`? Because I wonder if an alternative `ghc:path` or `path:ghc` would allow...

Currently a draft for early feedback. Although the benchmark results are already quite good, the current implementation allocates too much. I have some idea for a better implementation. Note that...

@Bodigrim Is it OK to depend on `ghc-bignum`?

Fixed `exactIntegerDecLen` being slow. Attempted a faster algorithm for `unsafePrependUnboundedDec` inspired by `fast-digits`, but it does not improve performance 😅