eflister
eflister
i know it isn't in keeping with the vector emphasis of Chart, but i frequently have need for heatmaps of 2-d functions: it would be a pain to drag in...
why do the graphs shift to starting in april once you are down to the state level? the loss of resolution makes the curves useless.  compare  _Originally posted...
in 0.5.2.1 i could have a ["string with spaces", "another one"] default for an arguments str. now in 0.7.0.2 that doesn't compile, i have to have "\"string with spaces\", \"another...
i'm reading data out of a 3 column table in some pdf weekly covid reports. it usually works fine, but in two out of ~30 pdf's, `pdf-toolbox` has started sprinkling...
hi - i just used #master to do the common thing of extracting all text from a pdf. it worked, thanks for the nice library! it took a while to...
i can 'mingw-get install msys-perl', which lets me 'perl "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql_config.pl"' , or even just 'mysql_config.pl', but not just 'mysql_config' so cabal install gives: Linking .\dist\setup\setup.exe ... Configuring...
this is matlab 2015a, macports python 2.7, osx 10.10.3 ``` >> pyimport sima Error using pymex Python:RuntimeError -> Interface initialization failed (Not a datatype object) Error in pyimport (line 6)...
hi- i don't know anything about javascript, JSON, or Aeson, but i'm trying to set the `logLevel` option on `toHtmlFileWith`. everything i try winds up translating to `{"logLevel":"vega.Debug"}`, whereas i...
i followed the instructions here: https://github.com/hdbc/hdbc-postgresql/wiki/WindowsInstall and when cabal tries to link, i get: Loading package postgresql-libpq-0.8.2.1 ... ghc.exe: Unknown PEi386 section name `.idata$4' (while processing: c:/PROGRA~2/POSTGR~1/9.1/lib\libpq.a) ghc.exe: panic! (the...
the most it is explained in the doc is "A list of separate command line arguments to the program" i was using: `readProcessWithExitCode "ffmpeg" ["-i", d, "-c copy", f] ""`...