Jeff Ward

Results 91 comments of Jeff Ward

Yeah, I mean it's probably doable, but it's not where I'm interested in spending time just yet (I need a clone or two!) I'd say HxScout is very responsive though...

Getting further and further from this. The performance refactor (and the fact that the FLM flow is terribly slow) is probably the nail in the coffin of this issue.

Interesting. I know about the "stops responding" -- I'm thinking about puting the computation on a background thread. The file i/o error and crash on close -- I've seen something...

Yes, the HIDPI situation in 1.1.3 is not good. I have a Surface Pro 3, which is 2K x 1440, 12", 216 dpi, and LMMS looks like the above to...

I see that `@:jsRequire` support appears to be here? One question -- what if I want to require the whole Pixi.js library? Is there a syntax for that? If I...

FYI, over on my fork I've [implemented](https://github.com/jcward/modular-js/commit/436dc540578e123eb2d585284b1d1000ac0ebdaa) this feature -- I call it **require namespaces**. This allows me to require a large project, like Pixi.JS, and reference the classes therein....

@elsassph Got it, thanks for the info (and the [tweet replies](https://twitter.com/Jeff__Ward/status/903298217885831168))! I currently have a workaround in my build system, but it'd be nice to have a solution built into...

FYI, I'm getting successful debugger builds on x64 Linux with Haxe 3.2.0, hxcpp-3.2.167, lime 2.7.0. ![image](https://cloud.githubusercontent.com/assets/2192439/11536957/0a3c3e3c-98d8-11e5-8ace-783301afab06.png)

I'd happily provide feedback. :)

Ahh -- this is caused by the comment above the class name: https://try.haxe.org/#4e5Ff ``` // This comment breaks it! class Test { static function main() { trace("Haxe is great!"); }...