Robert Jędrzejczyk
Robert Jędrzejczyk
**Bug description** COMMENT ON EXTENSION "uuid-ossp" IS ''; COMMENT ON EXTENSION pgcrypto IS ''; **How to reproduce** Add extensions to project then try diff without any comments, etc **Expected behavior**...
In functions: crop, rotate ``` Self.delegate.crop(left, top, width, height) Self.delegate.rotateCounterClockwise Self.delegate.rotateCounterClockwise4 ``` **returns new instance of TLuminanceSource**, it should be stored and released in TInvertedLuminanceSource.Destructor; suggested changes: ``` constructor TInvertedLuminanceSource.Create(delegate:...
current: ``` function TRGBLuminanceSource.CreateLuminanceSource( const newLuminances: TArray; const width, height: Integer): TLuminanceSource; begin Result := TRGBLuminanceSource.Create(width, height); luminances := newLuminances; end; ``` should be: ``` function TRGBLuminanceSource.CreateLuminanceSource( const newLuminances: TArray;...
file: ZXing.OneD.OneDReader.pas line: 185 current: ``` Result := doDecode(image, hints); if (Result = nil) then begin Exit; end; ``` should be: ``` Result := doDecode(image, hints); if (Result nil) then...
When document is encrypted then /DA string must be encrypted, without this Acrobat cannot allow fill form fields.
### This would be very helpful when comparing files without comments. Now char { is interpreted as the start of a comment. But that's not always OK, chars {$ is...
Today I use CI Build, then have merge error, when use Ignore differences in comments. For example please compare source codes: ```pascal function ddd(aAlg: TAlg): Boolean; begin case aAlg of...