Darrick Wiebe

Results 18 comments of Darrick Wiebe

Unfortunately my hoped-for workaround didn't help, so these records are being corrupted even when they do not have unique indices attached to them, and so far I do not see...

I just tested it and the patch does fix the problem.

Hi @darkleaf, My previous quick attempt to make a very simple standalone repro to share didn't work. There's no way I could share any part of the actual database that...

Yes, data changes and becomes invalid in past versions of the database even though the latest version always stays correct.

Possibly related to @tonsky's comment, I do have some tx functions that are explicitly scheduled at the end of the transaction so that they can query the partially committed db...

The original version of this PR became a big mess because I had replaced all of the calls to `defmethod` with `g/defmethod`. That aged faster than a fruitfly. I've cleaned...

I'd also love to be able to plug custom element tags into sablono. If this is hung up on deciding on a name, how about `element-constructor`?

Maybe the resolve-middleware function above could be part of nrepl? I think that would preserve the current decoupling, and even if I have to write the start_repl! function (as above)...

I'm thinking that this issue should probably just be closed?