Franklin Chen

Results 45 issues of Franklin Chen

It turns out that I can't build on macOS because I can't find `webkitgtk` there. Homebrew used to provide it but deleted it because of build problems, apparently. ``` Configuring...

I tried to build the book but failed: ``` $ make NOTE: You may ignore warnings about the following files: book.d chap-binders.d chap-introduction.d chap-minml.d chap-norm.d chap-preface.d chap-solutions.d prelude.d top.d writing-instructions.d...

I get why https://github.com/purescript/purescript-lists/blob/v6.0.0/src/Data/List/Lazy/Types.purs#L121 does what it does with reverse, but it seems to me there is no reason to create a brand new temporary lazy list just to consume...

type: enhancement

Just updated some versions, that's all.

Is there a plan to update to PureScript 0.13?

I'm very curious what this library does (will do), but the README is currently basically empty. I came across it by accident upon finding `cxsd` which I'm currently trying to...

`stack.yaml` and `stack.yaml.github` look old. In particular, I just got a Mac Studio and can't build with the current `stack.yaml`: ``` $ stack build No setup information found for ghc-8.10.2...

I suggest using GitHub Actions https://github.com/haskell/actions to test successfully building with Cabal and Stack.

make files in two ways: 1. `make install-deps` fails because https://bitbucket.org/gebner/pygments-main/get/default.tar.gz#egg=Pygments does not exist. I replaced this with just `pip install pygments`. 2. `make html` fails for a reason I...

An option to create a graph visualization would be tremendously useful.