[ANN] Boot 2.5

2015-12-16 Thread Ryan Neufeld
Great upgrades! Keep up the good work. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscr

Announcing Clojure Remote — Clojure's first remote conference

2015-09-09 Thread Ryan Neufeld
Hey folks, I'm pleased to announce Clojure will have its first remote conference next February. Visit http://www.clojureremote.com to sign up for announcements and help shape the conference. -Ryan Neufeld -- You received this message because you are subscribed to the Google Groups &qu

Re: State of Simulation Testing Survey - 2015

2015-03-07 Thread Ryan Neufeld
Hey again, I just wanted to let everyone know that I've published the results of the 2015 Simulation Testing survey. You can find them here: http://www.rkn.io/2015/03/07/state-of-sim-testing-results/ -Ryan On Tuesday, February 3, 2015 at 8:40:14 PM UTC-6, Ryan Neufeld wrote: > >

State of Simulation Testing Survey - 2015

2015-02-03 Thread Ryan Neufeld
sed on February 20th, I'll tally and report upon the results on my blog. If you've considered, implemented or even out-right rejected simulation testing, I'm curious to hear more from you: http://bit.ly/state-of-sim-testing-2015 Thanks for your time, Ryan Neufeld -- You received this

Re: Pedestal comparison to Sente/HTTPKit

