bendk

Results 297 comments of bendk

After thinking about this one more, I definitely think the second bullet is correct for now at least. It's pretty easy to do and there's no need to tie this...

Right now they're converted to panics, which are handled in different ways: - If you set `panic=abort` then the process gets aborted. This is how FF Desktop works, which is...

Github is acting pretty weird for me, but hopefully my comments make sense. I don't think this is all that critical, it just seems like it would help keep track...

@saks thanks for the love! I think we're open to new adapters, but can't commit to maintaining the code. Do you want to open a PR for someone to look...

I didn't specifically make it interruptible, but you might be able to interrupt it via the `SqlInterruptHandle` on the write connection. That should interrupt any DB queries, which I think...

Looking through the code, I'm pretty sure that the calling `interrupt()` on the `WriteConnection` should work 99% of the time, but there are some corner cases where it would fail....

> I don't think using a dedicated writer will be able to work without the risk of the "other" writer seeing "database is locked" errors. I do agree we need...

webext storage has been updated fairly recently (https://hg.mozilla.org/mozilla-central/rev/12ee41f70894e7a9ee03458bb554aecd9d0016ea), so I think we can close this.

#1378 doesn't make the suggested change, but it does fix the issue.