Luca Venturini

Results 5 issues of Luca Venturini

Hi, I think that the book, when it says "any animal", means the oldest animal in the structure (among cats and dogs), not "just any". https://github.com/w-hat/ctci-solutions/blob/5e78d820f519e2c5e22c99c995263e3d77c9be9c/ch-03-stacks-and-queues/06-animal-shelter.py#L12

When exporting this simple plot: ```python import matplotlib.pyplot as plt plt.ylim([0.635, 0.665]) plt.grid() ``` the label on the y axis in the result are labeled to 2-digit precision. I'd expect...

I'm using xcessiv inside docker, with `docker-compose up`. When I issue a docker restart (because, sometimes jobs get stuck, maybe this is another issue) I get the following: ``` xcessiv_1...

Hi, I think the potential of this tool is enormous, but I have a lot of problems even only in loading the data/debugging. If only I had a terminal to...

Hi, I found the README for the docker container a bit confusing... What I did to run the 2 containers (Redis and xcessiv) was simply: `docker run --name some-redis -d...