This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-03
Channels
- # announcements (12)
- # beginners (44)
- # boot (27)
- # calva (73)
- # cider (1)
- # clj-kondo (9)
- # cljdoc (9)
- # cljs-dev (15)
- # cljsrn (6)
- # clojure (90)
- # clojure-dev (5)
- # clojure-europe (4)
- # clojure-ireland (3)
- # clojure-italy (22)
- # clojure-mexico (2)
- # clojure-nl (8)
- # clojure-uk (32)
- # clojurescript (12)
- # core-async (2)
- # cursive (16)
- # data-science (10)
- # datascript (3)
- # datomic (44)
- # emacs (17)
- # events (4)
- # graalvm (1)
- # hoplon (5)
- # jackdaw (17)
- # keechma (11)
- # nrepl (7)
- # off-topic (24)
- # re-frame (19)
- # reitit (4)
- # rewrite-clj (2)
- # robots (9)
- # shadow-cljs (20)
- # sql (12)
- # testing (4)
- # tools-deps (23)
- # vim (55)
@dominicm Not sure at what level the ugens in overtone work, but I guess they could go as far as generating every value at 48kHz for as long as the sample plays
The pretty printed output doesn't look like that, but there's still quite a lot. Not that much that it should take multiple seconds, but I have no idea what things it goes through when introspecting objects
Another small Conjure progress thing: The develop branch contains virtual text for single line eval results as well as quick doc lookup now! https://twitter.com/OliverCaldwell/status/1135526143250116608 https://github.com/Olical/conjure/pull/39
If anyone ends up sort of beta testing this beta branch of beta software then let me know how you find it. Especially let me know if you manage to break things and think you know how you did it π oh it also looks up documentation and inserts it as virtual text as you type instead of just in normal mode. Now I'm going to spend the afternoon using it!
(next up is declarative connections with a .conjure.edn
file so you no longer need to make your own ConjureAdd
mappings!)
Nope, virtual text has been out for a long time now. It's floating windows that aren't released as far as I know.
Is there a way to turn off the log completely - I'm not interested in seeing the conjure log most of the time and is there a way to turn off the display of the documentation (shown as virtual text)? If I want to see documentation, I can press K and the log can pop up, but having it appear everytime is a bit annoying π
On the github page, it lists a handful of g: options, but nothing I can see about turning things off
So not yet to either of those because nobody had asked π I'm happy to add config though, just didn't want to add a bunch nobody needed really.
Of course, totaally undrstand, so yes please, options to disable the log and the documentation
the eval virtual text of functions is a feature yes please that I've been waiting for
I think I like quick doc because I have the memory of a goldfish, I like having the args there the whole time. Didn't think it'd be everyone's cup of tea
No problem, a way to disable then, for those who want to see the doc when pressing K, otherwise quiet π
I'll probably let you toggle both of those features tbh, can't hurt. So you don't mind not seeing the log window ever even if it contains stderr/out? You just open it when you want?
which is fine, I can work that out, I only just added the changes to update the log buffer without opening a window in the current develop branch
Put it like this, at the moment I'm used to fireplace. When I eval a form, I have it mapped to nmap <silent> <Leader>e :Eval<CR>
but for normal-day-to-day evals, I trust that the eval will work, so I don't need to be told it worked.
:thinking_face: I think maybe the current develop branch will almost be what you want then (minus the quick doc)
basically, I take the view that your editor (ide) should be as quiet as poossible, and only flag errors/exceptions.
See #conjure for future stuff π should stop me polluting #vim as much! (sorry for the noise!)
I think annoucements of updates to the plugin, or calls for testers are still okay π (or anything really), after all it's directly in the set of ...`for discussion on all things (neo)vim` π
but having a separate channel is good, for more indepth questions/answers/discussion π
@olical I for one welcome you in #vim (over #conjure even). As a fireplace user I enjoy the updates, and we're too small a group to be splintering into even smaller ones.
I'll still post things here, just kinda moving the deep discussions about random settings and things to its own channel. I agree that vimmers need to band together
I like giving input on random settings to help shape it to be better for me on the future ;)