flip111
flip111
cssselect contributors, do you have any advice on this? There seem two solutions, cssselect2 and scrapy/parsel ... are any of these solutions mature enough ? Do i still need the...
In the same line what will happen when you do `(2, 3) * (5, 6)` matrix calculation?
Seems to be a duplicate of #135
Actually #135 is only about nub .. so I reopen it for the other functions
I think this is related so i put it in the same issue ``` stack ghci --ghci-options="-fexternal-interpreter -prof" Building all executables for `extprof' once. After a successful build of all...
i'm curious as to what kind of improvement you have in mind
> Extend .ghci the way I've suggested (plus any other needed) Hello @adinapoli that would be nice to extend .ghci if you have good suggestions. There is a [template for...
I was looking to create such a template but i'm just not sure what all the best options are for foundation so i think it's good if other people can...
cabal file ``` executable {{name}} hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 default-extensions: RebindableSyntax , OverloadedStrings build-depends: foundation ``` main file ```haskell module Main where import Foundation main :: IO ()...
Some issues i noticed: * Foundation is not on hackage lts so it's downloading a nightly instead of lts * When RebindableSyntax is used then starting ghci causes not in...