bendk

Results 297 comments of bendk

That would work, it just feels like too much typing if you're using the filters often in your templates.

Fair enough. I'm not sure how the macro would work, but another option would be something like jinja's `contextfilter` decorator, so that the filter function would get the context is...

> Ouch, hrmph. I'll dig deeper, but we should be aggressive here - it would be a shame to revert alot of this code and end up with even more...

Related question: are the current errors still reporting `Unexpected error: Error executing SQL: Query returned no rows`? I'm not seeing that in the crash reports, but it also is listing...

I looked into this one a bit more today. The error is still happening, but it was hard for me to track it down in sentry. Eventually I found [this...

If I'm reading the docs correctly (https://sqlite.org/rescode.html), this can occur if the temp directory gets filled up. I notice that `places` and `logins` both set `PRAGMA temp_store = 2` specifically...

It would be nice to have a generalized approach to this. Should we catch the error and create a store that always returns failures? Should the consumer catch the error...

Yeah, I think it might be dependent on the component. If it's possible to have a wrapper class, then I like having our components manage it. For example, maybe we...

Re-opening this one, since the longer term question is still open.

What if the shared/common crate also contained some functions? `shutdown()` and `rc_log::log()` would be good candidates. Maybe that makes it substantial enough to for a .udl file.