flip111

Results 331 comments of flip111

@DavidM-D i'm assuming that this is a dependency of ghci on the current base and ghci itself needs an update to be compatible with foundation + RebindableSyntax. Anyway i'm not...

Hi @bgamari when you look at the blog post, there is a link "the [hand-written C code](https://github.com/joyent/http-parser/blob/master/http_parser.c) that powers Node.js’s HTTP parser". This link now forwards to https://github.com/nodejs/http-parser/blob/master/http_parser.c I believe...

Hi @bgamari thanks for the writeup So far i looked into refactoring warp's code into a small snippet. Then went on to obtaining the "package environment file". I always used...

Right it was hidden so that's why i didn't see it :P thanks @llelf

I ended up calling ghc through stack like this ``` stack exec -- ghc src/Main.hs -O -isrc -fforce-recomp -ddump-to-file -ddump-simpl -dsuppress-coercions -dsuppress-idinfo -dsuppress-type-applications ``` which takes care of getting me...

I tried elm a year ago, had this problem too. Now i just came back in the elm irc channel and i see people who still have this exact same...

@MeinAccount. Thx i will forward your solution when i see someone else asking about it again. Perhaps it's worthwhile too include it in the reactor documentation or website

no i mean to define a new function and giving a type signature along with it

The composer autoloader is not in the library, i also don't need lazy loading, it's okay if all classes get loaded with the phar.

Is it me not understanding phar? I assumed since all the classes are in the same file they all get loaded by just including the phar file. If that's not...