Jeremiah Via
Jeremiah Via
I'm currently running into an issue with module-level docstrings as well. Using the code-snippet below, the module-level docstring replaces the documentation for the foo function. If I through an import...
Using the Photo example, I added a `capture_by` field which is `oneof` either a `Phone` or `Camera`. ```protobuf syntax = "proto3"; package protobuf.examples.photo; import "protobuf/extensions.proto"; option java_package = "examples"; option...
Using Clip and Aero in combination has been a great experience so far. The only UX issue I run into on my team is the difference between how Clip and...
Clip lifecycle functions are marked as unused by clj-kondo. This can be resolve by ignoring the form but I think it could be a nicer UX and a clearer intent...