Chris

Results 11 issues of Chris

A comment on [stackoverflow](https://stackoverflow.com/questions/57340308/how-does-rusts-128-bit-integer-i128-work-on-a-64-bit-system) implies that one can map big integers such as Int256 to LLVM instructions. I've been trying out BitIntegers, and ran into some cases where it seems...

In #206, there was discussion about how to add additional data that various public health departments are sharing. Specifically @albertsun said > However we haven't figured out the right method...

enhancement-request

Thanks for the very useful tool! Coronadatascraper has better data for California; it matches that from the local health departments. I'd love to have the option of selecting CDS as...

"Hi guys, I have a couple of doubts in the output generation, PDF and HTML. Normally, I generate it in order to read in a better format. First, the footnotes...

Here are a few suggestions things to keep in mind while translating. We'll update this issue as time goes on. * I guess Allen Downey used first-person singular in ThinkPython,...

The solutions have not been translated.

Looking at the ThinkJulia text, we find many references to Monty Python. Quoting a ThinkJulia repo [issue](https://github.com/BenLauwens/ThinkJulia.jl/issues/23) we read > It's not just "Monty". It's all the examples that have...

Chapter 4 and other chapters use turtle graphics via the [Luxor](https://github.com/JuliaGraphics/Luxor.jl) package which wraps Cairo. Apparently Cairo.jl is not [building](https://github.com/JuliaGraphics/Cairo.jl/issues/271) right now. I wish there were a 100% Julia graphics...

Looking at the English version of [ThinkJulia](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html) I see that the background of the code blocks is grey, and the REPL code syntax is highlighted (via [Pygments](https://pygments.org/)). The [Spanish](https://introajulia.org/#chap01) version...

Here are a few suggestions things to keep in mind while translating. * I guess Allen Downey used first-person singular in ThinkPython, and Ben Lauwens kept that in ThinkJulia. Given...