David Guevara
David Guevara
https://github.com/bakpakin/Fennel/issues/406 is fixed now 🎉
Is there a planned date for Conjure to use Fennel v1.1.0? As you can see this issue is still happening on the latest version of Conjure:  But the bug...
 It seems that the bug is still reproduced. On both Hotpot and raw Fennel the bug is no longer reproducible, so it is weird that it is reproduced on...
> Hmm, okay, I'll have to try and reproduce it. You're sure you had the latest commit from this morning? As you can see in the screenshot, yes:  >...
Here is the important snippet: ```fennel (local {: fn?} (require :macro-utils)) (lambda if-fn-hello-else-bye [x] (if (fn? x) `(print "Hello") `(print "Bye"))) {: if-fn-hello-else-bye} ```
Are there any updates? I am still having this issue and it blocks me for using Conjure for testing my Neovim Fennel configuration. As I said before the issue should...
I just executed `prettierd restart` and it works now, weird.  I think the issue can be closed now. I will do some more testing.
I just restarted the computer and it still works properly, so the issue can be closed. Something weird is that I even reinstalled node trying to fix the issue, and...
I have a question as I am also interested on at least trying to implement something like this. > I think the example fennel plugin does something quite similar around...
> Did you get anywhere with the plugin idea? No, I couldn't find any way to make it work using plugins, so I scrapped the idea.