Stephen Margheim
Stephen Margheim
@byroot @matthewd: Another CHANGELOG resolution. I would love to get some eyes on this.
> I modified your PR so it's enabled in the adapter by default rather than in the default generated config, as to have coverage on CI. > > But it's...
@byroot: Interesting thought! This helped me finalize a comprehensive approach. I just pushed a new commit which handles 3 details: 1. All SQLite3 connection default to using IMMEDIATE transactions 2....
This needs to be rebased and squashed, and I think the implementation should be evolved a bit (see comment above), but other than that, this seems like a healthy PR,...
So, I don't yet have a solution or an understanding of what precisely is going on, but I have found that I can "fix" this problem by ensuring there are...
I found a simple solution: `capture(&block).to_s`
It seems that the way the log works, when you initially capture the `&block`, nothing has been rendered yet, so it is `nil`. It is only after the file has...
I have an initial implementation of the feature (right now with one test) in [this branch](https://github.com/smargh/nestive/tree/mr/scoped-buffer)
In order for the scoping to function properly, each branch needs to be able to be both a "branch" (has a child) and a "leaf" (has instructions). So, if we...
Oops. That's a good call. Yes, please feel free to update the Readme and send me a Pull Request. I will merge it ASAP.