Rinaldi Widianto

Results 3 issues of Rinaldi Widianto

## Description Invalid JQ Expression causes NestJS to completely crash. Attemp to catch exception is ignored by node. ### Test Source ```typescript @Controller('/hello') export class AppController { @Get('testjq') async testJq():...

# Brief description Recently Microsoft enabled `systemd` support on WSL ([more info on MS Devblogs](https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/)). Trying to enable `systemd` on AlmaLinux 9 inside WSL result in partial activation where `systemctl...

Add configuration option to use custom codec by implementing NATS codec interface. Example usage: ```TypeScript // ...other imports omitted // Custom codec (in this case CBOR based) import CBOR from...