flip111
flip111
Could this library support arbitrary sized bitvectors? Suppose i have two 32bits vectors, I could store them in an unsigned integer of 32 bits. But if I have bitvectors of...
I create the `DocId` by calculating a hash of the content, that way i will be able to search easily if a document was already added to the database. For...
Metrics
Just for the fun of it it would be nice to have some metrics .. like the smallest hello world, biggest hello world (filesize). Maybe LOC.
``` floskell --config floskell.json $(find . -iname '*.hs') floskell.exe: floskell.json: endOfInput, at line 21, column 0 CallStack (from HasCallStack): error, called at src/Floskell\ConfigFile.hs:193:13 in floskell-0.10.5-7q3J7U12hgkCoOTj4Rcz7p:Floskell.ConfigFile ``` ```json { "language": "Haskell2010",...
I'm on ghc 8.0.1 (stackage nightly-2016-07-07) and i'm trying to use derive for Arbitrary, Uniplate and Biplate. I tried both preprocessors, the error message does not give me enough information...
`┬À` this gets printed in a windows console instead of `·` for https://github.com/raulfraile/ladybug/blob/master/src/Ladybug/Theme/Simple/SimpleTheme.php Fix: `' '.chr(250).' '` Related: http://stackoverflow.com/questions/388490/unicode-characters-in-windows-command-line-how `Note there are serious implementation bugs in Windows's code page 65001...
Is it possible to get a stack trace when dumping a variable?
It would be nice if ladybug could catch this Exception and make some more descriptive information rather then letting PHP crash on a Fatal Error. ``` php
The file was save in an UTF8 encoding and (apparently) not converted back to a codepage suitable for the windows command line (codepage 850). This patch makes sure you get...
``` round(memory_get_usage() / 1024 / 1024), round(memory_get_peak_usage() / 1024 / 1024) ``` `memory_get_usage()` capture before the cartesian function is called should be subtracted from these results to not pollute it...