This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-18
Channels
- # 100-days-of-code (10)
- # announcements (2)
- # aws (3)
- # beginners (120)
- # boot (6)
- # calva (6)
- # cider (22)
- # cljsrn (3)
- # clojure (145)
- # clojure-greece (1)
- # clojure-italy (7)
- # clojure-nl (24)
- # clojure-russia (90)
- # clojure-spec (21)
- # clojure-uk (80)
- # clojurescript (175)
- # core-async (1)
- # datomic (17)
- # emacs (8)
- # ethereum (5)
- # figwheel (1)
- # figwheel-main (140)
- # fulcro (137)
- # jobs (6)
- # jobs-discuss (3)
- # luminus (3)
- # mount (1)
- # nyc (3)
- # off-topic (39)
- # onyx (1)
- # pedestal (1)
- # re-frame (21)
- # reagent (13)
- # shadow-cljs (60)
- # spacemacs (25)
- # test-check (4)
- # tools-deps (14)
- # uncomplicate (3)
- # vim (18)
Morning!
morning @alex.lynham
Morning dude! How's it going?
Morning all o/
Raining
we should cancel Tuesdays - have a six day week
let’s cancel Monday too!
that would give us a 10 day fortnight, and we’d be well on the way to decimalising time then
days and days of conferences/meetups and meetings and I'm completely out of social energy
Hopefully we can give you lots of energy tonight :)
aaaaarrrggghhh
runs away 🏃
just dont eat too much pizza and you will be fine 🙂
a unit test that worked fine yesterday suddenly fails... seems to be some sort of environmental reason... 😕 as well
I’m in my final week at my current role so I’m feeling equal parts excited, sad, and nervous
Yep! I’ve got a week off, but that week also includes a trip to the home office to sort out my visa
good experiences with joker too. apart from the occasional performance issue. as i use it on a windows machine might not be relevant to the ppl here using real OSes
this joker sounds great - like all the stuff you get out of the box with Cursive, but as a separate tool
well joker kinda an analyzer or clojure reimplemented in go. cursive has something similar afaik only in java/kotlin
just got joker running in my emacs setup
although the default style for an issue being the ms-word style squiggly underline will need changing 😄
The underlines in Spacemacs are straight, so assume it’s easy enough to configure joker output in Emacs. There are nice subtle spots in the margin and a count of issue types in the power line
yeah I've got those enabled, I'm just trying to work out the styles now ^_^
*those of course being the bit in powerline and sidebar
should have been more specific
@alex.lynham I'd be into seeing your emacs config for joker
melpa is flaky on the day job wifi so I've hard coded the .el
file into my vendor
the rest is in my hacky init.el
my emacs config is a mess, sorry. It drifts slightly but it's roughly what I use on my work and personal laptops
kind of like everything I do, it's 80% perfect and I'm chipping away at the other 20 so it's actually smooth sailing, but it's taking time... ^_^
gosh working out where this style comes from is a rabbit hole...
@alex.lynham
Hmm, Spacemacs clojure-lint
layer doesn't add any of its own config and just uses vanilla flywheel-joker package. I guess the spacemacs dark and light themes control the nice underlines and powerbar display.
I'm going to have a look at flymake-joker too. Thx @U05254DQM. And don't worry about your emacs config being a mess @alex.lynham. Everyone's is. 🙂
spacemacs looks cool. I'm pretty happy with my use-package and org-mode setup https://github.com/otfrom/otfrom-org-emacs
mine's a ball of rubber bands and gaffer tape but I guess I know where the gremlins are by now
and it fails me when I need it surprisingly infrequently
@U05254DQM gonna use this train journey to spelunk in the emacs styles configuration
s'here I think https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attributes.html
> style should be a symbol line or wave, meaning to use a straight or wavy line. Omitting the attribute :style means to use a straight line
aaand there we go:
;; flycheck styling
(set-face-attribute 'flycheck-error nil :underline '(:color "#d32e00"))
(set-face-attribute 'flycheck-warning nil :underline '(:color "#e3795c"))
(set-face-attribute 'flycheck-info nil :underline '(:color "ForestGreen"))
add that^ or something like it to yr init.el
Does anyone know whether HugSQL returns a nil or an empty vector from a SELECT that has no results?
can you arrange for it not to matter?
much of the core library will handle nil
like an empty sequence
yeah nil punning innit
I hope everyone in London today is coming along to the meetup at Signal Media offices this evening. We have 60+ signups already, so its a great chance to meet people outside of Slack 🙂 https://www.meetup.com/London-Clojurians/events/rpbqcpyxmbgb/
I'll be there. Should we grab something to eat before we go or will there be sponsored food?
Signal Media will be providing pizza.. however if everyone turns up it may not last long 🙂
I'll be there early, so feel free to grab me for a chat when you get there
So you're telling me there will be no serverless horizontal scaling of pizza?? 🙂
@lady3janepl it is always morning here... we use UGT after all!
If you use that twitter thing, please consider retweeting this (or comming up with an even better tweet) https://twitter.com/ldnclj/status/1042009203425136641
mmm... I like those times where I can test my works out of the box emacs setup by deleting my elpa directory
Anyone know how to set up nginx so that requests to a specific, deep URL are served from the disk, BUT, all other requests are proxied to a Clojure app? e.g. http://hostname.com/admin -> proxy http://hostname.com/public/img -> proxy http://hostname.com/public/img/logo -> disk
Have burned over 2.5 hours on Googling and experimentation - have decided that I need help 😞
Was gonna say the Google fu is probably something something rails assets something something nginx and there will be tonnes of hits
Years since I had to configure it tho :)
well... kinda yeah lol