Michael Harrison

Results 6 issues of Michael Harrison

[Closes #2] Here's the PR to prevent users from accidentally choosing a namespace for a skill that will cause errors later. I have 2 separate commits. The first sets up...

Hello, I'm working through your excellent book-in-progress, _Building Voice-Enabled Apps with Alexa_, and I encountered a strange error when working through the 'dragonhunt' skill in Chapter 2. When I went...

One thing I've noticed about the examples I've checked out is that they are unusable on non-mobile devices without a mouse. I'm personally very interested in making single page applications...

feature request
bug
discussion
spec update

First, I apologize that I can't isolate the precise cause of this error, or even duplicate it. It has showed up in our Sentry reports since we updated to the...

**Describe the bug** Running the tasty bytes sample worksheet results in error `Unable to use warehouse "COMPUTE_WH"` **URL of where you see the bug** https://quickstarts.snowflake.com/guide/tasty_bytes_introduction/#1 **To Reproduce** Steps to reproduce...

I think it's worth demonstrating that 'with-constraints' can take an anonymous contract instead of a named contract: ``` (def sqr-8bit (with-constraints constrained-sqr (contract [n] :requires (< n 16) integer? pos?)))...