eflister

Results 10 issues of 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. ![image](https://user-images.githubusercontent.com/366563/81460411-02e70480-915a-11ea-9b42-62015b42e1dd.png) compare ![image](https://images.squarespace-cdn.com/content/v1/5e7b914b3b5f9a42199b3337/1588818796337-F7VVHK9H9K7XNV69DL1Z/ke17ZwdGBToddI8pDm48kP6L4PriKBxZ7NbKN6KfrU97gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z4YTzHvnKhyp6Da-NYroOW3ZGjoBKy3azqku80C789l0ufrus8hgpkt-r2ghhrwe46HC_qYFM2cjgV-_qyCns01c9IXP0yu-00xrArL5Nl7yw/Oregon_05_05.png?format=500w) _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...

enhancement

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] ""`...