Fork me on GitHub
#off-topic
<
2019-01-02
>
Lennart Buit17:01:07

Hmm, GitHub dead for more?

eggsyntax17:01:05

Intermittently. I was suspecting my network settings, because it loaded on my other box, but it may be just a heisenbug. Interestingly, https://downforeveryoneorjustme.com/github.com

Lennart Buit17:01:30

yeah, its showing unicorns, so has not disappeared from the internet

Lennart Buit17:01:43

sounds like we can reach their reverse proxies, but not their app servers

eggsyntax18:01:48

That's one mean-looking unicorn, though.

dangercoder17:01:17

yeah.. happening for me as well

Lennart Buit17:01:03

ah, status now also says major outage

✔️ 10
scriptor19:01:58

weird, it’s back up now but no mention of the outage on https://www.githubstatus.com/

Shantanu Kumar19:01:10

Hi. Does anybody here know how to exclude certain tests (Clojure 1.10) from Java7 JDK on Travis CI?

kulminaator20:01:36

wouldn't it be easier to let go of java7 ?

Lennart Buit20:01:32

(7 also only receives security patches if you are willing to pay for them, public support has seized in 2015)

Lennart Buit20:01:20

(extended support is set to run til 2022 tho, but yeah, not publicly)

pablore20:01:43

@kumarshantanu with midje for example, you can tag your tests with meta data like

(fact "my test" :java8
  ...)
and filter them using lein midje :filter -java8

pablore20:01:12

But I don’t know if you can do that with clojure.test without some heavy lifting

dpsutton21:01:04

oh sorry. i should have tagged @kumarshantanu on this

jimmy23:01:09

What do you guys think about https://github.com/stimulusjs/stimulus/ ? I find it's a scalable javascript framework where we don't have to rewrite like react or vue.js