Hi,
We are using pubsub-2 gadgets in our enterprise portal, in combination with
jQuery UI Sortable -based Drag and Drop implementation. As soon as I drop a
pubsub-2 gadget, the gadget is moved in the DOM tree, which in WebKit browsers
causes the gadget IFrame to reload. As a result, the gadget
> On 2012-01-03 08:45:27, Paul Lindner wrote:
> > I'm okay with the patch as-is, but would prefer something like this which
> > is a modified version of the closure library goog.isDef
> >
> >
> > goog.isDef = function(val) {
> > var undefined;
> > return val !== undefined;
> > };
> >
>
>
I had this quick conversation with John Hjelmstad today:
me: Hi
John: howdy
me: do you have a min or 2?
John: busy right now dealing with some personal matters, but will have
time in about 30 min
me: can you ping me back when you're all done?
John: k
me: ty
John: hey dan, got
I could use some feedback on how to implement the OAuth2Cache interface in
the OAuth2 consumer implementation. Doug and I are following the approach
outlined earlier where our OAuth2Cache is essentially a no-op implementation
of OAuth2Cache where all methods do nothing, with the exception of the
O
Thanks. Are snapshots happening? I donĀ¹t seem to be picking up anything new
since 12/26. Could be an issue on my end.
doug
On 1/3/12 4:21 PM, "Paul Lindner" wrote:
> ugh. I reverted the revert. I'll get it back in place.
>
>
> commit f30c4decb5332f18acbacacedd29dee7df54b12e
> Author: Paul
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3402/#review4222
---
Ship it!
LGTM
- Stanton
On 2012-01-06 02:10:55, Ryan Baxter wrote: