Michael "Tres" Brenan

Results 284 comments of Michael "Tres" Brenan

You can cheat for now via a `WHERE` clause: ``` TASKS WHERE file.path = this.file.path AND decision ```

Yes, I'm still looking at dynamic sources for the QL.

`dv.el` is not a very good abstraction generally; I am currently considering replacing it with `react-hyperscript`, which offers shorthand for making virtual react doms for rendering.

Implementing non-flickering DQL is much easier; I believe all DQL views avoid flickering nowadays since they use React to re-render. Implementing a `VIEW` block seems reasonable that essentially transposes a...

I see where you are coming from w.r.t. mixing multiple versions of preact/react - it does seem pretty sketchy. I _think_ plugins built with different versions of preact will mostly...

I'm not strongly opposed to adding single quote string support, though I wonder if the better fix here is to provide an alternative way to write queries in Javascript that...

This is currently an intentional change to align datacore closer to how the `Properties` / frontmatter view for files works. For multiplicity, the recommendation is to use tags instead. Can...

Very interesting - I didn't even know this was possible. I will review this soon.