duke
duke
Hi @Olical, it seems other nrepl clients (e.g. calva) can show fn signature, some even for java methods (e.g. cider if I remember correctly. I haven't use it for awhile)....
Here is a minimum project.clj with co.paralleluniverse.pulsar.instrument.auto=all. lein repl or uberjar throw ClassFormatError. See long stack trace below. ``` (defproject pulsar-example "0.1.0-SNAPSHOT" :description "a sample project using Pulsar" :url "https://github.com/yogthos/pulsar-example"...
Hi, thanks for developing such easy to use tool! I ran into some strange "file not found" errors when navigating source (embedded) links in Dash. copy&paste those links to Browser,...
Hi, fennel completion list doesn't look correct as shown in below screenshot. I'd expect only those os functions in the list. However, it seems conjure always includes lots of nvim...
I use ipython from wsl2 in windows terminal and vscode remote (both has keymap sending %paste without switch editor panel). One problem is that %paste gives ``` In [50]: %paste...
Thank you @bpringe, @ericdallo for coming up the fix for clojure-lsp on Windows! I just tried it, noticed a minor issue. Add Missing Require included metadata in require. 
Hi @nikita-volkov, I found this part of README document is not sufficient for labelOpticDeriver. https://github.com/nikita-volkov/domain/blob/062d559eed4dab79b2b4eaf8f3e956d9db730d0b/README.md?plain=1#L525 1. When the second flag in `declare (Just (False, False))` is set to False, hasFieldDeriver...
Hello, nice library! What do you think adding record embedding like Go's struct embedding? I think it'll work nicely with optics field labels and RecordWildCards. That'll solve 99% of extensible...
Hi, FlowT in 2.4 is a very ergonomic alternative compare to Variant on the Left of Either. I like it a lot. Just want to bring up an enhancement for...
Hi, thanks for sharing an awesome library. love the efficient design and clean api. Regarding the topic of custom allocator context raised by @skeeto here https://old.reddit.com/r/C_Programming/comments/18gnxkd/verstable_a_versatile_highperformance_generic/kd25s9z/ Would you think the...