Alex Gunnarson
Alex Gunnarson
Similar comments, except 1) I already had vanilla openvpn linked via `brew` so I had to unlink that first, and 2) I didn't have to comment out the `/usr/bin/sed` line...
Thanks for your quick reply @jeaye! Yes, my actual use case is structurally similar to my example, the most important part being `(s/and a b)` (`:pre`), and secondarily the `((if...
Still interested in this feature — what are your thoughts @jeaye?
No problem! And I see what you're saying — I've never liked the :pre and :post syntax for that reason. I prefer the following syntax: ```clojure (defn-spec sym whole-fn-ret-spec ([a...
This is done in https://github.com/alexandergunnarson/defnt.
Thanks so much for taking the time to do that @jeaye! I appreciate your positive feedback :) And ideally, yes haha, we'd just have one. I'm not sure about PR'ing...
@tonsky I have an implementation of what you and @metasoarous describe in `posh.sync.schema` (mainly in [`ensure-schema-changes-valid`](https://github.com/mpdairy/posh/pull/18/files#diff-04e213e7f0ad90afa2c9a82635644f5fR8) of [a Posh PR I'm working on](https://github.com/mpdairy/posh/pull/18/)). I'll PR it to DataScript once it's...
Makes total sense and lines up with what I was seeing. There’s nothing else on the server so we’ll have to bump memory. Strange though, because not only are we...
Also surprised! Yeah we don't have any background processes other than those required to run Linux and Docker. I wonder if it's either 1) there's native memory used in addition...
Yup, I've been encountering this too today. The referencing happens properly, but the UI doesn't reflect the parsing.