You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
pb file is generated with line import sreeify_pb2 as sreeify__pb2 which relative import is broken on. Current workaround is to manually change file to match below:
Pretty sure the solution is a flag in buf.gen.yaml, something about relative import
Acceptance criteria
WHEN I generate code with buf generate protos
AND I run sreeifier as a containerised image eg. docker compose up --build sreeifier
THEN it should run without modification to generated files