Alex
Alex
To be clear, what output files _exactly_ will be removed? Because I'm using the XML output to get the bill-text, and I'm using the data.json files, and I just want...
Heya, The changes made force fetching the `vote_ids` for the house and Senate, but will not force re-downloading all the votes. I may be mistaken, but I was under the...
Coincidentally, I have the same problem with my laptop running some Intel Core 2 Duo CPU.
@phoe I am afraid those extra steps are rather too cryptic for me to follow along.
@edoneel I have CPU revision 5.
I have modified my build steps to be: ``` ~/src/$ git clone https://github.com/Clozure/ccl/ ... ~/src/$ cd ccl/ ~/src/ccl/$ git checkout v1.12 ~/src/ccl/$ curl -L -O https://github.com/Clozure/ccl/releases/download/v1.12/linuxarm.tar.gz ~/src/ccl/$ tar xvf linuxarm.tar.gz...
@phoe Morning coffee has cleared the cobwebs, I have tried: ``` ~/src/$ git clone https://github.com/Clozure/ccl/ ... ~/src/$ cd ccl/ ~/src/ccl/$ git checkout v1.12 ~/src/ccl/$ wget https://plaster.tymoon.eu/view/1144/raw?password ~/src/ccl/$ mv raw?password foo.lisp...
I have tried this, but have discovered an amazing bug, which seems to reproduce what happens when I tried @edoneel's suggested route. This is what I've done: ``` ~/src/$ git...
Limits are an incredibly tricky thing to implement. Here's a great [thesis](http://www.cybertester.com/data/gruntz.pdf) on the very subject...a modest 152 pages, and it doesn't even scratch the surface of the subject!
@mrshu The integral symbolically `S(log(x)dx) = x*log(x) - x + C`, which then evaluated at `x=1` is `-1`; and evaluated taking the limit `x->0` gives `x*log(x)->0` and hence Alpha produces...