flip111

Results 256 issues of flip111

It would be nice to have a stack template to start a new project with Foundation, there is actually quite a few things to change from the standard `simple` project.

I created two projects with stack * stack new error simple * stack new errorf foundation This is created today, so i use lts-10.2 with ghc 8.2.2 Prelude ```haskell module...

Since the blog post 2014 http://www.serpentine.com/blog/2014/05/31/attoparsec/ things seem to have changed. For another project in benchmarked a few http parsers are posted the results here https://github.com/rust-bakery/parser_benchmarks/issues/25 I get `99290 /...

https://hackage.haskell.org/package/attoparsec-0.13.2.2/docs/Data-Attoparsec-ByteString.html#v:notInClass When looking at core i saw the following: ``` (notInClass (ghc-prim-0.5.3:GHC.CString.unpackCStringUtf8# "some string here"#) w_a3cX) ``` The `unpackCStringUtf8` is not in `notInClass` itself, but seems to be the result...

I'm pretty much forwarding this ... but i get asked frequently if the repl supports function signatures. I think it might be useful when starting out with elm and quickly...

``` > [1,2] ++ case True of ## ERRORS in repl-temp-000.elm ################################################# -- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm I ran into something unexpected when parsing your code! 6| tsol = ()...

I'm trying to make a phar from this library https://github.com/symfony/var-dumper My box.json ``` json { "output": "var-dumper.phar", "stub": true, "finder": [{"in": "."}], "main": "VarDumper.php" } ``` error ``` » php...

Could not start test from working test code, see https://github.com/doctrine/data-fixtures/issues/142 Why is this useful? Consider model relations: `A OneToMany B OneToMany C` (a tree) When creating the entities for `B`,...

https://rust-embedded.github.io/book/concurrency/index.html is rather long and also contains enough interesting subjects to warrant a split in sub sections

https://rust-embedded.github.io/book/start/qemu.html#cross-compiling