Dan Burton
Dan Burton
Self-explanatory title. The REPL output window would be easier on the eyes if it utilized the same syntax highlighting as the input area.
This is a really minor thing, but it's annoying to see this: ``` user=> (+ 1 1) 2 ``` Instead of this: ``` user=> (+ 1 1) 2 ``` Can...
As seen on the Stackage build server: ``` Failures: test/Web/Spock/Internal/CookiesSpec.hs:95: 1) Generating Cookies, cookie value, should be urlencoded Failed to find "foo=most%2Bspecial%20chars%3B%25%D0%B1%D0%B8%D1%81%D0%BA%D0%B2%D0%B8%D1%82%D0%BA%D0%B8" in "foo=most%2bspecial%20chars%3b%25%d0%b1%d0%b8%d1%81%d0%ba%d0%b2%d0%b8%d1%82%d0%ba%d0%b8; Path=/" Randomized with seed 312630884 Finished...
stay.py
Compare & contrast w/ go.py, I guess? `stay.py` performs per-user analyses to understand the longevity of these user ids. Sample output from yesterday: ``` $ cat out/stay_day_summary.json | jq {...
Stan helpfully considers `unsafePerformIO` to be unsafe. However, stan is marking uses of the Template Haskell macro [`embedFile`](http://hackage.haskell.org/package/file-embed-0.0.13.0/docs/Data-FileEmbed.html#v:embedFile) as unsafe. This is because at compile time, the macro expands to...
As seen on the Stackage server: ``` [24 of 26] Compiling Language.Haskell.Tools.Refactor.Builtin.OrganizeImports ( L anguage/Haskell/Tools/Refactor/Builtin/OrganizeImports.hs, dist/build/Language/$ askell/Tools/Refactor/Builtin/OrganizeImports.o ) Language/Haskell/Tools/Refactor/Builtin/OrganizeImports.hs:68:25: error: Variable not in scope: semanticsPrelOrphanInsts :: UnnamedModule -> [ClsInst] |...
The new feature of allowing custom HTTP clients to be used is awesome! And `URLTokenBaseHTTPClient` is a great building block upon which to build clients with custom features such as...
I am using `ethers.js` to try and send a simple transaction from one account to another on the KEVM testnet. This appears to not be possible due to an error...
Porting our Ethereum dapp to Conflux requires knowing what block number is associated with certain historical contract events. However, there seems to be no way to discover this. Block number...
As seen on the stackage build server: ``` [8 of 9] Compiling NonDet ( examples/src/NonDet.hs, dist/build/freer-examples/freer-examples-tmp/NonDet.o ) examples/src/NonDet.hs:8:16: error: Not in scope: type constructor or class ‘NonDet’ | 8 |...