Tom Vaughan

Results 22 comments of Tom Vaughan

We're using Datomic which supports a uuid type. We expose this uuid as a public id to some resources. I'd be happy to switch to nano-id if I knew what...

We use `randomUUID`, though simply out of convenience. There's no reason why we would have to stick with `randomUUID`. In that link, I see it says: > Datomic's indexes are...

Thanks @zelark !

I created https://gitlab.com/tvaughan/kibit-runner as a short-term solution to this problem. (I think it would be better to incorporate this into kibit itself.) From its README: Add: :kibit {:extra-deps {tvaughan/kibit-runner {:mvn/version...

> as a temporary measure we can show an error if the file is remote I guess and point the user towards using cider-connect to a remote REPL Could I...

> I've committed a potential workaround - on remote hosts we simply assume the command we need is available. Please, try it out. Thanks @bbatsov. I dropped the new cider.el...

> you might have it compiled. remove cider.elc if it is in the directory Damnit. That was it. It works! Thanks!

I'll do something about the Travis CI errors

> :+1: This is very exciting stuff. I'm swamped with work right now, but I should have time to look at this later this month. Hope that's OK! Absolutely. I...

First of all, this only works with Emacs 27.1, the first version to include the second, optional `remote` option to `executable-find`. The `advice` approach is the best I could do...