Tristan Webb

Results 10 comments of Tristan Webb

Is there any development on fixing this issue? It is causing mangled output referenced here: https://github.com/commercialhaskell/stack-ide/issues/73

Very good! I've managed to absorb this into my code, which I'm using to help analyze the results of the commercial Haskell survey. Working with strongly typed columns makes the...

That sounds very reasonable to me. It would be nice to have the ability to override the default for a column in cases where it makes sense. In my case...

I'll take a stab, low priority at the moment but something I can get to in the next couple days.

Upping this to a higher priority, will plan to send you a PR in the next couple days.

So I tried last week to make the Template Haskell changes but failed valiently at my attempt to learn Template Haskell in the process. This is going to require some...

@acowley have you thought about piggy backing Frames on top of an existing CSV library, like cassava [Cassava](https://github.com/tibbe/cassava)?

I get the same error. Just for the record, I do not see a list of folders. I created a `SyncOrg` folder in my home directory. Haven't set up an...

@mohazhang The current behavior is unchanged, if dash-haskell is still using cabal as a backend GHC_PACKAGE_PATH cannot be set, which is how `stack` selects its pkgdb for a build.

I also had this problem when I was using a tensorflow package install in a conda environment using `conda install`. Using `pip install -U tensorflow==1.14.0` fixed the issue inside the...