Fork me on GitHub
#clojure-uk
<
2016-11-29
>
thomas08:11:36

@korny that what I would have expected as well

thomas08:11:02

btw @korny has the package been delivered yet?

korny08:11:26

Package appears to be en-route! Contractions overnight and now. Still could be pre-labour and fade again...

thomas08:11:54

sounds exciting.... fingers crossed... and the best of luck when it happens!

gjnoonan10:11:25

How’s things Chris?

agile_geek11:11:52

@gjnoonan good...how's things with u?

gjnoonan11:11:30

@agile_geek Not too bad, just dealing with some madness with nginx redirects that should work, but don’t. Other than that, busy busy 😕

thomas15:11:57

Today I wrote a Selenium/clj-webdriver test case.... my first ever. woooohooo

thomas15:11:12

it even kinda works 😉

glenjamin15:11:56

for now 😄

thomas15:11:10

it fails sometimes.... not sure what causes that though. I can see the wrong page in the browser window.

seancorfield18:11:16

@thomas We use clj-webdriver extensively and sometimes a page will randomly fail to load, causing a test to fail with a timeout. We’ve never been able to figure out why 😞

bigkahuna20:11:41

I have an extra ClojureX 2016 ticket for sale for the conference at Skillsmatter on 1st and 2nd December this week . It's on sale for the early bird price of £95. Would prefer a Paypal payment. Contact us if you're interested,

paulspencerwilliams20:11:47

@thomas: which browser do you use?

thomas20:11:57

@seancorfield it seems to load the wrong page for some reason... but I'll investigate some more tomorrow.

thomas20:11:09

@paulspencerwilliams I use firefox at the moment

paulspencerwilliams20:11:54

@thomas: okay, I find that typically the most reliable.

thomas20:11:20

ok good to know @paulspencerwilliams thanks for the tip

practicalli-johnny23:11:48

A fun night at the Thoughtworks dojo tonight, several different projects using clojure.spec and clojure.spec.test - here is a simple example of using clojure.spec and clojure.spec.test to create a specification for a recipe and instrument a function to check its args and outputs when called. https://github.com/jr0cket/spec-cook