Ryan Atkinson
Ryan Atkinson
Thanks for the report! I'll try to take a look at these issues in the next few weeks.
Thanks for the suggestions! Have you tried other ear training apps? I honestly wasn't expecting this game to compete with professionally developed apps, but I'm delighted that you find it...
The note names now include both the flats and sharps. Any more suggestions are appreciated! I found [a collection of samples of many instruments](http://theremin.music.uiowa.edu/MIS.html) from the University of Iowa Electronic...
Hi, thanks, I'm glad you like it! I'm unable to reproduce your problem, and there is a start script in the [package.json](https://github.com/ryanatkn/nutrients-per-calorie/blob/master/package.json#L7). Are you running `npm start` from within the...
Thank you for the response. This helps clarify some nuance that I missed in the original. I'm editing things into a proper followup and I'll try to work this in....
> > it will be at the bottom or top or middle depending on your settings > oh? i've been trying to figure out how to get it to be...
In the alternatives sections, is it worth discussing pattern matching as an alternative to copying JS's switch? Svelte could offer more powerful semantics than `{:case *constant expression*}`, or something else,...
Related, I want to use the types `SpringOpts` and `SpringUpdateOpts` from `svelte/motion` but they're not exported. I'm using this workaround for the spring module to avoid copy/pasting, but this strategy...
Does it make sense to have svelte2tsx inject a `store &&` prefix to every `$store`? Then we could use TypeScript's flow control to give the expected types without adding guards...
I've looked through the issues and I don't see an exact duplicate. If it wasn't clear from the OP, if you don't need SSR, disabling it avoids the issue: ```ts...