Vincent Orr
Vincent Orr
I get the same issue looks like the server doesn't expose any local assets and I can't seem to find any options I can pass as an argument to `serve`....
also this is the verbose output: ``` [debug] Running hpack on /Users/cmdv/Code/Haskell-OSS/Haskel-image-recognition/package.yaml [debug] hpack output unchanged in /Users/cmdv/Code/Haskell-OSS/Haskel-image-recognition/Haskell-image-recognition.cabal [debug] Loading package from third-party: Repo from https://github.com/tensorflow/haskell.git, commit 8cde4d6a277f188ca495d29096a62b36e8534a3f in subdir...
@JamesCarl ah yes that's a good idea will try that out. It's a shame it has to be bought in like that but I'm by no means a stack pro...
@JamesCarl I added a git submodule by: ``` > git submodule add https://github.com/tensorflow/haskell.git tensorflow ``` then pull down all of it's submodules ``` > git submodule update --init --recursive >...
I managed to get your repo to build 🎉 turns out my nix home manager had made all the simlinks etc but it hadn't run this line: https://github.com/tensorflow/haskell/blob/568c9b6f03e5d66a25685a776386e2ff50b61aa9/tools/install_macos_dependencies.sh#L39 so ran...
I've been taking a look at this issue, read the blog post to find out more about the library. But I'm not grasping what `Tmap` is as efficient as `TypeRepMap`?...
@chshersh ah cool, so do I'd want to check for example: https://github.com/kowainik/typerep-map/blob/22af85834199e41ec7edefe48a6f45dc3abde751/src/Data/TMap.hs#L95-L96 https://github.com/kowainik/typerep-map/blob/22af85834199e41ec7edefe48a6f45dc3abde751/src/Data/TypeRepMap/Internal.hs#L184-L191 making sure they compile to the same code? do you test agains the empty function or is...
Perfect I'll give it a go 😄
After spending best part of the day trying to use `haskell-language-server` things seem to compile but they aren't working the the `./test` dir for some reason. I've tried both with...
Hi @AsaAyers thanks for spotting that, I've been quite slack with this repo and not even updated the React version!! And thank you for the PR I've now merged it....