Adrian Cole

Results 412 issues of Adrian Cole

**Is your feature request related to a problem? Please describe.** For a while, we've had people either make calls based on us not publishing numbers or asking us to publish...

enhancement

from @sam-at-luther on #421 >From the go docs, it's not immediately clear if canceling the passed ctx will stop execution. From this discussion I gather that it does not (I...

Even if only in interpreter mode, it would be helpful for someone to be able to trace by logging or call graph. This could be initially limited to entry-exit on...

We currently don't support user-defined types, but perhaps types of the primitives we do support might work. We should add tests about this either way as defining types allow you...

Globals in WebAssembly 1.0 (MVP) are alllowed to be mutable, and stored internally as a uint64. We need to internally guarantee visibility of writes across goroutines for these, or document...

needs votes

I started porting https://github.com/summerwind/the-art-of-webassembly-go by @summerwind to the latest API and realized we need to finish APIs exportable from the host, including memory, table and globals. Currently, we only support...

# Description Updates wasm basic middleware and simplifies some code inside of it, notably by using [waPC](https://github.com/wapc/wapc-go). This changes the entrypoint function to be named "rewrite" and uses a pool...

autoupdate

As discussed on https://github.com/openzipkin/b3-propagation/issues/21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/propagation/B3SingleFormat.java https://github.com/openzipkin/brave/blob/master/brave/src/test/java/brave/propagation/B3SingleFormatTest.java Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1 It would also be nice to...

enhancement
up-for-grabs
tracing
feature-request
P2

Unit tests help validate design choices. Notably #778 defines apis which might be useful for lambdas or even method references, but nuance is hard to see because we are limited...

enhancement
tests
P2

Right now, all the RPC views use tags local to the process. For integration concerns, we should have a test that consumes for example the incoming client method tag. Otherwise...

enhancement
tags
tests
P2