Carlo Kok
Carlo Kok
I've got it implemented it in this (old) fork: https://github.com/carlokok/cecil/blob/master/Mono.Cecil/ModuleDefinition.cs
That gives: ```SQL Fout (1064): index a2: group-count-distinct attribute 'resortId' not found``` The big thing with my original query seems to be that I have no way to tell manticore...
Maybe I'm misunderstanding, but wouldn't adding support for something like: ```select id from a2 where {somecondition} group 1 by resortId limit 5000 option store="sessionvar"``` a relatively simple option inline with...
@bjorn3 once there IS a public api then yes. cbindgen requires the Rust side to already define a nomangle interface.
If it's of any interest to anyone, I wrote a C api that allows this. api: https://gist.github.com/carlokok/d0d079dba76ee253a1571d58f2e791fb ``` #include #include void cb1(uintptr_t userdata, const char* err, const char* fn) {...
agreed :) but if there's no interest or if the interfaces don't want to be tied down then I won't bother. Also this was my very first foray into Rust.
Note that in my use case (https://github.com/knative/serving/issues/10575#issuecomment-1157924093) I don't use a service account, ExternalSercret pulls azure keyvault secrets and places them directly into a secret: ``` apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret...
Shouldn't this mostly already work? Most components aren't interactive in the first place as far as I can see?