Nikita Grishko

Results 35 comments of Nikita Grishko

Thank you for the response. But honestly, I don't think that your proposal is useful because when I use custom type and don't want to write additional casting logic because...

I decided to fork Ecto type for my needs (maybe they are strange). But anyway thank you for the answer and I close the issue for now because don't know...

Hello! Any updates or estimates on this?

@trelore you need to specify strategy `all`: ```yaml version: v1beta1 plugins: - name: doc out: gen/doc strategy: all ```

@cksachdev you can try my very simple plugin (https://github.com/Gr1N/SublimeFixMacEnv) to solve your problem.

Same issue, any progress or ideas?

Here are my versions: ``` protobuf 4.25.3 libprotoc 3.19.6 ``` Here is an example of a workflow file: ```python from temporalio import workflow with workflow.unsafe.imports_passed_through(): from temporalio.v1.lorem_pb2 import ( LoremWorkflowRequest,...

Yep, I understand that providing insights without a reproducible example is almost impossible. However, I figured out how to make my workflow workable. I had my Protobuf imports under unsafe...

To my mind, a huge refactoring is always a bad idea, so option one sounds bad to me. Also, I don't think that AIOHTTP wants to have StatsD related logic...

I guess yes. I'll try this option.