Nathaniel Brown

Results 12 comments of Nathaniel Brown

Just tried using this and got the following error: ``` In [1]: from sortedcontainers import SortedList In [2]: s: SortedList[int] = SortedList() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in...

It is very odd that there are async/sync versions of Playwright Python but the integration with pytest only supports sync. If the primary purpose of Playwright is to write tests,...

@mxschmitt, that's great to hear there is no technical blocker. My initial thought would be to add new fixtures to the same package with `_async` suffixes, like `page_async`. Then users...

I'm also very interested in a way to generate this file manually for the same reasons. `vite build` does the job, but it's slow and I want a fast method...

I'm seeing this as well in my tests with `temporalio==1.2.0, opentelemetry-api==1.17.0, `opentelemetry-sdk==`.17.0`

I'm importing `from temporalio.contrib.opentelemetry import TracingInterceptor` and then using this interceptor for all my clients and workers. For the client I do have another interceptor I created for Sentry: ```python...

Not sure I totally follow, but I can say I've been using `UnsandboxedWorkflowRunner` so haven't been worrying about "pass through" imports. My definition of getting the interceptors and creating workers...

Just wanted to jot down that I think this might just be an issue _on worker exit_. This happens all over the place in my tests, but I'm creating+shutting down...

Really it is just the import part. I tried changing things so that no encryption was performed and only the file extension was changed and still found the same behavior....

This is just a straight bug I think. If you have a paid account, and a feature needs a paid account for a custom model, use the paid account and...