Matt Krick

Results 210 comments of Matt Krick

@chendo yup, that's expected. The problem won't go away unless you don't reparse/re-evaluate every rule on every update. Fixed in #157

a proposal for the proposal: allow a custom scalar to have a serialized & a parsed value. For example, a custom `DateTime` will come back as a `string` in the...

@Dschoordsch you're too kind! thanks for the review. I'm stuck on testing that SIGINT handler. i could call `kill -s SIGINT`, but i'd like to just ctrl+c, but that's not...

i misunderstood the SIGINT handler, it doesn't handle promises. instead of doing async work in the SIGINT handler, I'll have the dying node publish a message to all living nodes...

@Dschoordsch would you mind giving this old thing a fresh review?

I think this is good to go, we're got a lot of risky PRs going on right now, so I'll hold off on merging this until things calm down in...

documentation added! ready to merge as soon as tests pass