This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-13
Channels
- # announcements (34)
- # aws (1)
- # beginners (99)
- # boot (19)
- # calva (26)
- # cider (24)
- # cljdoc (8)
- # cljs-dev (29)
- # clojure (107)
- # clojure-dev (3)
- # clojure-europe (12)
- # clojure-finland (1)
- # clojure-italy (24)
- # clojure-nl (5)
- # clojure-spec (13)
- # clojure-sweden (3)
- # clojure-uk (36)
- # clojurescript (4)
- # community-development (14)
- # cursive (3)
- # data-science (6)
- # datascript (57)
- # figwheel-main (3)
- # fulcro (9)
- # graalvm (11)
- # hoplon (18)
- # jobs (1)
- # jobs-discuss (2)
- # joker (10)
- # leiningen (13)
- # off-topic (23)
- # other-languages (1)
- # pathom (24)
- # pedestal (5)
- # re-frame (6)
- # reagent (45)
- # reitit (3)
- # rewrite-clj (1)
- # spacemacs (2)
- # sql (23)
- # tools-deps (6)
- # vim (5)
Hi all, Calva, the Clojure IDE for vscode is getting ready for the release of Calva-2.0.0. The prebuilt binaries are available here: https://github.com/BetterThanTomorrow/calva/tree/dev/alpha-buld?fbclid=IwAR1lCkXfqZXWDHtUdjnPUnrBHypWfPjjdbDCzZu8fx91SKctL_KESVFmReA If you use vscode and could take this for a spin, it would be much appreciated. Feedback welcome in #calva-dev
[ANN] Cognitect Labs' aws-api 0.8.305 https://groups.google.com/forum/#!topic/clojure/rKAbv6-U3CM
metosin/reitit "0.3.2"
is out, with the following changes:
* Closed-spec validation of route-data
* Sieppari-style interceptors work now with reitit-pedestal
* Spec coercion enhancements (via spec-tools
)
* Better ring request/response diffing
* Support for html5 links inside Shadow DOM
* New guides & examples ported from react-router
big thanks to all contributors!
https://github.com/metosin/reitit/blob/master/CHANGELOG.md#032-2019-05-13
Hi everyone. I want to show you early version of new project I'm working on. Technically it's a tool that parses markdown files and evaluates embedded Clojure code (computational markdown). Use case wise - it was made to keep personal wikis and journals. Tools is called Montaigne https://github.com/montaigneio/montaigne and and I was able to generate my personal site from it (https://podviaznikov.com/trips). Very early days for this product but I would love to hear any feedback from people
Hey folks, I’ve just made a post about a project “Beunto” that I’ve been working on that is made with Clojure and Clojurescript https://beunto.com/tim/blog It has also been posted on HN, but doesn’t seem to be getting much traction. https://news.ycombinator.com/item?id=19902880 Check it out, thanks.
I'm getting a blank screen
I'm using Firefox on a mac too
You seem to be after a sticky header, there are easier ways to do that. Here’s an example using css flexbox: https://jsfiddle.net/6c7jhLax/26/
(Using javascript/clojurescript/… to draw scroll bars is usually a bad idea)
(unsolicited feedback, but I hope it helps!)
Yeah I knew the scrollbars would be controversial. I think they just need some kinks worked out, but also maybe make them optional via settings
Hehe, drawing scrollbars yourself is just very hard. There is so much to do “right”, having a smooth scroll, handling keyboard events, handling touch events, correct length of the bar thingie, kinetic scrolling … you name it. Way too much work if you ask me, so I prefer to keep that task for browsers 🙂
not to say that you can’t make a perfect scrollbar, browsers are just ridiculously good at it
some of browsers (FF) have limitations/bugs for thematics/customization of scrollbars. These are logged bugs with no workarounds (at least when I made them 🙂
if theming is your concern, you are right, the web is not yet there. I am just muttering about scrollbar UX 🙂
you can’t read it? Honestly I’m not having any trouble with the scrollbars that would prevent reading it.
that’s strange, i’m using 3 different browsers, on OSX right now. Looks just the same but I have no issue scrolling. hmmm.
You can ask safari to behave like iOS
> You can ask safari to behave like iOS Is that an extension? I’ve been using chrome dev tools for mobile devices, but obviously that’s not enough
Nah, you need to enable the developer menu
Yeah, I'm sure there is some interesting stuff here, but the scroll thing makes it really frustrating to read. Even if it scrolls it stutters and jumps around. (Firefox macOS)