John Spackman

Results 141 comments of John Spackman
trafficstars

no, leave it open for now - @rommni if it's OK with you I'd like to take over this PR? Im doing some work in that area so it might...

if the function is written as async (in the ES6 sense of `async function blah`) then the jsdoc could show the value returned when resolved, but for functions which are...

I don't think we do anything for structures, but JSDoc has a similar pattern: An object called 'myObj' with properties 'a' (a number), 'b' (a string) and 'c' (any type)....

My only concern would be that any general purpose archive needs remains curated and not be just a dumping ground - but at the same time we should limit the...

No, not delete completely - but AIUI this archive is for the old website as well as having new things to be archived? So the idea is that this is...

I think the danger here is that there is a *lot* of scope for different styles and mechanisms of UI design and layout, it's an enormous subject and the products...

The compiler and generator need to know what environment variables exist, and what classes are used to implement them - I never figured out how the generator did this, so...

The compiler does not currently recognise a Class' `environment` key, which it needs to. If you make the move to `environment` then that can be done now, because the compiler...

> Replacing variableName {Type} with {Type} variableName Seems reasonable so that we better support jsdoc, which is what we call it and then are not compatible with (although IMHO `variableName...