Ian Jeffries

Results 65 comments of Ian Jeffries

Thanks! That solves my immediate problem of needing a script. Philosophically, I've been wondering whether it's a sign of good practices for the core of a server and its web...

I ran into this too, glad to see the fix is so easy. Graphmod is *amazing* by the way!

Sweet, that worked. I've got an example up here: https://github.com/seagreen/hermetic/tree/master/explore Some thoughts: + Like you warned it doesn't work for `base`. How'd you get `base` indexed for [haskell-code-explorer.mfix.io](https://haskell-code-explorer.mfix.io/)? + It...

> I like the new feature (PR #31). Glad you like it. Thank you for fixing the PR! > I used cabal-install (cabal executable) and globally installed GHC to build...

The top of "distDir" is cut off due to an Ubuntu screenshotting issue, not the fault of haskell-code-explorer.

> There is no "Open Link in New Tab" in the context menu because each identifier (e.g., distDir) is a span HTML element, not an anchor. Is there a technical...

Executables with GHC version appended merged in https://github.com/alexwl/haskell-code-explorer/pull/29

On my phone the main issue is that the file list takes up almost all the space by default. Once I hit "Hide" to the right of the file search...

Help wanted: is there a way to get ECMA 262 regexes in Haskell? EDIT: We currently use PCRE regexes, which I'm told is the closest we can get to EMCA...