Zach Oakes

Results 197 comments of Zach Oakes

So the Nightcode jar file runs from the terminal, but not from the Finder? And when you run Nightcode.app (rather than the jar), it runs but the REPL does not?...

That would be excellent. Maybe make it a separate file since the readme is already gigantic :D I'm interested to read what patterns you've come up with. I've been using...

I ended up cutting a release, see the notes here: https://github.com/oakes/odoyle-rules/releases/tag/1.0.0 The new [debugging](https://github.com/oakes/odoyle-rules#debugging) section shows how to use `wrap-rule`. I improved the function quite a bit and it now...

Did you build nim from source? The latest stable version is 1.4.0

No support for it at the moment, sorry :( Version 1.3.2 had it but since the rewrite I haven't brought it over yet.

Currently I'm using [FiraCode](https://github.com/tonsky/FiraCode) which is fairly popular for editing code. I may look into allowing the font to change in the future. I changed the title to reflect that.

Is there anything you need to do to make sure that namespace is AOT compiled? That's the only thing I can think of, as I am not a Cider user.

I haven't used clj-kondo before so I couldn't say if that exists. An extension sounds very useful regardless, so you should give it a go.

Can you try `clj -A:dev:play-cljc native` ? That alias shouldn't be necessary because paravim is already brining in play-cljc and lwjgl but i'm curious if it makes a difference.

Can you try deleting your cache? `rm -r ~/.clojure/.cpcache` then do `clj -A:dev native` again On Fri, Sep 13, 2019, at 8:45 PM, Estevo U.C. Castro wrote: > Yes, sorry,...