Nicholas Gates

Results 137 comments of Nicholas Gates

I'd also like to be able to delay Tracer initialization since when configuring ddtrace from code it gets fiddly to override DD_SERVICE and DD_ENV before Tracer has read those env...

Better yet, `MyUnion.some("value")` Or builders, `MyUnion.some().value("value").build()`

Can I bump this? It's pretty seriously wrong that my incorrect request returned a 200 response when it didn't actually do anything. In my specific case, the bean had a...

Can now workaround the trailing slashes using the annotation processor API, but it would still be useful to say "follow redirects", perhaps that could be a parameter to `com.palantir.dialogue.annotations.Request` ?

We could use the AsyncApacheHttpClient, but I think you're right, we don't want to take a perf hit for blocking http clients. What would be the next steps, perhaps pushing...

I suspect we can borrow a lot from how Maturin locates these directories? Although it looks like it has a big directory full of somewhat hard-coded sysconfigs?

Yep, similar. The other one I think can be fixed by calling eagerEval on the class / module definition inside `py.class`

Our plan was to wait for AsyncIO to land in Zig core so we can figure out how to most neatly integrate

Regarding the `v11` zig, you should be able to set `zig_exe = ` in your `pyproject.toml` - although that sort of requires a Poetry pyproject.toml!! Are you saying you'd like...