David Guevara

Results 47 comments of 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: ![image](https://user-images.githubusercontent.com/37723586/164136464-c3716834-a0c5-44ad-863d-712c4e345d6f.png) But the bug...

![image](https://user-images.githubusercontent.com/37723586/166257325-cb838785-c945-4a50-97bf-8a5812c45e35.png) 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: ![image](https://user-images.githubusercontent.com/37723586/166268045-cbe9a298-c358-4412-8845-bbebc7798165.png) >...

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. ![image](https://user-images.githubusercontent.com/37723586/159833269-bd93961b-8efe-494c-b11b-20ac471a495c.png) 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.