Todd Brannam

Results 15 comments of Todd Brannam

Have you tried adding @Exclude to the `MyEntityResponse` class - I think the default is @Expose?

@guilhermearaujo I've published a fork that made some liberal changes with your code, mostly changes to support a better full screen layout. Take a look at https://github.com/tbrannam/GUIPlayerView and let me...

I did implement a custom rotation animation for entering full screen. Or as you not seeing that function? On Fri, Mar 20, 2015 at 10:19 PM, Jack [email protected] wrote: >...

@xhzengAIB - how did you generate that GIF?

@xhzengAIB So here's a GIF of my version -- I think it maintains most of the animation effects. And should address the keyboard behavior you mentions ![overlay](https://cloud.githubusercontent.com/assets/78813/7048051/715ea42a-ddde-11e4-8737-3a52c0ca32ee.gif)

Oh. My mistake.  I assumed that full screen only affected the video.   On Wed, Apr 8, 2015 at 9:14 AM -0700, "Jack" [email protected] wrote: @tbrannam Hi! this very cool, But...

I am able to monkey-patch the ./builtIn import to provide some implementations needed to evaluate some rego we use. And you are right it appears that it won't differentiate. Would...

From an outside perspective Too much shorthand requires lots of rules that other authors need to know. And it also if mirroring another spec you need to be concerned that...

I have had a similar issue, and the problem was multiple versions of node-fetch. In my case I was running in a monorepo and the test app and the support...

> > I have had a similar issue, and the problem was multiple versions of node-fetch. In my case I was running in a monorepo and the test app and...