Justinfront

Results 21 comments of Justinfront

For forms this might be interesting inclusion although unsure on reflux setup https://github.com/mozilla-services/react-jsonschema-form the way they use json certainly seems nice quite 'snowkit' For infinite scrolling this is interesting. https://github.com/bvaughn/react-virtualized...

I have added svn and hg support https://github.com/Justinfront/haxelib/commit/0fde3486994faab7fe7623891a0e64195570ae9d I suggest we add a "repository" command and attempt to detect the repository rather than adding the svn and hg commands, a...

Added more comment on my svn hg code here. https://github.com/HaxeFoundation/haxelib/issues/92#issuecomment-26309017

Have you considered using Kha for render it's low level and has low level text support, it renders using Shaders ( webgl or native ), in theory it should not...

Ok maybe this is also openfl related due to it now having two modes?

Yanrishatum, That's good I thought it should be a format entry and ideal if it can be used on snowkit or what ever else. Thanks azrafe7 :)

I looked at some js ones and there were some that worked really well, like scrolling spread sheets but they probably would not be so easy to integrate and they...

I was trying something like... ``` export default class Home extends Component { render() { const { selectItem } = this.props; return ( ); } } ReactDOM.render(, ReactDom.findDomNode( this )...

No was looking to have the 3D as a viewport with 2D app.

my company expect every github commit to go through them, so largely removed my opensource code in the summer ( all my haxe experiments ), some companies have what I...