Results 6 comments of myyrakle

I think this should also be added to the official documentation(https://serviceweaver.dev/docs.html#multiprocess). Or, would it be difficult to apply branch handling only for windows? Currently, it is difficult to solve without...

https://github.com/ServiceWeaver/weaver/pull/232 What do you think of processing in this form? Are there side effects or other issues?

I found the cause. When the branch name is something like "deploy/dev", an error occurs because of the slash. This is the code in question: ``` app_branch_update = custom.AwsCustomResource( self,...

Oh! I didn't know there was an empty filter. Sure, it might not be great for performance, but it might be useful for light use cases. However, in my case,...