Kevin Newman

Results 152 comments of Kevin Newman

There are sophisticated form generation tools, like [uniforms](https://uniforms.tools/). For most of my needs, I'd like to be able to simply pass a configured Schema in for particular properties with deep...

I'm seeing this too - for weeks, ever since switching to Windows from macOS. Nothing in the readme works as described. How do I get this to stop asking me...

> There must be something wrong at the system level. It's so wide open! What can be done to diagnose and fix it? Is the problem that I'm not using...

Just a note - some of us are using this with GUI tools like SourceTree - and it's even more baffling there, since there's no feedback in any terminal. We...

My network admin is Spectrum (Time Warner Cable) - at my office we just use a router with default settings provided by Spectrum connected directly to the net, and at...

Hi Eugene! Would it be possible to add the iOS exception clause to the license? I have the same issue as above, and I'm unsure about whether that exception is...

Just to flesh that out a bit more, I don't care if I have to offer binary objects, or even the source of my app to be compliant with LGPL...

CaptureDevice just gives you a stream of ByteArray data that can be fed to a texture. I'm not sure how to wire that into Starling, but it certainly should be...

Looks like in Starling there is a Texture object, and that object has a uploadFromByteArray method on it: http://forum.starling-framework.org/topic/upload-from-bytearray Edit: Er, that may not be implemented yet... I'm not sure...

You can use something like `react-measure` to get the width of the container, and use that width to set the width of the scroll bar. ```JSX handleResize = (rect) =>...