Derek

Results 6 comments of Derek

after change from `stops[1]` to `stops[0]` and `nstops-1` to `nstops` (gcc), it explicit tell address sanitizer it is a variable size array, no warning message generated. ``` typedef struct NSVGgradient...

First, I would like to thank you for creating the powerful npeg project. It is really intuitive and easy to understand. After using it for a while, I found this...

It also can ease document look up.

In the godot engine, the method that can be overridden will use `_` as the prefix, but in fact, this rule is not used in the entire project. It is...

Sorry, it should be `echo [0][2..^2]`, my bad.

@ringabout The latest bisect results are as expected. However, the devel version terminates with SIGSEGV instead of RangeDefect, which is the issue reported in this issue.