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 chrisyco+haskell-c...@gmail.com wrote: On Thu, May 9, 2013 at 4:47 AM, Niklas Hambüchen m...@nh2.me 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

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 Ctrl

[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

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 t...@dockerz.net wrote: Hi, Has anyone noticed problems with the mailman instance running at

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 m...@nh2.me 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

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

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] Stream processing

2013-05-12 Thread Conrad Parker
On 11 May 2013 19:24, Ertugrul Söylemez e...@ertes.de 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

[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. --