Roberto Oliveros

Results 6 issues of Roberto Oliveros

I always forget to not add a passphase to the generated key and then waste a few hours trying to figure out what is happening.

I got different results because your code is different from that from the book: ```clojure (def walking-speed 4) ``` Book says: > ... and an average of walking speed of...

File `src/graphql.js` must go in `src/lambda/graphql.js`

Hello, I'm getting this warning: ``` Warning (comp): sesman.el:76:2: Warning: custom-declare-variable `sesman-follow-symlinks' docstring has wrong usage of unescaped single quotes (use \= or different quoting) ``` I'm using Emacs 29.2...

You missed the `npm install aws-sdk` step for chapter 2

I'm doing the following but no auth file is created ``` bsky login --host https://bsky-sandbox.dev my-handle my-pass ```