[Haskell-cafe] ANN: stm-chans 2.0.0

2013-05-12 Thread wren ng thornton
-- stm-chans 2.0.0 The stm-chans package offers a collection of channel types, similar to Control.Concurrent.STM.{TChan,TQueue} but with additional features. --

Re: [Haskell-cafe] Stream processing

2013-05-12 Thread Conrad Parker
On 11 May 2013 19:24, Ertugrul Söylemez wrote: > > However, my real question hasn't been answered so far. Is my > formulation of the stream processing problem accurate/complete? > Yes, you've summarized the commonly asked questions well. Perhaps you could make a wiki page which lists out these q

Re: [Haskell-cafe] Google Summer of Code Proposal - Communicating with mobile devices

2013-05-12 Thread Marcos Pividori
Hi, Thanks for your feedback! I have presented the proposal, and now I have to wait for a response. I want to let you know that I have already replaced the code for an English version. You can see it: https://github.com/MarcosPividori/Yesod-server-for-GCM I hope it will be more useful now! Thanks,

Re: [Haskell-cafe] ANN: Robot - Simulate keyboard and mouse events under X11

2013-05-12 Thread Niklas Hambüchen
> Can you show me the code that triggers that behavior? It is basically Just connection <- connect forever $ do (x,y) <- getGyroMovement runRobotWithConnection (moveBy x y) connection ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://ww

Re: [Haskell-cafe] ANN: Robot - Simulate keyboard and mouse events under X11

2013-05-12 Thread Chris Wong
On Sun, May 12, 2013 at 8:46 PM, Niklas Hambüchen wrote: > Yes, that works now. Excellent! > I have another problem though: I move the cursor at high resolution > (128 Hz) and it seems that when robot issues a command to X, it > disables (keyboard) state so far. This means that it's impossible f

Re: [Haskell-cafe] Problem with mailman at projects.haskell.org

2013-05-12 Thread Carter Schonwald
I've had this problem too. Was trying to sign up for the llvm HS lib list but cant. I asked on Haskell irc and no one seems to know who admins the lists currently. On May 12, 2013 7:24 AM, "Tim Docker" wrote: > Hi, > > Has anyone noticed problems with the mailman instance running at > projects.ha

[Haskell-cafe] Problem with mailman at projects.haskell.org

2013-05-12 Thread Tim Docker
Hi, Has anyone noticed problems with the mailman instance running at projects.haskell.org? As best I can see there are no new posts in any of the hosted list archives since mid April. I know that there have been posts made to ch...@projects.haskell.org in May, and these have neither be distri

Re: [Haskell-cafe] ANN: Robot - Simulate keyboard and mouse events under X11

2013-05-12 Thread Niklas Hambüchen
Yes, that works now. I have another problem though: I move the cursor at high resolution (128 Hz) and it seems that when robot issues a command to X, it disables (keyboard) state so far. This means that it's impossible for me to Ctrl-C my program: Only "c" is sent all the time, me pressing Ctr

Re: [Haskell-cafe] ANN: Robot - Simulate keyboard and mouse events under X11

2013-05-12 Thread Chris Wong
On Thu, May 9, 2013 at 1:36 PM, Chris Wong wrote: > On Thu, May 9, 2013 at 4:47 AM, Niklas Hambüchen wrote: >> Hi, >> >> I just started using your library to move my cursor. >> >> Is it possible that it ignores negative values in moveBy? >> >> In other words, I can only move the cursor into one d