Adrian Cole

Results 2051 comments of Adrian Cole

No what I mean is that brave-cassandra has an issues list where features can be requested and implemented. Parsing is a routine ask, but we only implement things asked. Also,...

Annotations or tags? On 21 Jan 2018 6:12 pm, "José Carlos Chávez" wrote: > It would be interesting to support annotations for the controller actions > to add metadata to...

@philippgille I notice the license of chromem-go is [GNU Affero General Public License v3.0](https://github.com/philippgille/chromem-go/blob/main/LICENSE). So, as this is designed for embedding and likely would end up used in software that...

@philippgille for the lazy, do you mind linking each bullet to things folks can browse? (e.g. to PR, source file, etc)

I suppose yeah it isn't using the typical malloc/free stuff ```bash $ wasm2wat math.wasm|grep mem. call $memset call $mem.copy__anon_2526 call $mem.readIntNative__anon_2363 call $memset call $mem.set__anon_2390 (func $mem.readIntNative__anon_2363 (type 5) (param...

Is this different than normal CI for unit tests?

here is basic CI, we had several source files that were checked in even though they didn't compile https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/pull/30

Configuration will change from "guestPath" to "guestURI" (or "guestUri"?) soon to allow file:// and https:// references such as @evacchi did recently for dapr's wasm plugin

update: guestURI is done and accepts file:// http:// and https:// schemes (thanks @evacchi)

y'all are on a roll!