Pamela Fox
Pamela Fox
I believe the same issue happens in the Symbols chapter. The comment says: "console.log(String(freezing)); // "32째" But the code says: console.log(String(freezing)); // "32°" https://github.com/nzakas/understandinges6/blob/master/manuscript/06-Symbols.md
Ah, I was similarly confused by sample.dat and assumed it was an error when "Enter request body" did not grab data from it. (This codebase does seem to reference sample.dat...
I am starting off with creating alerts for a different Lambda function. I have metrics that measure logs coming from that function, so I can set an alert based on...
Great! Now I've got it all working. I was confused as your first comment said subscription, but I think actually meant "topic". (It appears that creating a CloudWatch alarm automatically...
I will confess I have another question, and hopefully it'd help others. I've moved on to setting up the Beanstalk notifications, and the UI there is a bit confusing. ![screen...
That screenshot was from Elastic Beanstalk -> Monitoring -> Alarm icon on upper right of the graph. Where did you set your Beanstalk Alarms up, in CloudWatch? Ok, I can...
I found something that seems similar - my touch events were no longer triggered on buttons in a fixed position header after I _manually_ scrolled. Here's my touch code: https://gist.github.com/2207028...
I am experiencing something similar when trying to start a devcontainer for https://github.com/pamelafox/picologging It worked fine for a week, but stopped working a few days ago. It may be related...
Update: Resetting Docker to factory defaults did resolve my issue. Perhaps the extension is not compatible with the Docker extensions (I had a few checked) or maybe there was something...
Hm, it's more clear from the command menu as it's prefixed with the extension: but I imagine that would be quite wordy for the dropdown, might get truncated? I have...