Jay Sistar

Results 69 comments of Jay Sistar

@SkUrRiEr I agree, the provider should speak a protocol that the AWS Managed AD understands. It may be that the RSAT actually uses WinRM.

@SkUrRiEr I hope so. Is the protocol documented?

Speaking of MVC, is IDataSource and its relations used yet by any sort of view? If so, I must have missed it, but if they are available for use now,...

Remember that for the time being that openfl.display.Sprite doesn't have these properties for native and html5, so a ``` #if flash ... #end ``` is needed. I did open an...

Four props :-) See https://github.com/ianharrigan/haxeui/issues/211

You could mask, but it looks bad, and it's not the most efficient thing to do. What's better is to just have them pop in and out of existence at...

Also, the "z" property. Here's a presentation talking about the 2.5D API among other things http://www.bytearray.org/wp-content/projects/fp10-session/. It's been around since Flash 10 (We're currently at Flash 16 at the time...

Hello, I have no idea how this works because I haven't looked, but you said that you were new to programming, and I really like this project, so let me...

The `systems` var exported has not yet been populated with system constructors. All A-Frame component currently have to be kept out of the DOM until it is populated because the...

In other words: This line https://github.com/aframevr/aframe/blob/master/src/index.js#L81 needs to be executed before this line https://github.com/aframevr/aframe/blob/master/src/index.js#L64 . If it isn't, then uninitialized things are used when A-Frame components already exist in the...