Re: Issue 251: Text inside blips is not wrapped

2011-05-05 Thread Gokul Jeyapaul
Hi Yuri et all, Thanks. I have set up the review environment. http://codereview.waveprotocol.org/585002 Looking forward for review comments. Regards, Gk On Tue, May 3, 2011 at 3:36 PM, Yuri Z wrote: > Hi > You just need a working Python installation on your Windows machine. I > think you

Re: JIRA developer access

2011-05-05 Thread Gokul Jeyapaul
Thanks Michael On Fri, May 6, 2011 at 1:38 PM, Michael MacFadden < michael.macfad...@gmail.com> wrote: > Gokul, > > I have assigned the issue to you and set you up as a contributor (instead > of a committer). You should be able to start progress on the issue. > > ~Michael > > On May 5, 2011, at

Re: JIRA developer access

2011-05-05 Thread Michael MacFadden
Gokul, I have assigned the issue to you and set you up as a contributor (instead of a committer). You should be able to start progress on the issue. ~Michael On May 5, 2011, at 10:33 PM, Gokul Jeyapaul wrote: > Hi Michael, > > I just submitted a patch for jira wave 250 to start with. I beli

Re: JIRA developer access

2011-05-05 Thread Gokul Jeyapaul
Hi Michael, I just submitted a patch for jira wave 250 to start with. I believe I should be changing the status of the JIRA to something else from OPEN, I think I may need additional privileges to do so. Please correct me if I am wrong. Thanks a bunch. Regards, Gokul On Fri, May 6, 2011 at

Re: JIRA developer access

2011-05-05 Thread Michael MacFadden
Gokul, If you have registered for a Jira username, then you are all set. Anyone can submit issues to Jira. Only code committers need to be granted additional access. ~Michael On May 5, 2011, at 9:55 PM, Gokul Jeyapaul wrote: > Hi Michael, > > I would like to contribute as well, My JIRA id

Re: JIRA developer access

2011-05-05 Thread Gokul Jeyapaul
Hi Michael, I would like to contribute as well, My JIRA id is gjeyapaul. Thanks, Gokul On Tue, May 3, 2011 at 10:29 PM, Michael MacFadden < michael.macfad...@gmail.com> wrote: > Upayavira, > > I have admin access to the wave Jira. I can take care of it. > > > > Committers, > > Please sign up

Re: Wave Persistence Status

2011-05-05 Thread Yuri Z
Well, currently the Wave search panel is updated directly via AJAX requests to the server instead of re-using websockets connection. But it is not a major issue. So the answer to question 1: The real issue is with the server algorithm. 2. Yes of course, it should be totally possible. But Wave persi

Re: Wave Persistence Status

2011-05-05 Thread Ryan Lester
Amazing, thanks a lot Yuri and Bruno! So, just to clarify: 1. Is the search algorithm an issue with the server or with the client? 2. Theoretically, would it be extremely difficult to patch the Wave server to interface with Cassandra or MongoDB? (Is one of those better than the other?) Ryan On

Re: Wave Persistence Status

2011-05-05 Thread Yuri Z
>From my experience of hosting waveinabox.net demo server - current implementation is not scalable at all. Even 6-7 active users can cause it to work very slow on Amazon EC2 c1.medium instance. I guess more powerful machine can help but that won't scale. The greatest bottlenecks are the persistence

Re: Wave Persistence Status

2011-05-05 Thread STenyaK
On Thu, May 5, 2011 at 17:47, Ryan Lester wrote: > Dude, sick, thanks a lot! That's a great writeup there. Are there any > similar ones? It's been hard to find really comprehensive information on > Wave deployment and development. > Not as far as I know. But there are bits and bytes of informati

Re: Wave Persistence Status

2011-05-05 Thread Ryan Lester
Dude, sick, thanks a lot! That's a great writeup there. Are there any similar ones? It's been hard to find really comprehensive information on Wave deployment and development. Is there any more progress which needs to be done on persistence, or is the current solution permanent and scalable? Also

Re: Wave Persistence Status

2011-05-05 Thread STenyaK
Run the commands mentioned at the end of this post [1], it enables persistence for waves and accounts. [1] http://www.stenyak.com/archives/887/crash-course-in-wave-and-apache-wave/ On Thu, May 5, 2011 at 16:03, Ryan Lester wrote: > Really? Do you know how to get this working? I've been running

Re: Wave Persistence Status

2011-05-05 Thread Ryan Lester
Really? Do you know how to get this working? I've been running from the run-server.sh script for testing, and nothing seems to be persistent. Is there any kind of comprehensive guide for deploying Wave at a production level? Thanks, Ryan On Thu, May 5, 2011 at 9:51 AM, Yuri Z. wrote: > Basic f

Re: Wave Persistence Status

2011-05-05 Thread Yuri Z.
Basic file based persistence was pushed more than almost 3 months ago. Sent from my iPhone On 5 במאי 2011, at 16:36, Ryan Lester wrote: > Hi, > > What is the current status of Wave persistence? Is a working implementation > expected to be pushed into the main code branch within the near futur

Wave Persistence Status

2011-05-05 Thread Ryan Lester
Hi, What is the current status of Wave persistence? Is a working implementation expected to be pushed into the main code branch within the near future? Thanks, Ryan