Ryan Scott Brown

Results 25 comments of Ryan Scott Brown

For brew users, the workaround is: ```bash # the cask version that pointed to [email protected] FORMULA_URL='https://raw.githubusercontent.com/Homebrew/homebrew-core/2b3035ebfc70660dc8753678b43404d5d8016f99/Formula/deno.rb' # get the .rb file locally curl -O $FORMULA_URL # replace the installed deno...

This *should* only be an issue if you still have Python 2 as your runtime, if possible upgrade to Python 3 so that it uses the standard `urllib.request` instead of...

That's strange - thanks for the directory tree. I'll try to reproduce this.

Oh, I see the issue. So on generation, hugo-lambda doesn't download the static directories to save execution time https://github.com/ryansb/hugo-lambda/blob/master/functions/generate/run_hugo.py#L45 Then in the part of the code that handles static files,...

So I'll answer your first question first: Right now, if your item is in a `static` directory (where you would likely store images) it would only copy the image to...