Mark Knol

Results 122 comments of Mark Knol

Could you provide a PR? If you look at https://github.com/back2dos/closure/blob/master/src/closure/Compiler.hx#L57-L59 you can see how to do it. I would suggest to create a `closure_jscomp_off` define.

Hi, Thanks for your instructions. A few questions: - Why would you install Haxe 3.1.3 instead of 3.2.1? That is when you don't want to use the latest git version...

You can use the events that the tracker sends, in combination with the scoring. You can make an additional event when score is low, but in most cases then you'll...

`clmtracker.start()` uses [requestAnimationFrame internally](https://github.com/auduno/clmtrackr/blob/gh-pages/src/clm.js#L304) already so that's not needed. But I think you can also manually trigger `clmtracker.track()` if that is what you are after.

You can always just hide the video or canvas you are writing at? It doesn't need to be visible to actually work.

Awesome, Keep up the good work guys! I think this will improve Haxe a lot!

@waneck Can you help documenting Haxe/Java in the manual? It should follow this structure where possible https://haxe.org/manual/target-details.html

In which section should this be documented?

> Function type syntax > There appears to be an ongoing discussion on how the function type representation should be structured. I have not touched any instances of them in...

> one You gotta say something here I guess. I cannot find anything to close it inbetween. > two Or otherwise dont render using `>` but use the `` html...