Aspen Smith
Aspen Smith
Pentadactyl has `;b`
With this change I'm still not getting `TAB` to cycle through completion candidates (#7763) - only removing the entire binding for `TAB` worked for me: ```diff diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el...
I looked at #114 - that looks like it's an issue when `process_in_background` _is_ called. Also, I'm pretty sure the version I'm running has the fix for #114.
this is not a critical issue since once it restarts again it runs successfully
exposing string flags as time series metrics seems a little… odd
Some bikeshed thoughts: how about `ALTER TABLE RESNAPSHOT`? @aglover got any opinions?
@altmannmarcelo fyi - we're going to be writing a "SQL extension philosophy" doc at some point soonish which will likely affect the specific syntax here.
I've got a segfault on code in a similar area (caused by `next_in_queue` containing a ~null~ invalid pointer) - here's the top of the trace from asan: ``` ================================================================= ==1853596==ERROR:...
Never mind, that segfault appears to have been caused by another library.