I've just pushed a snapshot release to https://oss.sonatype.org/content/repositories/snapshots/com/github/jdegoes/ This will, I think, be the new home for...
190
Noel Welsh
NoelWelsh
Jul 13, 2012 2:50 pm
Hi everyone, I'd like any feedback on a plan for short to medium term for development of BlueEyes. We're currently on 0.6 snapshot. We could easily release 0.6...
191
Kris Nuttycombe
nuttycom1
Jul 13, 2012 5:24 pm
... Along these lines, I'd like to see bijections recast in terms of something like what Shapeless is doing for automatic derivation of lenses. This is ...
192
Noel Welsh
NoelWelsh
Jul 13, 2012 7:17 pm
On Fri, Jul 13, 2012 at 6:24 PM, Kris Nuttycombe ... I was unclear. I don't want HttpServices (request combinators) to take an implicit bijection parameter....
193
Noel Welsh
NoelWelsh
Jul 16, 2012 11:10 am
Fellas, I've just successfully published all JARs to Sonatype. The key ingredients for your SBT file are "Sonatype Snap" at...
194
pwistrandalias
Jul 16, 2012 9:31 pm
Hi, Perhaps a newbie question but Is it not possible to just specify the keystore to use? Since it appears to auto generating one anyway in the absence of ssl...
195
John A. De Goes
jdegoes
Jul 17, 2012 4:37 am
Hold off on introducing Iteratees to BlueEyes. I think I want to introduce monadic regions with asynchronous IO instead. This will allow a very flexible way of...
196
newlandsvalley
Jul 17, 2012 10:06 am
Hi, Noel, I guess I need to reply because, with my lack of understanding of bijections, I possibly inadvertently caused the rethink. I'm afraid I didn't (and...
197
Noel Welsh
NoelWelsh
Aug 14, 2012 10:04 am
Top of the morning ladies and gents, I've released BlueEyes 0.6. In a Maven repo near you. Cheers, N....
198
Kris Nuttycombe
nuttycom1
Aug 14, 2012 8:05 pm
Awesome! Thanks a lot for doing this release work, Noel!...
199
debelyoo
Aug 27, 2012 7:43 am
Hi Noel, I'm using BlueEyes in an sbt project. I just tried to replace "0.6.0-SNAPSHOT" by "0.6" as the blueeyes version, but sbt can not resolve the files. ...
200
Noel Welsh
NoelWelsh
Aug 27, 2012 11:00 am
I missed a step in the release process. It should be available now. The version 0.6.0, not 0.6, and I've updated the setup.html. Please let me know if you...
201
Dave Gurnell
dave_gurnell
Aug 28, 2012 8:00 am
Hi Noel, Thanks for your efforts. The download appears to be working for me. -- Dave...
202
cmoudy
Aug 28, 2012 8:02 pm
Folks, What repository location is the 0.6.0 released code published to? Tried to reference http://nexus.reportgrid.com/content/repositories/public-releases/...
203
Noel Welsh
NoelWelsh
Aug 29, 2012 6:27 am
Here's the SBT config you need: resolvers ++= Seq( "Sonatype" at "http://oss.sonatype.org/content/repositories/public", "Typesafe" at...
204
Chris Moudy
cmoudy
Aug 29, 2012 3:18 pm
Thanks! Sent from my iPhone...
205
Samira T
samira_tasha...
Aug 31, 2012 7:50 pm
Hello all, I am a Ph.D student at UIUC. I was looking for Akka actor applications/frameworks and found BlueEyes an interesting one. However, while looking...
206
Noel Welsh
NoelWelsh
Sep 3, 2012 12:05 pm
Hi Samira, I didn't write any of the code in question but I have plenty of opinions about concurrency abstractions, so here you go... In my mind there are...
207
Samira T
samira_tasha...
Sep 3, 2012 4:57 pm
Thank you very much for your answer. I have two more questions about your points: 1) what do you mean by "Akka actors don't compose"? 2) What do you mean by...
208
Noel Welsh
NoelWelsh
Sep 4, 2012 12:59 pm
... Functions compose. If I create some functions, say, plus and minus, you can create another function, say multiply, that uses my functions. In particular I...
209
Samira T
samira_tasha...
Sep 6, 2012 2:55 pm
... I think if you want to compose any two objects (no matter if they are actors or not) you should know how to use that object. You must to know the...
210
reubendoetsch42
Sep 14, 2012 4:15 am
Hey everyone, A quick inquiry / suggestion -- Personally (and I think this applies to a much wider range of people than myself) I use google groups to manage...
211
Dave Gurnell
dave_gurnell
Sep 14, 2012 6:16 am
I more or less agree. It doesn't make a huge difference to me now I have the list set up, but it might be a deterrent for potential listers who aren't on...
212
samira_tasharofi
samira_tasha...
Oct 5, 2012 3:23 pm
Hello, Is BlueEyes a distributed program? Thanks, Samira...
213
Kris Nuttycombe
nuttycom1
Oct 5, 2012 3:32 pm
Given that BlueEyes doesn't have any built-in notion of server-side state, this is kind of a strange question. You can run multiple instances of the same...
214
Samira T
samira_tasha...
Oct 5, 2012 4:12 pm
Thank you very much Kris for the answer....
215
jdegoes
Oct 7, 2012 4:52 am
I kicked off a new branch for blueeyes 1.0 (blueeyes-one), which will not be backward compatible. Anyone need to cut a final release on current master before I...
216
Kris Nuttycombe
nuttycom1
Oct 8, 2012 4:02 am
Master already had backwards-incompatible changes on it with respect to the last "stable" branch, which is 0.6.x, so I've gone ahead and merged this....
217
teh_benjerer
Oct 14, 2012 6:19 pm
The HttpClient has only one type parameter, which appears in the signature when sending a request and receiving a response. This seems to mean that unless I...
218
John A. De Goes
jdegoes
Oct 15, 2012 1:39 pm
This would make a good contribution. I'd gladly accept the pull request if you find time to contribute. -- John A. De Goes CEO / CTO / Founder Precog -...