Results 7 comments of ogrim

By using `(string :refer [join] :as string)` it looks like you are making a call to a function named string. It seems to me natural, as a general rule, to...

@githubdevuser As a workaround you can create a symlink, and move the folder to another disk yourself. https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

Thanks for the feedback, feel free to raise a PR and I'll merge it :)

Thank you, by all means raise a PR and I'll merge it ASAP

Maybe you figured it out since November, but you can do something like this when filtering: `"it.something.toLowerCase().contains(" + searchValue.toLowerCase() + ")"`

Are you calling `remove` on the Entity or the EntitySet? If you call remove directly on the Entity, the DELETE request will issue at once, and saveChanges is not needed.

Is this the source you are looking for? https://github.com/jaystack/jaysvcutil