jens-f
jens-f
Thanks @AdrianVovk . I had looked at `ostree-releng-scripts` before and it wraps`rsync` as far as I can tell. We are using `aws s3 sync` right now which is using somewhat...
This is more of a design question: what would you think about an abstraction layer in ostree to allow using blob storage? Maybe something that is more simplified than POSIX...
thanks @cgwalters and @dbnicholson for the quick feedback. > In kopia, the local filesystem is the source and you're trying to mirror parts of it somewhere else. In ostree, the...
We actually didn't try using the LIST_DEF in the header. Wouldn't that explode the code size since the same functions are generate multiple times in each .c file that consumes...
Thanks for the explanation on the code size. We might give this a try to see the impact in our case. Our data types are a bit more complex -...
Yes, same for me. It's pretty disruptive as we have to do the adjustment every single time in a couple of files when we regenerate the flatbuffers. Would be great...
I actually have the same question. I'm trying to find a "clean" typescript way of accessing tensor elements by index. Currently I'm doing something like this (to stay with the...
I ran into a similar issue with functions and posted a proposal in the supabase js repo here: https://github.com/supabase/postgrest-js/issues/319#issuecomment-2564090839 Linking here, in case this repo is the better place to...
@Hallidayo we also still have that issue, it was never addressed as far as I can tell. I'd appreciate it if somebody could have a look at my proposal at...
We are also affected by this issue for the last 6 months. We rely on computed relationships heavily. Are there any plans to fix the type generation? We currently need...