Robert Dougan

Results 10 comments of Robert Dougan

Looks like the TreeBuilder is cloning the original error which then ditches all custom properties: https://github.com/apollographql/apollo-server/blob/master/packages/apollo-engine-reporting/src/treeBuilder.ts#L189

Excellent, thanks! On Dec 19, 2011, at 9:14 PM, Robin wrote: > That's a good idea. > > After my biz trip, I will implement it. > > When finish,...

While this works, it is not ideal having the window popping up all the time. Is it possible to actually highlight warning by giving code a background color? And then...

@shnhrrsn I've been testing this out and it works great. I just run the Homebridge server on my iMac and streams generally start within 3-5 seconds. < 1s would be...

I should add that I have 3 G3 Flex and 1 G3 Micro cameras.

I have very little experience with FFMpeg but one thought... I've never been happy with a) how long it takes to open the Unifi app and view a camera and...

I done a little testing and you are right, the initial launch of FFmpeg is the key problem with speed. Perhaps it would be possible to just have FFmpeg constantly...

The space was just an error with copying. I've done some more digging and it looks like the object version being passed to `firebaseConnect` does not work, but the string...

I had a similar issue when running on Android. If I add the `flex` prop, it would crash android completely, without any obvious error: `` But using the `style` property...

I noticed this a few weeks ago while working on an app, but unfortunately I haven't had a chance to look into it.