Re: What font is used for Clojure on clojure.org?

2013-11-06 Thread Tom Hickey
Hi Tim, That is Avenir 65 Medium. Cheers, Tom Hickey On Wednesday, November 6, 2013 11:06:24 AM UTC-5, Tim Visher wrote: > > I'm looking for it to incorporate it into a cIDEr logo I'm playing with. > > -- > > In Christ, > > Timmy V. > &g

Re: ANN Zi 0.5.4

2012-09-07 Thread Tom Hickey
Hi Hugo, Adding clojars as a pluginRepository worked. Thanks! Tom On Friday, September 7, 2012 7:58:23 PM UTC-4, Hugo Duncan wrote: > > > Hello Tom, > > Tom Hickey > writes: > > > I'm not able to get the latest version of Zi to work. It seems to be > havin

Re: ANN Zi 0.5.4

2012-09-07 Thread Tom Hickey
ere: https://gist.github.com/3669520 The last version of Zi I was using was 0.4.4 Let me know if you need anything more info. Looking forward to trying this out. Tom Hickey On Friday, September 7, 2012 2:52:23 PM UTC-4, Hugo Duncan wrote: > > > Zi is a maven plugin for working with cloj

Re: Problem with clojure.org?

2012-01-19 Thread Tom Hickey
This should be fixed now. Please let me know if you see any issues. Cheers, Tom -- 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 p

Re: Problem with clojure.org?

2012-01-19 Thread Tom Hickey
Hi Dave, Wikispaces made some internal changes that messed up the clojure.org layout. I made some temporary changes to work around one issue, but broke the cheatsheet. Wikispaces just got back to me that they have put some fixes in place so I'll be working on fixing this today. Cheers, Tom --

Re: ClojureScript gets defrecord

2011-09-15 Thread Tom Hickey
lso > see that records don't print w/ their namespace attached. > > A related bug I encountered was that when I try to put the record literal > back into the REPL, Java complains about not being able to find the class. > > David > > > > > > > > On Wed,

ClojureScript gets defrecord

2011-09-14 Thread Tom Hickey
Hi all, With sign-off from Rich, I have pushed my defrecord work onto master. Please try it out and let me know if you experience any issues. Cheers, Tom Hickey -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

Re: review the clojure.string code

