This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-25
Channels
- # bangalore-clj (2)
- # beginners (50)
- # boot (21)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (93)
- # clojure-russia (5)
- # clojure-spec (22)
- # clojure-uk (3)
- # clojurescript (24)
- # data-science (4)
- # datomic (1)
- # events (2)
- # fulcro (46)
- # graphql (9)
- # hoplon (16)
- # lumo (42)
- # off-topic (3)
- # perun (2)
- # protorepl (1)
- # re-frame (10)
- # reagent (12)
- # ring (1)
- # ring-swagger (1)
- # shadow-cljs (12)
- # specter (16)
- # unrepl (10)
I need to get an approximate location of the user based on ip addr. (city/state estimate is sufficient). This is for sending targeted ads via different location. What service do people generally use for this ip addr -> approximate location mapping ?
I'm already doing
(defstyles svg-text
[:svg
[:text
{:user-select "none"
:-webkit-user-selec "none"
:-moz-user-select "none"
:-ms-user-select "none"
}]])
but it still allows users to select svg text. How can I disable selection of svg text ?borkdude i recently rolled my own blogware because i figured configuring someone else's the way i wanted was more effort and could break in time. it's elisp/makefile/pandoc driven https://github.com/alandipert/wondr-blog