fauxbytes

Results 3 comments of fauxbytes

@micalevisk is all that boilerplate actually required? Couldn't one get away with: `app.get(AppModule).configure = () => {}` ?

@braaar LTM like `validator.js` is already good w/BigInt: ``` > const bi = BigInt(Number.MAX_SAFE_INTEGER) * 3n; undefined > validator.isInt(String(bi)); true ``` In-contrast, `class-validator`'s `@IsInt` (as-well-as `@IsNegative`, `@IsPositive`, etc) all check...

@klkvr ``` $ SIG= $ CONTRACT= $ D= ``` Decode the input: ``` $ OUT=$(cast ad -i $SIG $D) $ echo $OUT 0x1a4429df88017079d76311925d4A851302588401 10 (1720468176050 [1.72e12], 1720554576 [1.72e9], (0x9A19cf86Ecf1253F8916F9176Ee035DED8812c6A, 0xB8E9F649De42eDF145A8cD61dB7aF405DBB5c025,...