Andre W.

Results 24 comments of Andre W.

Or how about and auto-save into `/tmp` and allowing CTRL+SHIFT+T to work?

Argh! I def. didn't want that. I actually say that in my inital blog post on medium. That you can use `:>` to make sure the first argument is interpreted...

Thinking about it. Gonna leave it like that. Breaking it again would suck for the 0.1.9 users. Better only break it once than twice, right? But glad that there is...

You're the boss now, so feel free to revert it :) I also gave you permission to the clojars, let me know if you need more access.

Do you use `klang` in production? I mean: The CLJS code with overlay in production? IMO you shouldn't since it's code that you don't really want/need your users to see....

I see, maybe I'll make it more robust and accept a `(quote some-symbol)`, seems like a common thing to add. No, you don't need to export your log functions. The...

Try 0.5.7. It'll automatically pluck out the symbol in case you use `'foo.bar/log`. Performance isn't affected, in fact I improved it by avoiding re-compiling the blacklist/whitelist regexes now. FWIW, `(read-string...

FYI This is super easy with just adding a: `(es6-iterable TheType)` under the type you want to make iterable.

Extending the type to be `IComparable` is probably tough if you use a mangled JS build. Though it'd be easy if you built datascript yourself (you can see shadow-cljs to...

If you store values in Datascript and query by them (as above) you absolutely need to make your values comparable. If you really just care for identity and don't have...