sgwong

Results 2 issues of sgwong

zls version: 0.11.0-dev.599+ed85a30 the zls version above doesn't support for certain type detection for if expression, check the sample below. ```zig const a: u32 = 5; const b: u32 =...

enhancement

### Proposed change In the NatsMsg Build function. It should check the payloadBuffer length and only deserialize when its not empty. else, it should return default value. ``` if (headers?.Error...