Damian Nadales
Damian Nadales
The resulting size attribute in the `.dot` file produces seems to cause `dot` to clip the graph. For instance, `graphmod` will output something like: ```dot digraph G { size="6,4"; ......
Hi, After installing Eclim using the MELPA repository I get the error described in the subject whenever I try to open a file. Am I missing something?
When executing `mkdir "foo: bar` `Filesystem.createDirectory` will fail: *** Exception: CreateDirectory "F:\\": does not exist (The system cannot find the path specified.) Now, this is an issue with `Filesystem` but...
To be able to announce the first draft of the "Design Specification for Delegation and Incentives" there are a some tasks we need to take care of: - [ ]...
We observed `hedgehog` having poor performance with complex data, so I ran a test using [this example](https://github.com/dnadales/sandbox/blob/2960670c221f965c1aa5747e9dd1dc11126baed7/quickcheck-vs-hedgehog/test/large-shrink-space/Main.hs). The heap profile seems to indicate that the memory consumption grows as `hedgehog`...
Besides degrading tests performance, using a concrete hashing function will not give us freedom to shrink `CHAIN` traces. We should instantiate the `CHAIN` traces to use a trivial hash, so...
I cannot change the indentation width to 2 spaces, instead of the default 4. I tried customizing the "Smie Indent Basic" variable, but this had no effect. How can this...
Function `forkTxProducer` uses a ledger backing store value handle, which is obtained before forking the producer: ```haskell -- Create a 'DiskLedgerView' to be used in 'forkTxProducer'. This function -- needs...
On Windows, the ChainDB q-s-m test either takes ages (2-3h, compared to
This task is a matter of auditing/cataloging how each test that creates a `ChainDbArgs` sets the various arguments. Most tests donβt care about most of those arguments, so this task...