I'd love to kick in a few bucks per week. Gratipay might work for you; it
doesn't skim anything after credit card fees (full disclosure, I am friends
with the person who runs it).
On Friday, September 26, 2014 3:30:29 PM UTC-4, Nelson Morris wrote:
>
> I have no expectations for anyone. Clojars
Thanks Phil. We'll definitely look into ":sign-releases false" when we try to
get this working next week.
-Lee
On Sep 27, 2014, at 7:52 PM, Phil Hagelberg wrote:
> Lee Spector writes:
>
>> I just want to chime in to note that not everyone who works in
>> Clojure, and for whom Clojars is th
Lee Spector writes:
> I just want to chime in to note that not everyone who works in
> Clojure, and for whom Clojars is the obvious (only?) reasonable way to
> share libraries, is a professional developer. Some of us are, for
> example, researchers or students in a range of fields for which
> rea
Doh! Of course, what I'm seeing is an artifact of how I'm doing the debug
output... arg... I am in the middle of tracking down another issue and I
thought the whack output was part of the larger problem. That biased my
reading of the output. Sorry for the noise folks, I should be using a
loggin
Alan, what if you do
(prn orders_query_result)
If the json string is being parsed correctly you should get string values
printed in double quotes, as Tobias's examples showed.
On Saturday, September 27, 2014 1:25:27 PM UTC-7, Alan Moore wrote:
> Yes, I printed the type of body and as expected
I am not sure what is going wrong here, and I do not know whether the
cheshire library [1] will behave as you wish, but it is worth a try.
[1] https://github.com/dakrone/cheshire
Andy
On Sat, Sep 27, 2014 at 10:24 AM, Alan Moore wrote:
> Here is a portion of the data:
>
> Async HTTP GET: 200
Hi friends,
I have just posted a guide to setup a test driven workflow for Clojure, the
idea being able to have a workflow where one does not have to leave the
editor to execute tests as the files are modified.
It is posted at http://suva.sh/2014/10/27/test-workflow-setup-for-clojure/
I hope th
Yes, I printed the type of body and as expected it is a JSON string and as
it is printed in the output. That is what I'm trying to parse into clojure
data using clojure/data.json.
I am not in control of the data format from the server side - it is a third
party service. The content-type is text
I hope I understood you correctly. You basically don't want to use
println if you want to print data in such a way that it can be read in
again. For that you need to use pr, prn or pr-str.
Example:
(println {:a "hi there"}) will print {:a hi there}
(prn {:a "hi there"}) will print {:a "hi the
Thanks for the tips. I wasn't expecting magic but otherwise your points are
well taken
Ray
Sent from my iPhone
> On 27 Sep 2014, at 16:55, James Reeves wrote:
>
>> On 27 September 2014 10:01, mond wrote:
>
>>
>> Speaking to the main point, no I don't want to put a channel on to the
>> res
Here is a portion of the data:
Async HTTP GET: 200 body = {
"count": 1,
"total": 1,
"orders": [
{
"number": 12,
"vendorNumber": "12",
"created": "2014-09-25 18:25:17",
"paymentStatus": "QUEUED",
... etc.
The call (messy from debugging...):
(let [orderId (Inte
A while back Leif Poorman sent out a list of Clojure projects which have tags
that indicate novices could contribute to them. I put them here.
https://github.com/marcuscreo/clojure-learning-resources
On Sep 26, 2014, at 11:34 PM, kurofune wrote:
> I am an looking for a good, active, open sou
Sorry, it is clojure/data.json that I'm using... sorry for the confusing title.
--
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 pa
I've been having an issue using the core json read-str function to parse some
json.
I've run into a similar issue with the parsing of keys as keywords (fixed using
:key-fn keywords) but I can't seem to get string values to be parsed properly -
they end up as symbols without any quotes.
I know
On 27 September 2014 10:01, mond wrote:
>
> Speaking to the main point, no I don't want to put a channel on to the
> response so that's a mistake that I see and would like to avoid. I would
> like to understand where I have gone wrong.
>
You're trying to use core.async with a library that has no
Hello Alexander,
Do you want the dependency to be optional so that another version of
egit/jgit can be used? Or is it for another reason?
There is java code which directly depends on the JGit API now, so if I want
to really make it optional, I will need to place it in a separate plugin.
Unless I
I just want to chime in to note that not everyone who works in Clojure, and for
whom Clojars is the obvious (only?) reasonable way to share libraries, is a
professional developer. Some of us are, for example, researchers or students in
a range of fields for which reading "complex security stuff
Are there clojurians in Mekkah these days? We could meet.
--
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
hi Tassilo,
I switch to the prelude package, it works now. thanks a lot.
Joe
On Sun, Sep 21, 2014 at 3:59 PM, Tassilo Horn wrote:
> Xiangtao Zhou writes:
>
> Hi!
>
> > I have upgrade the latest emacs-cider, the document suggest me to use
> > company for auto completion, but it doesn't work, a
Hi James,
Er, nice tip on the routes - that was another thing that I didn't expect to
work but was happy when it did ;-) I will of course adapt it to your
recommendation.
Speaking to the main point, no I don't want to put a channel on to the
response so that's a mistake that I see and would li
Thanks! I'll look into both of those.
On Saturday, September 27, 2014 1:45:18 AM UTC-5, Michael Klishin wrote:
>
> On 27 September 2014 at 10:34:28, kurofune (jessel...@gmail.com
> ) wrote:
> > I am an looking for a good, active, open source Clojure library/project
> > to contribute to, but am
21 matches
Mail list logo