2010-06-02 Thread Tom Hickey
Including a space is correct when changing a string "to upper case" (hence Java's toUpperCase), though no space would be fine there as well. As a verb, "uppercase" (no space) is correct. So the function should either match java and be called to-upper-case or (preferably, IMO) simply be uppercase.

Re: "master" Clojure API doc now live

2009-12-08 Thread Tom Hickey
Hi Tom I was looking for this code as well. Thanks, Tom On Dec 8, 7:38 am, Timothy Pratley wrote: > On Dec 4, 6:31 am, Tom Faulhaber wrote: > > > We now have an official site forAPIdocumentation on the latest > > master branch of Clojure, for those who aren't content to stay with > > the relea

Re: Exception when reading large quoted form

2009-06-08 Thread Tom Hickey
Hi Jason, I've run into the same thing. This has come up on the group before, more info can be found here: http://groups.google.com/group/clojure/msg/efd607d75d59088e Cheers, Tom On Jun 8, 1:32 pm, Jason Wolfe wrote: > I get an exception > > Invalid method Code length 70026 in class file user$

Re: Clojure talk in NYC May 12

2009-05-11 Thread Tom Hickey
In case anyone was looking for updated info, it can be found here: http://www.lispnyc.org/home.clp On Apr 29, 11:16 am, Stuart Sierra wrote: > Hi, Clojurians, > I'll be talking about my work with Clojure at LispNYC on Tuesday, May > 12. Time (evening) & location to be announced. Slides and >

Re: Enlive questions

2009-04-08 Thread Tom Hickey
Hi Christophe, I keep running into the same problem with elements getting replaced. I'm trying to set the content of an element with raw html (from a snippet) and unable to avoid both 1) the html getting escaped and 2) the element getting replaced. I can avoid one or the other, via escaped or te

Re: extra166y

2009-03-27 Thread Tom Hickey
Hi Jason, If you use the jsr166y from the files section of the group (http:// clojure.googlegroups.com/web/jsr166y.jar) you should be okay. I know this doesn't help with the exception you are getting, but it may get you moving forward. Cheers, Tom http://clojure-log.n01se.net/date/2009-01-31.ht

Re: Going to ILC 2009?

2009-03-18 Thread Tom Hickey
I will be there on Sunday (sporting my Clojure pin!) along with Eric and Narayan from the enclojure crew. Cheers, Tom On Mar 18, 4:22 pm, Chas Emerick wrote: > I am (from Sunday - Tuesday, anyway), along with another fellow from > Snowtide, and I think it'd be great to meet up with some other C

Re: Enlive questions

2009-03-18 Thread Tom Hickey
Hi Phil, Regarding your first question, you can use (net.cgrand.enlive-html/ escaped your-string) to skip the escaping of your strings. Cheers, Tom On Mar 18, 3:47 pm, Phil Hagelberg wrote: > I'm using the Enlive library, and so far I've been pretty impressed. The > way it separates templates

Re: Questions about the Enlive template library

2009-02-13 Thread Tom Hickey
comes up ;) I still have to test out the selector updates as well as snippets. Thanks for getting these changes in so quickly! I hope to have some more feedback for you on Monday. Cheers, Tom On Feb 13, 4:36 am, Christophe Grand wrote: > Hi Tom, > > Tom Hickey a écrit : > > > S

Re: Questions about the Enlive template library

2009-02-12 Thread Tom Hickey
etter idea of what's going on / what to expect. Sorry for getting off track there. Cheers, Tom On Feb 12, 1:40 pm, Tom Hickey wrote: > Hi Christophe, > > Thank you for the quick reply! > > Snippets > I think what you have suggested for snippets sounds perfect. Using &g

Re: Questions about the Enlive template library

2009-02-12 Thread Tom Hickey
ame. In my opinion, it would be great to have rules applied in the order they appear and that rules applied later would see all previous changes to the tree and could find/manipulate/update those elements as desired. Sorry for being long-winded (again). And thanks again for your time on this! C

Questions about the Enlive template library

2009-02-11 Thread Tom Hickey
the .post (or, more specifically, when .post is replaced). Is the only way for me to control whether html is escaped or not to always call a function and escape it myself if desired? Thanks in advance for your help. I hope my questions are clear. Please don't take

Re: License of/permission for Clojure's logo

2008-12-16 Thread Tom Hickey
Hey Rich, Eric and I were also wondering if the logo was under the same license as Clojure itself. If it is, should this be explicitly stated somewhere? Thanks, Tom On Dec 9, 1:03 am, samppi wrote: > I've uploaded thelogo'sglyph and added it to Clojure's article. > > However, I'm wondering, Mr

Re: License of/permission for Clojure's logo

2008-12-05 Thread Tom Hickey
e: > > > On Dec 4, 11:46 am, samppi <[EMAIL PROTECTED]> wrote: > >> Ah ha ha ha. Wow, my mistake. I'll make sure to spell it correctly. > > >> I totally agree with cogfun, though—it's a really nice logo. Did you > >> make it yourself? > > > N

Re: Reader + Macros on untrusted S Expressions: Security considerations?

2008-10-29 Thread Tom Hickey
On Oct 29, 10:10 am, Chouser <[EMAIL PROTECTED]> wrote: > Is there something wrong with JSON I'm not seeing? Not at all. I use JSON myself and am totally fine with keeping it that way. I just thought the idea of reading Clojure data on the JS side was interesting/fun. --~--~-~--~~---

Re: Reader + Macros on untrusted S Expressions: Security considerations?

2008-10-29 Thread Tom Hickey
On Oct 22, 9:41 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > On Wednesday 22 October 2008 06:27, .Bill Smith wrote: > > > Would you have S-expressions going from the server back to the client > > as well? > > If that client is a Web browser, then presumably it would require an > S-Expression

Re: Clojure at Boston Lisp Meeting videos

2008-10-03 Thread Tom Hickey
I've transcribed the audience questions from Part 1 in case anyone wants to follow along and is having trouble hearing them. http://tinyurl.com/3p6rws I missed some questions/words, so if anyone would like to help me get those corrected it would be appreciated. Cheers, Tom --~--~-~--~--