Simon Law
Simon Law
# Problem ``` console user@host:~/go/src/myprog$ go mod tidy go: finding module for package github.com/golang/protobuf/jsonpb/jsonpb_test_proto github.corp.qc/qc/bidding-rate-card-service/internal/gomod imports github.com/uber/prototool/cmd/prototool imports github.com/uber/prototool/internal/cmd imports github.com/uber/prototool/internal/exec imports github.com/uber/prototool/internal/grpc imports github.com/fullstorydev/grpcurl tested by github.com/fullstorydev/grpcurl.test imports github.com/golang/protobuf/jsonpb/jsonpb_test_proto:...
### Your feature request related to a problem? Please describe. When a developer makes a backwards-incompatible change to their API, it would be nice for a linter to warn them...
The `DECLARE` statement in PL/pgSQL is similar to the one in PL/SQL and is used to declare variables: https://www.postgresql.org/docs/current/plpgsql-declarations.html Test case in PostgreSQL: ``` sql -- Current behaviour CREATE FUNCTION...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem terraform ### Package manager version _No response_ ### Language version 1.0.7...
### Describe the proposed feature `HocrTransform.normalize_text` normalizes text using the NFKC[^1] compatibilty algorithm. https://github.com/ocrmypdf/OCRmyPDF/blob/6895c2d70fa03ec4d57e779110e07fd50cf4c489/src/ocrmypdf/hocrtransform/_hocr.py#L158-L161 As explained in #1272, it does this so that searching for `Bauernstube` will match `Bauernſtube` in...