Kovas Boguta

Results 20 comments of Kovas Boguta

This is pretty high on the todo list. We want std-out and std-error captured as datomic attributes on the computation, and websocketted into the UI. Haven't yet figured out the...

I agree. Session uses merchant, https://github.com/kovasb/merchant . The goal of merchant is to be like Import and Export in Mathematica. Two functions that handle a ton of formats in a...

Does lein-pedantic change what ends up on the classpath, or only point out possible issues? The noir stuff has been in for a while so I doubt its resulting in...

Ok, thanks for the report. I'd try ignoring the errors for now. Patches welcome though :)

Something like this would be great. I wish there was a plugin system that would make it trivial to write little extensions like this. Basically something that just had a...

I agree completely. Also, progress bars. I put the :response/status attribute in the schema for this purpose, but haven't done anything with it yet.

Hi, Stuff like latex is something we want, just need some Om widgets to make it happen. I'd like to support better interop with existing projects, just not there yet....

Hi, We definitely need some built-ins to make it easy. The underlying mechanism is datomic's backup and restore functionality: bin/datomic backup-db from-db-uri to-backup-uri bin/datomic restore-db from-backup-uri to-db-uri However this won't...

I'd prefer to have a separate "logging" driver, and then forms of analysis over that log, rather than put this kind of logic into the basic driver.

I don't think this is an issue. The identity of a buffer is modulated by :mapping-fn, which is pluggable; the default behavior is to use :element (bad name, but is...