2015-01-26 Thread Ryan Neufeld
Glad to hear you enjoyed the video. Anyone taking a look at Pedestal should feel free to hit us up on our Google Group (https://groups.google.com/forum/#!forum/pedestal-users) should they have any questions. On Monday, January 26, 2015 at 4:00:56 PM UTC-6, Mike Haney wrote: > > Forgot to mentio

Re: #db/id[:db.part/db] throws an exception

2014-12-17 Thread Ryan Neufeld
he case, the original seemed unnecessarily > arcane where as a standard function call is obvious. > >> On Tuesday, December 16, 2014 11:42:10 PM UTC, Ryan Neufeld wrote: >> Yeah, we shouldn't be telling you to use reader literals like that. >> Preferred is a call to (d

Re: #db/id[:db.part/db] throws an exception

2014-12-16 Thread Ryan Neufeld
Yeah, we shouldn't be telling you to use reader literals like that. Preferred is a call to (d/tempid ...). I'm updating the code now (https://github.com/clojure-cookbook/clojure-cookbook/blob/master/06_databases/6-11_schema.asciidoc) On Tuesday, December 16, 2014 2:01:00 PM UTC-6, edw...@kenwort

Re: How do you typecast and insert a Postgres enum value using Clojure JDBC?

2014-08-18 Thread Ryan Neufeld
For posterity, you should create a PGobject object. See instructions how in http://naiquevin.github.io/using-postgresqls-enum-types-with-korma.html On Wednesday, February 6, 2013 2:59:14 AM UTC-6, James Thornton wrote: > > For example, here is a product table in PostgreSQL with status as an enum:

[ANN] Grimoire 0.2.0

2014-07-11 Thread Ryan Neufeld
This is fantastic! Thanks for all the hard work you've put in. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: Clojure Cookbook is out

2014-03-31 Thread Ryan Neufeld
didn’t think they could get it until 4/30.  I actually had to go back to their site and reconfirm the order, or it would be cancelled. Needless to say, I took the time to reconfirm. ;-) Marcus On Mar 31, 2014, at 5:40 PM, Ryan Neufeld wrote: Should be out any day now. The O’Reilly store has

Re: Clojure Cookbook is out

2014-03-31 Thread Ryan Neufeld
n sections provide valuable contexts for many libraries and features that had previously escaped me. On Friday, March 21, 2014 6:25:38 AM UTC-7, Ryan Neufeld wrote: Thanks everyone, it was a blast working on the book. Until next Thursday, you can get 50% off the digital version of the book with

Re: Clojure Cookbook is out

2014-03-21 Thread Ryan Neufeld
Thanks everyone, it was a blast working on the book. Until next Thursday, you can get 50% off the digital version of the book with the coupon *WKCLJUR * -Ryan On Thursday, March 20, 2014 10:23:36 AM UTC-4, Thomas wrote: > > woooh > > More good books is good for Cloju

Re: Using Apache Daemon with Clojure

2014-02-09 Thread Ryan Neufeld
Hey Aaron, I've responded on GitHub where you entered an issue: https://github.com/clojure-cookbook/my-daemon/issues/1 -Ryan On Sunday, February 9, 2014 11:25:21 AM UTC-5, Aaron France wrote: > > > Hi, > > I'm following the Clojure Cookbook blogpost[1] in order to Daemonize a > clojure applic

Re: Does Pedestal have a future in the long run

2013-11-09 Thread Ryan Neufeld
PM, Andreas Liljeqvist (bon...@gmail.com) wrote: Will there by any presentation on Pedestal, or just announcements? On Fri, Nov 8, 2013 at 1:38 AM, Ryan Neufeld wrote: Speaking as a core Pedestal team member and engineer at Cognitect I can say we are very serious about continuing to grow and

Re: Does Pedestal have a future in the long run

2013-11-08 Thread Ryan Neufeld
Shhh! Don't spill the beans. On Friday, November 8, 2013 1:02:36 AM UTC-5, Daniel wrote: > > I suspect Pedestal adoption will really take off once it has a well > designed and advertised widget/ui toolkit. Just my two cents. -- -- You received this message because you are subscribed to the Go

Re: Does Pedestal have a future in the long run

2013-11-07 Thread Ryan Neufeld
Speaking as a core Pedestal team member and engineer at Cognitect I can say we are *very* serious about continuing to grow and support Pedestal. It may be quiet, but we're using the entirety of Pedestal with a number of client and are fervently preparing a number of new features and improvements

[ANN] Pedestal 0.2.2 Released

2013-11-05 Thread Ryan Neufeld
there! Find out more here: https://github.com/pedestal/pedestal/releases/tag/0.2.2 -Ryan Neufeld Pedestal Team Member & Community Manager -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: [ANN] Pedestal 0.2.0 has been released

2013-09-01 Thread Ryan Neufeld
We just pushed 0.2.1 to fix some issues with the app-template discovered by Gabe. See https://github.com/pedestal/pedestal/releases/tag/0.2.1 for more info. -Ryan On Aug 30, 2013, at 9:03 PM, Ryan Neufeld wrote: > Hey Folks, > > We've just released 0.2.0 versions of the Pede

[ANN] Pedestal 0.2.0 has been released

2013-08-30 Thread Ryan Neufeld
Hey Folks, We've just released 0.2.0 versions of the Pedestal libraries. This is a big one, with revamped templates for both pedestal-app and pedestal-service applications. The biggest change is that developer tooling now lives in *-tools libraries, cleaning up generated projects and making it

Re: [ANN]: Introducing lein-try

2013-07-14 Thread Ryan Neufeld
e>cd .. > > > C:\Users\Sean\clojure>lein try hiccup 1.0.2 > > > nREPL server started on port 51183 > > > REPL-y 0.2.0 > > > Clojure 1.5.1 > > > Docs: (doc function-name-here) > > > (find-doc "part-of-name-here&quo

Re: [ANN]: Introducing lein-try

2013-07-14 Thread Ryan Neufeld
> ^D > Bye for now! > C:\Users\Sean\clojure> > > (and that's just to show it failing the same way on Windows 8 (with > GNU on Windows) as it does on Mac!) > > Sean > > On Sat, Jul 13, 2013 at 9:26 PM, Ryan Neufeld > wrote: > > It looks like you tried to

Re: [ANN]: Introducing lein-try

2013-07-13 Thread Ryan Neufeld
I use zsh too and have to prefix commands with noglob. Additional robustness and caveats documentation will be necessary. Pull requests welcomed. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

Re: [ANN]: Introducing lein-try

2013-07-13 Thread Ryan Neufeld
It looks like you tried to use hiccup.ocre instead of core -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

[ANN]: Introducing lein-try

2013-07-13 Thread Ryan Neufeld
Hey folks, Don't you hate it when someone releases a cool new library and you have to go into a project and add an unwanted dependency just to try it out? Worse, maybe you decide to 'lein new delete-me' and add it there. No more! Stop this madness. Use lein-try to quickly launch a REPL with new

Re: [ANN] Pedestal-app Tutorial has been released

2013-07-10 Thread Ryan Neufeld
Klishin wrote: > > > 2013/7/9 Ryan Neufeld > > >> I'm pleased to announce the release of a comprehensive tutorial for >> pedestal-app: http://bit.ly/pedestal-app-tutorial. >> > > Ryan, > > Good to see more documentation for Pedestal! > > I have a b

Re: [ANN] Pedestal-app Tutorial has been released

2013-07-09 Thread Ryan Neufeld
personal preference to do things over GitHub. Thanks for checking it out. -- Ryan Neufeld On Jul 9, 2013, at 10:19 PM, danieljom...@gmail.com wrote: > Whoa, for anyone interested in learning pedestal-app or dataflow web > programming, it would feel incredibly wrong to _not_ dive into thi

Re: [ANN] Pedestal-app Tutorial has been released

2013-07-09 Thread Ryan Neufeld
uld better support progressive enhancement? -- Ryan Neufeld On Jul 9, 2013, at 1:41 PM, Giacomo Cosenza wrote: > Hi Pedestallions, > as all the others I have been waiting for this tutorial too. > > Is there a motivation why you decide to not taking into account any > progressi

[ANN] Pedestal-app Tutorial has been released

2013-07-09 Thread Ryan Neufeld
Major kudos to @brentonashworth for all his hard work on the pedestal-app tutorial. Enjoy! -- Ryan Neufeld -- Ryan Neufeld -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

Re: Pedestal introduction question

2013-07-05 Thread Ryan Neufeld
Thanks, I made the update in the doc repo [1]. I'm not sure why your message took so long to drop into my non-registered email queue. I only saw an email about it late this morning. Anyways, I'll get this pushed to pedestal.io ASAP. In the future you can submit an issue or pull request to the p

[ANN] Pedestal 0.1.10 has been released

2013-07-05 Thread Ryan Neufeld
Hey Folks, We've just released the 0.1.10 versions of the Pedestal libraries. This release has a couple of neat improvements; the app message queue is now a priority queue (specify msg/priority :high for a high-priority message,) and service's url-for now accepts a :fragment option (among other

Re: [ANN] Pedestal 0.1.9 has been released

2013-07-03 Thread Ryan Neufeld
Docs first, videos in a bit. I don't want this to be like that Christmas where you thought you were going to get *all* the presents and you were all disappointed but had to put on a brave face to seem like you still appreciated it. -- Ryan Neufeld On Jul 3, 2013, at 7:20 AM, Mayank

Re: [ANN] Pedestal 0.1.9 has been released

2013-07-03 Thread Ryan Neufeld
It's so close I can almost taste it. Most Relevance Pedestallions are going to be doing what I think is a final review on Friday. I really think you folks are going to enjoy it. -- Ryan Neufeld On Jul 3, 2013, at 6:47 AM, Leon Talbot wrote: >> Brenton has been working hard at

Re: [ANN] Pedestal 0.1.9 has been released

2013-06-15 Thread Ryan Neufeld
This release shouldn't change that much (with the exception of some bugs you could have run into). Regardless, Brenton has been working hard at preparing a full tutorial of pedestal-app. We're expecting to release that in just under a month or so. On Friday, June 14, 2013 10:00:02 PM UTC-4,

[ANN] Pedestal 0.1.9 has been released

2013-06-14 Thread Ryan Neufeld
Hey Folks, We've just released the 0.1.9 versions of the Pedestal libraries. This release is mostly bug fixes and usability improvements. Notable changes include better change reporting for nil/falsy values in pedestal-app dataflow and unification of what command starts a pedestal app or servi

[ANN] Pedestal 0.1.7 has been released.

2013-05-24 Thread Ryan Neufeld
Hey Folks, We've just released the 0.1.7 versions of the Pedestal libraries. The big feature in this release is a much simplified dataflow engine for the client-side. We're still behind on documentation and samples, but with this change our focus finally shifts directly to improving those two

[ANN] Pedestal 0.1.6 released

2013-05-03 Thread Ryan Neufeld
Hey Folks, We've just released the 0.1.6 versions of the Pedestal libraries. This release brings the ability to match port numbers in service routes as well as further compatibility for JBoss. You'll find the full changelog for this and other changes here: http://git.io/dHCnJQ. - Ryan and the

[ANN] Pedestal docs are now open-source

2013-04-19 Thread Ryan Neufeld
Hello everyone, I'm pleased to announce that the Pedestal documentation is now open-source and open for contributions at http://github.com/pedestal/docs. Find more details on making contributions in our contribution guidelines here: https://github.com/pedestal/docs/blob/master/CONTRIBUTING.md

Re: [ANN] Pedestal Application Framework

2013-03-29 Thread Ryan Neufeld
I definitely hear you - getting pedestal.io open for contributions is a goal of mine too. Maybe I can have a conversation with you about your experience on ClojureWerkz docs? > Ryan, > > This is very good news. One thing I'd like to see is a way for the > community to contribute to pedestal.io

Re: [ANN] Pedestal Application Framework

2013-03-29 Thread Ryan Neufeld
Hey, sorry for the delay in answering your question Michael. We will definitely be accepting pull requests. In fact, we've already accepted a few minor pulls from community members. I know you've been an outspoken critic of the Clojure contribution process - we understand that pain, and want to

Re: Not understanding the proper use of map

2008-12-10 Thread Ryan Neufeld
Thats the CL'ism I was hanging on to! Thanks for the amazing and prompt replies. On Dec 10, 1:59 pm, Dean Ferreyra <[EMAIL PROTECTED]> wrote: > Ryan Neufeld wrote: > > I've been working on learning Clojure after taking a course in Common > > Lisp and I am hav

Not understanding the proper use of map

2008-12-10 Thread Ryan Neufeld
I've been working on learning Clojure after taking a course in Common Lisp and I am having some troubles translating a particular Common Lisp function to Clojure that uses mapping. We're defining a function that takes a function and two lists and applies the function to each two items in the list