jvalenzuela

Results 9 issues of jvalenzuela

Failure using mergePage() with pages that do not have a resource dictionary. This appears to be a valid condition, and the page should then inherit dictionary content from its parent....

is-robustness-issue

Updated pull request to master, a066b34, addressing VS and some GCC compiler warnings.

I've noticed there are several types of memory buffers used to store raw, serialized data either received from the network or being encoded for transmission onto the network. Some examples...

ConnectionObjectGetInstanceTypeForAttribute() in cipconnectionobject.c has some signed/unsigned issues with its return value, however, that function doesn't appear to be used anywhere. Is it ok to simply remove this function instead of...

Add support/documentation/tests to permit BOOL tags to be assigned True/False values in addition to 0 or 1.

Some modules have no name attribute, such as peripheral cards in a VFD. This causes a KeyErrror exception when accessing the modules name attribute.