Adrian Cole

Results 2050 comments of Adrian Cole

One thing very important to users is value for their money. Annotations cause index load especially routine ones such as sent events. concatenated values are not searchable in any way,...

I feel we are specifying things way too early and with very few involved. Why wouldn't we just have something library-specific until there are multiple people wanting to do something?

it is an odd thing the culture we've made where there is pressure to add things to a spec repo before there's any practice. You aren't the first to do...

In cases of invalid utf8 decoding, I have seen '?' substituted. Underscore might be a safer choice as more likely a backend might support it in a name, but it...

> > One of the main goals of this project is to allow libraries provide views > ready to be subscribed without much effort. Sanitization is a good > tradeoff....

to try and broker this conversation. I think jon is saying that sanitation rules can be something difficult to do with configuration or user defined keys as the rules are...

Defining a non global option sgtm. When you cant control your runtime, or need to do things like unload classes, it is often the default choice. In Brave (java library...

The subscription approach is single consumer or multiple? Sounds nice to only aggregate when someone is subscribed.. On 22 Nov 2017 2:55 am, "JBD" wrote: > This issue came up...

question: what about the idea of scheduling an update for the next scope application. for example, instead of mutating what is there, appending a change (understanding this itself implies some...

in zipkin route based name has method+space prefix. when there is no route you still get method. when there is a root route you still get "get /" which is...