[Google Wave APIs] Re: Less frequent updating

2009-11-01 Thread voidref
Yeah, I realized there was going to be no way of saving on the bandwidth usage (a factor of magnitude more than processing power) by either doing cron (polling with data I don't need) or by just ignoring the keystrokes. So I am going to have to just process on blip submitted, unless there is a

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread pamela (Google Employee)
I should make clear that there is a distinction between knowing when a participant is inside the Wave client generally (as indicated by the green dot) and actually viewing a particular Wave. The Wave client does not provide any indicator when a participant is simply viewing a wave, for privacy

[Google Wave APIs] Re: Idea for Bot API

2009-11-01 Thread pamela (Google Employee)
We mentioned during a few recent presentations that we are looking at integrating RegEx into extension installers. It would basically mean that a developer could specify a RegEx that would trigger the addition of a robot to a Wave -- so the user wouldn't need to explicitly add the robot, and the

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread Andrew Red
I haven't played much with gadgets, but if they could do a XMLHttpRequest(), they could tell a server when a user is on the wave... It's just an idea for a back door, it should be easy to stop Andrew On Sun, Nov 1, 2009 at 9:00 PM, pamela (Google Employee) pamela...@gmail.com wrote: I should

[Google Wave APIs] Re: Less frequent updating

2009-11-01 Thread Trejkaz
On Sun, Nov 1, 2009 at 10:25 PM, Linc ala...@online.de wrote: Why not implement a counter or sth. so that you only react on everey 3rd DOCUMENT_CHANGED. Or some kind of capability saying that it only wants updates once every 3 seconds, and however many changes occur within those 3 seconds

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread cmdskp
Another solution is to alert the user before entering a wave that has gadgets that 'requireViewerId' to the privacy issue and allow them to view the wave with those gadgets disabled until they choose to activate them or edit the wave. Or disabling all gadgets until activated or wave edit. This

[Google Wave APIs] Re: Text appended twice in blip

2009-11-01 Thread Karan Bhatnagar
Thank you Austin. The workaround works for us as intended. On Sun, Nov 1, 2009 at 4:16 AM, Austin Chau (Google employee) api.aus...@google.com wrote: Hi Karan, Sorry that this bug hit you as well, we have already filed a request for it. You can track it with this bug report -

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread David Nesting
On Sun, Nov 1, 2009 at 3:00 AM, pamela (Google Employee) pamela...@gmail.com wrote: in view mode, but we expect that we may enforce that gadgets can only change state when the entire blip is in edit mode. If the motivation behind this is to ensure privacy, keep in mind that the gadget can

[Google Wave APIs] Create Search Engine To Search Waves

2009-11-01 Thread Eric Dorman
Hey guys, Has anyone tried to create a search engine that lets you search for specific waves that are tagged with a certain word? Thanks God Bless, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave

[Google Wave APIs] Re: Less frequent updating

2009-11-01 Thread voidref
@Linc: The problem is not the CPU or how much I send back (already done that optimization), it's that on every DOC_CHANGED it sends a very large amount of data over, wether I use it or not. This won't be a problem when I can put my bot on my own site, it's just a problem for the google apps

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread antimatter15
This is the code I use for my state diffing http://antimatter15.com/wp/2009/08/wave2-a-higher-level-wave-gadget-state-api/, rather than telling if something has been changed or added for everything that is changed or added (I made this for very data- intensive gadget and since the diffing needs a

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread Andrew Red
I was thinking about this last night, and I thought just to restrict the information to the gadget to be anomous when the gadget loads, and only when the user interacts with the gadget (press a link or button) to make all the data available. The only problem with this is that the gadget could use

[Google Wave APIs] Re: capabilites.xml is blank

2009-11-01 Thread Calum
Still have this problem... On Oct 31, 8:19 pm, Calum calums1...@hotmail.co.uk wrote: http://thecalumscottbot.appspot.com/_wave/capabilities.xml The logs don't show anything unusual. On Oct 31, 4:18 pm, David Nesting da...@fastolfe.net wrote: Can you give us a link to it?  If you're

[Google Wave APIs] Re: Create Search Engine To Search Waves

2009-11-01 Thread Eric Dorman
What do you mean by search panel? Were can I find more information about the search panel? Thanks God Bless, Eric On Nov 1, 3:35 pm, Sam Osborne sam.tosbo...@googlemail.com wrote: Try using the implemented search pane thingy and using: tag:yourtag (insert the tag you want to search for in

[Google Wave APIs] Re: Create Search Engine To Search Waves

2009-11-01 Thread Sam Osborne
As in, on the main Wave client, the middle pane. 2009/11/1 Eric Dorman dorman...@gmail.com What do you mean by search panel? Were can I find more information about the search panel? Thanks God Bless, Eric On Nov 1, 3:35 pm, Sam Osborne sam.tosbo...@googlemail.com wrote: Try using the

[Google Wave APIs] Re: would this be good for http://instructables.com/ and my site.

2009-11-01 Thread Ankur Oberoi
im not sure exactly what you are trying to suggest are u saying someone should be working on embedding wave into the instructables.com site? if so, i beleive your comment should be directed to those that create their webapp so that it can be integrated at a lower level. On Sat, Oct 31, 2009