Александар Симић
Александар Симић
Ah! I was using Gboard keyboard https://appsto.re/gb/syGebb.i version 1.2.3.6281. Using Apple's stock keyboard, the bug is not there. Good that we got that cleared up :) So it look like...
@sherbondy glad to see that there are other people out there that think that Replete could be something like Pythonista! Looking forward to your experiment :)
@foopang the URL you're referring to is 404-ing. But does this answer your question: https://github.com/seantempesta/cljs-react-navigation/blob/master/src/cljs_react_navigation/base.cljs#L164 ?
Hello @sulami do you want to create a pull request and at least we can have it ready, because from your diffs above it seems like you have most of...
Thanks for looking into this @jamesnyika. What do others think about this?
> Something to note is that development has stalled due to Github no longer providing a way to search for all clojure projects through the API. I think that you'll...
Hi @zk Thank you for creating this app and I get that life can get in the way, so apologies in advance if I'm bugging you. Just a gentle ping...
Cloned this branch and added `deps.edn`: https://github.com/dotemacs/clj-embed/commit/f481e11f859cc5faed7ff29a4df61faad4dd568d Requiring my clone like so: ```clojure io.github.dotemacs/clj-embed {:git/url "https://github.com/dotemacs/clj-embed.git" :git/sha "f481e11f859cc5faed7ff29a4df61faad4dd568d"} ``` Then I try the code from the readme: ``` (require '[clj-embed.core...
Further digging into this, it's related to https://github.com/RutledgePaulV/clj-embed/issues/12
And then I tried the version from @SevereOverfl0w: ```clojure io.github.severeoverfl0w/clj-embed {:git/url "https://github.com/SevereOverfl0w/clj-embed.git" :git/sha "f17d268945d4d3ed6f3f0c791d7ab2671f423aac"} ``` which has the fix in it. At least for the #12 Thanks