Zach Paden
Zach Paden
@GraemeCliffe-inspirato Are you still interested in taking the append only part of this issue? If not, I may be able to look into it. If so I'll hold off and...
Same issue here with microk8s 1.25.0: ``` Client Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.0", GitCommit:"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2", GitTreeState:"clean", BuildDate:"2022-09-09T07:58:52Z", GoVersion:"go1.19", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.7 Server Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.0", GitCommit:"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2", GitTreeState:"clean", BuildDate:"2022-09-09T07:59:32Z", GoVersion:"go1.19",...
Thanks Owen. I'll try and look into it sometime in the next few weeks, and if I can get it to work I'll look into adding it into the module...
Out of curiosity, how complex would adding something like geohash for this be? Mosaic seems to have many useful features, but is essentially unusable for us since we have several...
Thanks for the details Erni! That sounds like a great feature. Unfortunately, I am still worried however that this may not be sufficient for us. For context, we use geohashes...
Worth calling out that this is also helpful for attached databases such as sqlite/postgres. Would it make sense to release this feature but gate it to tables/models whose database_type may...
This actually work as is when building it yourself, this is what I've been doing. The main thing is I"m not sure if we want to bundle duckdb's binary with...
Dug into [this and as of yesterday](https://github.com/marcboeker/go-duckdb/pull/364) we can now avoid installing arrow, which should bring the size down some [(~2mb)](https://github.com/marcboeker/go-duckdb/pull/205#issue-2273625808). While there is a [handful of features (extensions)](https://duckdb.org/docs/stable/dev/building/build_configuration) it...
This seems to be a common problem https://github.com/astral-sh/rye/issues/412#issue-1847624389 going to try and see if it's a WSL problem.
Downloaded the windows 64 bit installer and was able to successfully bootstrap. This seems to be an issue with WSL specifically, updating the title to match.