[JOB] Rewe Digital in Cologne, Germany (English-speaking team)
Hi! Rewe Digital has a couple Clojure jobs in Cologne, Germany. To add to their 5-person English speaking team. Afterwards, they plan to grow a second Clojure team. Rewe is a major German supermarket & tourism chain. About three years ago, they formed an "internal startup." Currently it has ~100 devs total, across JVM languages. (Including, I believe, Kotlin.) Managers confirmed to me that the Clojure team is considered highly effective. Feel free to ask me any questions, or email Emil Yessenamanov . (I'm not compensated by Rewe; just want to help spread Clojure. Remote work is currently unavailable. Happy to answer any questions, including regarding critiques, compensation, etc.) All the best, Tj -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Spec of conform of spec
I think Alex's point was given any arbitrary function can be used as the conform part of the spec, this wouldn't be possible. Ie boot.user=> (s/conform (s/conformer inc) 1) 2 On Saturday, June 18, 2016 at 10:35:10 AM UTC-7, Leon Grapenthin wrote: > > I am not sure whether I understand what you mean. > > Behavior of conform for predicates is to return its return value if it is > logically true, ::s/invalid otherwise. Thus the predicate itself is the > spec to its conform*. > > s/conformer is only limiting as much as it is to unform, a user would have > to provide a spec for conforms result as well as he has to provide an > unform-fn if he wants unforming. > > If each spec implemented a conform-spec* method, a spec could very well > provide a spec of it's conform. > > On Saturday, June 18, 2016 at 5:03:33 PM UTC+2, Alex Miller wrote: >> >> Given that conform takes an arbitrary (opaque) function, I don't think >> that's generically possible. >> >> >> On Saturday, June 18, 2016 at 7:37:33 AM UTC-5, Leon Grapenthin wrote: >>> >>> Assume I parse with conform. >>> >>> Then I have functions that operate on the value returned by conform. I >>> want to spec them. >>> >>> But I can't get a spec for the value returned by conform (so that I can >>> spec said functions) automatically. >>> >>> Imagine `(s/conform-spec ::my-spec)` would return the spec of the >>> result of calling (s/confom ::my-spec foo) >>> >>> So it would probably be valuable if a spec could give a spec of what its >>> conform* returns` >>> >>> -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Clojars will be partially down for maintenance this weekend
Thank you all for the kind words! Concerning donations, we definitely appreciate monetary donations, but donations of time are *much* more valuable - Daniel Compton and I are both busy with other commitments, and money can't create more time for us. If folks are interested in contributing time, we have a list of issues that are ready for work by the community marked with the `ready` tag: https://github.com/clojars/clojars-web/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Aready Each issue is marked with a `small`, `medium` or `large` tag as a subjective indicator of the effort involved in resolving the issue. There is also a subset of those issues marked with the `off-disk-repo` tag: https://github.com/clojars/clojars-web/issues?q=is%3Aissue+is%3Aopen+label%3Aoff-disk-repo These issues are part of the current push to move the repo out to Rackspace Cloudfiles behind a CDN, and are the priority issues at the moment (though if any other issue strikes your fancy, we'd love whatever help you can give). Help with these doesn't have to be code - it can be comments, docs, etc. - Toby On Sun, Jun 19, 2016 at 8:45 PM, Alan Moore wrote: > I would also like to express my appreciation! > > Reminder: There is a Clojars donation link below and I encourage those who > can to contribute early and often. :-) > > Looks like $736 has been raised this month by 55 supporters! My last donation > was too long ago so I'm headed back over there shortly. > > https://salt.bountysource.com/teams/clojars > > Alan > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Clojars will be partially down for maintenance at 1:00 UTC tonight
At 2016-06-21 01:00:00 UTC[1] (approximately 7 hours from now), we'll be taking down the Clojars web interface to do database maintenance and deploy some features/fixes. The biggest change in this deploy will be the introduction of sending a copy of deployed artifacts to Rackspace CloudFiles to allow us to serve the repository from a more robust location in the near future. This is a retry of our failed deploy on 6/13. We've scheduled an hour for the work, but it should take less. During that time, the web interface, search API, and ability to deploy will be unavailable, but the repository will still be readable, so projects will still be able to build. To see the status of the work, watch our status page[2] or follow @clojars on twitter[3]. [1]: for your local time, see https://www.timeanddate.com/worldclock/fixedtime.html?iso=20160621T01 [2]: http://status.clojars.org [3]: https://twitter.com/clojars -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Why we cannot do this now?
On 6/19/16, 4:11 PM, "Sungjin Chun" wrote: > yes, I found that java -jar clojure.jar thing is very fast compared to boot > repl It’s probably worth pointing out here that most developers’ typical workflow involves starting up a REPL and then just leaving it running for a long time so they don’t have to deal with the startup time very often. See things like Component et al and various people talking about the “Clojure Reloaded Workflow” in blog posts and conference talks. I use Emacs + CIDER and probably only start up a REPL two or three times a week. The rest of the time, I’m just eval’ing into an existing REPL process. Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Why we cannot do this now?
+1 On Jun 20, 2016 3:41 PM, "Sean Corfield" wrote: > On 6/19/16, 4:11 PM, "Sungjin Chun" of chu...@castlesoft.co.kr> wrote: > > yes, I found that java -jar clojure.jar thing is very fast compared to > boot repl > > It’s probably worth pointing out here that most developers’ typical > workflow involves starting up a REPL and then just leaving it running for a > long time so they don’t have to deal with the startup time very often. See > things like Component et al and various people talking about the “Clojure > Reloaded Workflow” in blog posts and conference talks. > > I use Emacs + CIDER and probably only start up a REPL two or three times a > week. The rest of the time, I’m just eval’ing into an existing REPL process. > > Sean Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) > > > > > > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Using OAuth2 to call one web app from another
I'm looking for the simplest way possible to get OAuth2 working so I can call an API which has recently switched from username/password to OAuth2. Any suggestions? Most of what I've found so far is server implemenation, rather than web app to web app. -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Using OAuth2 to call one web app from another
You can pass the OAuth token in the request options if you're using httpkit or clj-http (both use the :oauth-token parameter). On Monday, June 20, 2016 at 4:30:32 PM UTC-7, Jonathon McKitrick wrote: > > I'm looking for the simplest way possible to get OAuth2 working so I can > call an API which has recently switched from username/password to OAuth2. > > Any suggestions? Most of what I've found so far is server implemenation, > rather than web app to web app. > > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Using OAuth2 to call one web app from another
Right! But what's the easiest way to do the initial handshake with the public/private bits to *get* the token? On Monday, June 20, 2016 at 8:13:49 PM UTC-4, Denis Laprise wrote: > > You can pass the OAuth token in the request options if you're using > httpkit or clj-http (both use the :oauth-token parameter). > > > On Monday, June 20, 2016 at 4:30:32 PM UTC-7, Jonathon McKitrick wrote: >> >> I'm looking for the simplest way possible to get OAuth2 working so I can >> call an API which has recently switched from username/password to OAuth2. >> >> Any suggestions? Most of what I've found so far is server implemenation, >> rather than web app to web app. >> >> -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Why we cannot do this now?
I just wanted to raise my hand as a developer who rarely uses a long-lived REPL and is glad that startup time is a priority. (I've been doing Lisp for decades and have done lots of the long-lived REPL style of development, so I know the tradeoffs involved.) John On Mon, Jun 20, 2016 at 1:51 PM, Gregg Reynolds wrote: > +1 > On Jun 20, 2016 3:41 PM, "Sean Corfield" wrote: > >> On 6/19/16, 4:11 PM, "Sungjin Chun" > of chu...@castlesoft.co.kr> wrote: >> > yes, I found that java -jar clojure.jar thing is very fast compared to >> boot repl >> >> It’s probably worth pointing out here that most developers’ typical >> workflow involves starting up a REPL and then just leaving it running for a >> long time so they don’t have to deal with the startup time very often. See >> things like Component et al and various people talking about the “Clojure >> Reloaded Workflow” in blog posts and conference talks. >> >> I use Emacs + CIDER and probably only start up a REPL two or three times >> a week. The rest of the time, I’m just eval’ing into an existing REPL >> process. >> >> Sean Corfield -- (904) 302-SEAN >> An Architect's View -- http://corfield.org/ >> >> "Perfection is the enemy of the good." >> -- Gustave Flaubert, French realist novelist (1821-1880) >> >> >> >> >> >> -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Using OAuth2 to call one web app from another
Hi Jonathon! I am working on a client library for retrieving oauth2 tokens. Have a look here: https://github.com/blmstrm/loudmoauth and here for example usage: https://github.com/blmstrm/loudmoauth-examples/blob/master/src/loudmoauth_examples/core.clj The library is not polished yet but it seems to work (fingers crossed). Maybe it can give you some inspiration or you might find it useful. I am not at my development machine now but I can upload the latest version to clojars tomorrow and at the same time expand the readme. Regards, Blmstrm Den 21 juni 2016 9:34 fm skrev "Jonathon McKitrick" : > Right! But what's the easiest way to do the initial handshake with the > public/private bits to *get* the token? > > On Monday, June 20, 2016 at 8:13:49 PM UTC-4, Denis Laprise wrote: >> >> You can pass the OAuth token in the request options if you're using >> httpkit or clj-http (both use the :oauth-token parameter). >> >> >> On Monday, June 20, 2016 at 4:30:32 PM UTC-7, Jonathon McKitrick wrote: >>> >>> I'm looking for the simplest way possible to get OAuth2 working so I can >>> call an API which has recently switched from username/password to OAuth2. >>> >>> Any suggestions? Most of what I've found so far is server implemenation, >>> rather than web app to web app. >>> >>> -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Using OAuth2 to call one web app from another
Great! I'll give it a try! On Mon, Jun 20, 2016 at 8:51 PM Karl Blomström wrote: > Hi Jonathon! I am working on a client library for retrieving oauth2 > tokens. Have a look here: https://github.com/blmstrm/loudmoauth and here > for example usage: > https://github.com/blmstrm/loudmoauth-examples/blob/master/src/loudmoauth_examples/core.clj > > The library is not polished yet but it seems to work (fingers crossed). > > Maybe it can give you some inspiration or you might find it useful. > > I am not at my development machine now but I can upload the latest version > to clojars tomorrow and at the same time expand the readme. > > Regards, > > Blmstrm > Den 21 juni 2016 9:34 fm skrev "Jonathon McKitrick" >: > >> Right! But what's the easiest way to do the initial handshake with the >> public/private bits to *get* the token? >> >> On Monday, June 20, 2016 at 8:13:49 PM UTC-4, Denis Laprise wrote: >>> >>> You can pass the OAuth token in the request options if you're using >>> httpkit or clj-http (both use the :oauth-token parameter). >>> >>> >>> On Monday, June 20, 2016 at 4:30:32 PM UTC-7, Jonathon McKitrick wrote: I'm looking for the simplest way possible to get OAuth2 working so I can call an API which has recently switched from username/password to OAuth2. Any suggestions? Most of what I've found so far is server implemenation, rather than web app to web app. -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> > You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com. > > >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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 unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/oVZ34MMg0XM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Jonathon McKitrick -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Using OAuth2 to call one web app from another
It would be great if you'd upload it to clojars. I'll start working with it immediately after that, and hopefully it will do the trick. On Mon, Jun 20, 2016 at 8:53 PM wrote: > Great! I'll give it a try! > > On Mon, Jun 20, 2016 at 8:51 PM Karl Blomström > wrote: > >> Hi Jonathon! I am working on a client library for retrieving oauth2 >> tokens. Have a look here: https://github.com/blmstrm/loudmoauth and here >> for example usage: >> https://github.com/blmstrm/loudmoauth-examples/blob/master/src/loudmoauth_examples/core.clj >> >> The library is not polished yet but it seems to work (fingers crossed). >> >> Maybe it can give you some inspiration or you might find it useful. >> >> I am not at my development machine now but I can upload the latest >> version to clojars tomorrow and at the same time expand the readme. >> >> Regards, >> >> Blmstrm >> Den 21 juni 2016 9:34 fm skrev "Jonathon McKitrick" > >: >> >>> Right! But what's the easiest way to do the initial handshake with the >>> public/private bits to *get* the token? >>> >>> On Monday, June 20, 2016 at 8:13:49 PM UTC-4, Denis Laprise wrote: You can pass the OAuth token in the request options if you're using httpkit or clj-http (both use the :oauth-token parameter). On Monday, June 20, 2016 at 4:30:32 PM UTC-7, Jonathon McKitrick wrote: > > I'm looking for the simplest way possible to get OAuth2 working so I > can call an API which has recently switched from username/password to > OAuth2. > > Any suggestions? Most of what I've found so far is server > implemenation, rather than web app to web app. > > -- >>> 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 unsubscribe from this group, send email to >>> clojure+unsubscr...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> >> You received this message because you are subscribed to the Google Groups >>> "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to clojure+unsubscr...@googlegroups.com. >> >> >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> 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 unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "Clojure" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/clojure/oVZ34MMg0XM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > -- > Jonathon McKitrick > -- Jonathon McKitrick -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
ClojureScript + qooxdoo mobile + Cells, Part III
We complete porting the qx.Mobile "hello world" to CLJS+Cells+Cordova+Android, and towards the end I digress for quite a while on what Cells does for development: https://github.com/kennytilton/rube/wiki/Intro-3:-Replicating-the-qx.Mobile-starter-app-with-ClojureScript Now running also on iOS under PhoneGap. Clojars deployment udnerway. -hk -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Clojars will be partially down for maintenance at 1:00 UTC tonight
This maintenance is complete, successfully this time :) If you see any problems, please file an issue at https://github.com/clojars/clojars-web/issues - Toby On Mon, Jun 20, 2016 at 1:46 PM, Toby Crawley wrote: > At 2016-06-21 01:00:00 UTC[1] (approximately 7 hours from now), we'll > be taking down the Clojars web interface to do database maintenance > and deploy some features/fixes. The biggest change in this deploy will > be the introduction of sending a copy of deployed artifacts to > Rackspace CloudFiles to allow us to serve the repository from a more > robust location in the near future. > > This is a retry of our failed deploy on 6/13. > > We've scheduled an hour for the work, but it should take less. During > that time, the web interface, search API, and ability to deploy will > be unavailable, but the repository will still be readable, so projects > will still be able to build. > > To see the status of the work, watch our status page[2] or follow > @clojars on twitter[3]. > > [1]: for your local time, see > https://www.timeanddate.com/worldclock/fixedtime.html?iso=20160621T01 > [2]: http://status.clojars.org > [3]: https://twitter.com/clojars -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.