Philip Bawn

Results 7 comments of Philip Bawn

I'm looking through it now as well as the output from my client generator :)

This is solved by this PR https://github.com/openzipkin/zipkin-api/pull/94 which makes the swagger file work well with nswag. I at first thought write operations were already OK, but before encountering issues with...

You know what.. I don't see how writes would work if someone generated a client using this before the modification. Here is what the current master [7692ca7](https://github.com/openzipkin/zipkin-api/commit/7692ca7be4dc3be9225db550d60c4d30e6e9ec59) looks like on...

The opentelemetry-dotnet people appear to have wrote their [own class](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.Zipkin/Implementation/ZipkinSpan.cs) (rather than generate one from the swagger file) which makes use of long data type, similar to my result after...

I don't think maven likes the yaml comments unless it is the license year that is the problem. Also I read the contributor instructions, is there a more appropriate branch...

I am having the same problem as @simhgd in an earlier version of ASP.NET . I am working around it like below in global.asax.cs (see OnStopActivity enrichment) protected void Application_Start()...

I am affected too. > Question: does this work? > Generating answer... > llama_new_context_with_model: n_ctx = 2048 > llama_new_context_with_model: n_batch = 512 > llama_new_context_with_model: n_ubatch = 512 > llama_new_context_with_model: flash_attn...