Adam Geitgey
Adam Geitgey
No, that's not currently a feature. It just returns one "main" image.
You probably downloaded the zip file to a different folder than where you are running the command. You have to give the path to the file you downloaded. On Mac,...
It seems like you don't have lxml installed. I would try this: ```bash # Install homebrew for Mac /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install libxml2 with homebrew brew install...
You can change with OAuth scopes are requested to make it work. Just add the following to your Django config: ``` GSHEETS = { 'SCOPES': [ "https://www.googleapis.com/auth/spreadsheets", "openid", "https://www.googleapis.com/auth/userinfo.email", ],...
Update: I think this issue is actually probably due to initially running Datasette.app from inside the `~/Downloads` folder as explained in https://github.com/simonw/datasette-app/issues/66#issuecomment-915903803. I think the app is running with a...
I also ran into this issue in the wild in my previously-published book. I can confirm that adding the following CSS (suggested by @vlad-goshko) resolved the issue: ```css /* Apple...
Basically, the bigger the face area in the image, the better. So if each face area within the image is a few hundred pixels square, you will get the best...
They just mean they deleted any *.pyc files that were in that folder.
This a secondary error that basically just means the image you are trying to process didn't load and was empty. If you grabbed the image dara from the camera, it...
Typically that means the video driver module that is running doesn't match the version of the CUDA library on disk. Maybe you applied an automatic Ubuntu update or something that...