Luc Sorel-Giffo

Results 60 comments of Luc Sorel-Giffo

> I would just like to add that I tested this on the `add-method` branch and received the following error (on a fairly complicated project): > > ``` > ValueError:...

hi @Highlander1970 @huyz @basilmusa :slightly_smiling_face: Please, forgive me for the long delay before solving this issue. It took me a while to understand how Python imports modules, specifically that Python...

@ColtAllen your participation on this issue was not really related to the pull request; but you are welcome for review or approval, if you like :pray: :slightly_smiling_face:

Thank you @huyz for your feedback. I am glad that #40 fixed this issue :smiley:

hello @seppzer0 , thank you for your interest in this project :slightly_smiling_face: Indeed, `py2puml` does not handle `Literal` (nor `LiteralString`) types yet. Could you provide examples of some python code...

Thank you for your answers, with which I agree. I misunderstood the comparison between the literals and an enum; but leaving `chroot : Literal['full', 'minimal']` in the PlantUML generated contents...

Thank you @davorrunje and @Lancetnik for your answers. I agree that segmentation faults occur rarely in Python. But they can happen when using Python wrappers around compiled code. A healthcheck...

:pray: @davorrunje for your answer. I understand your views in process isolation and performance. Restarting failed workers would be great, I don't know how hard that would be to implement....

To follow up on the resilience topic, I would like to suggest some improvement of the workers when the FastStream application is launched in the multiprocessing mode (as in `faststream...

:pray: thank you @gostilovichd for addressing the issue.