Bart Grantham
Bart Grantham
Does the emulator emulate a Mockingboard? ;)
Are you waiting on a working YM player that is known to work on real hardware?
I appreciate the deep dive but I don't think people outside of Amazon can access that link to the `aws-models` repo.
Yeah, I've never experienced a phenomenon like this before. Having the headphones suddenly turn off was surprising! This is on an M1 Macbook Air, Sonoma 14.4.1. I don't think I...
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
@bergerjac, @wtlangford - I know single-quotes for strings are wrong, I mentioned at the beginning that I "absent-mindedly and incorrectly" used them. The issue is that the error produced is...
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
@nicowilliams, I know! I said it in the _opening post_ that it was "incorrect", the bug is about the error messages being misleading. _I even wrote it again in this...
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
@simesy That's because you're sending the content of `output-json.sh` itself into jq, not the output of running that command. It's the same as `jq . < somedata.json`. If you really...
"Invalid Numeric Literal" on colon following a single-quoted string (incorrect parser error message)
@nkhoury-payments This issue is not about single quotes vs. double quotes. **This issue is about the misleading error message** "Invalid numeric literal" when the error is the use of a...