Thais Robba

Results 18 comments of Thais Robba

A more concrete example: ``` /** * @namespace ox */ var ox = {}; /** * Creates a sprite! * @class Sprite * @memberof ox * @param {String} src image...

I can see how this is a difficult problem. Very likely I'm being naïve here but for anything that is not monkey patching, wouldn't just using the information from @memberof...

Any way around it conflicting with regular Tab (as in, I can't tab to create indentation)?

Hey, bumping this because I'd be interested in a fix - I'm used to using Tab on every other text-editor.

@qaisjp I'm currently not working on this (no longer with the company I was working with), so feel free to tackle it and reuse any of my suggested changes :-)...

As an FYI, I have been using buckle's branch and having the correct lines in development so far has been really helpful!

This feature is quite useful, I like it! 👍 I noticed that the help info for moonc is missing the necessary parameter for using this. Could you take a look...

@SSYGEN really nice write up - and congratulations on the game release! You might want to take a look at Amulet (http://www.amulet.xyz) - it is a small, pragmatic game engine...

Small addendum: twitter now blocks viewing tweets for non-users, maybe the points made in the tweets could be brought into the website?

Small typo at the end: `var cam = Entity.create(world, "outsgide_camera")`, should be: `var cam = Entity.create(world, "outside_camera") ` I love the data-first approach, it just seems so much easier to...