Results 95 comments of Nathan Collins

I'm still getting the same ``` Firefox could not download the search plugin from: http://hoogle.haskell.org///cdn.rawgit.com/ndmitchell/hoogle/c2fe81420a6988ff5e15b9e2aea7422b2fc75243/html/search.xml ``` on http://hoogle.haskell.org.

Just ran into this regression on `a -> b`. Hoogle 4 returns `unsafeCoerce` first, but for Hoogle 5 it's way down the page, with many `a -> a` results coming...

And another example, which is worse because the "right" answer isn't found at all: `(a -> a) -> k -> Map k a -> Map k a`. Hoogle 4 finds...

Another example. Searching for `a -> [a]` finds many functions of type `[a] -> a` before any of type `a -> [a]`. http://hoogle.haskell.org/?hoogle=a+->+[a]&scope=set:stackage

Issue #141 has examples where Hoogle 5 does better than Hoogle 4.

Another example where Hoogle 5 fails for `Map` but Hoogle 4 finds the right answer: searching for ```haskell (a -> a -> a) -> Map k a -> Map k...

Perhaps related, `TAGS` generated by `fast-tags` don't work with `xref`, the new `TAGS` navigator in recent versions of Emacs (I'm using Emacs 25.3.2). Searching for `` with `M-.` / `xref-find-definitions`...

Just realized I created a duplicate of your issue here: https://github.com/anthropics/claude-code/issues/2335.

I'm on a ThinkPad P14s Gen 5 Intel, and successfully remapped the copilot key as a regular windows key with ``` [main] leftmeta+leftshift+f23 = leftmeta ```

So it sounds like you solved the problem! I added your additional apt deps to the README ...