Ryan Smith

Results 81 comments of Ryan Smith

Ok nice, thanks @garemoko 👍

Note to self this is for `assignment_graded` and `assignment_submitted`

No it's no longer an issue according to example statements I've seen and [their documentation](https://github.com/jiscdev/xapi/blob/master/recipes/vle/assignment-submitted.md#object).

The vocab needs to be split up into multiple files inside a vocab folder or into separate recipes. The vocab file also has a lot of formatting issues (specifically the...

Don't think there is a need to specify every property on the example statements either by the way :smile:

+1 > Noooo for unsupported semicolons. It's pretty handy to use long one-liners (thanks to semicolons) sometimes. One-liners screw up the flow of the code when you're reading it for...

> @michaelstephendavies actually you can ALWAYS put comma (in JavaScript), even into the last line. Is that supported in all browsers? Currently, IE8 is still pretty relevant. > @ryansmith94 you...

> Not interested in IE8. Try it yourself. I wish didn't need to be interested but unfortunately a lot of us do for the time being. > But I do....

ASI sucks, not optional semicolons. Use a code linter if you want them. On 28 Nov 2014 19:33, "Christopher Garvis" [email protected] wrote: > Semicolons should either be required or not....

Waiting for https://github.com/typescript-eslint/typescript-eslint/issues/8211