Amos Bird
Amos Bird
@nikitamikhaylov I'm progressing a bit slowly, but it's on track. Will continue this week.
I'm facing the same issue: When a Docker subnet is created after Tailscale has already been set up with 'exit-node-allow-lan-access,' the new local subnet still routes through the Tailscale exit...
Related https://github.com/tailscale/tailscale/issues/3646
I've seen same issue in lsp-mode managed buffers. I guess it's related to recent changes of `(+format/region-or-buffer)`
Because the original table lacks primary keys or indices to help pruning data, which means those parts without projection will have to be read.
This could be related to some edge cases with `DateTime64`. Try using `toStartOfFifteenMinutes(ts)` as the primary key instead.
> We need to keep using the ts as primary key and `toStartOfFifteenMinutes` for the projections. The suggestion to use `toStartOfFifteenMinutes(ts)` was not intended for production changes but rather to...
Can we add support for partial writing with a dynamically specified set of whitelist/blacklist fields and globs? I’m trying to use Glaze to implement response filtering functionality as described in...
@serxa It would be better to wait for @alexey-milovidov 's input before merging this PR, as it breaks compatibility for certain `INSERT SELECT` queries.
> I would expect it to either have the same behaviour as before and match columns in order, or throw because the columns don't match, but inserting default values is...