Adrian Cole

Results 2050 comments of Adrian Cole

other jars also have large manifests, which can easily total a couple hundred KB of fluff.

Hmm sounds weird. @abayer any insight On Sep 7, 2012 8:08 AM, "Steve Jones" [email protected] wrote: > I'm running into this problem. The weird part is that denying root >...

Haha, so there is a flag to AdminAccess to turn off lock ssh, so we can look at that. This is the most interesting awk I've used :) hash checks...

WRT command key naming convention: command key is needed to isolate the context of a rest (or otherwise) call. At least in aws, one way to address this is to...

in order to make sensible command keys, we can start with statically assigned `@Named` annotations on each method. Ex. https://github.com/jclouds/jclouds/pull/1088 has them assigned for all aws commands currently implemented. The...

this concern came up in a library I worked on in the past, Feign. It is common to any annotation based modeling library I think. What we used instead of...

The "initial" part is important. The state model impact is once, there is a `traceparent` header you must always continue to send that with the existing rules on state management....

fyi the [compilation cache](https://pkg.go.dev/github.com/tetratelabs/wazero/experimental#example-package-WithCompilationCacheDirName) helps a lot especially with big wasm. Meanwhile, we've opened a [gophers slack wazero channel](https://gophers.slack.com/archives/C040AKTNTE0) for support, updates and conversation and you can also ask me...

can you make a failing unit test and/or a fix PR? I'm not aware of the wrapping and how it generally affects propagation. please use the actual wrapping library. On...

ok so the unit test would use this library I guess. can you do that? main thing is to strictly show why we are permitting this, and also when it...