Vicary A.

Results 319 comments of Vicary A.

Took another look at SSM and noticed a mistype, fixed it. Sidenote: ts-standard is broken `ts-standard` (`npm run test:lint:ci`) is not suitable for typescript linting because there are broken rules,...

I was building inside a docker container (from [praekeltfoundation/alpine-buildpack-deps](https://github.com/praekeltfoundation/alpine-buildpack-deps)) on macOS, the host OS should not matter in this case. But since we both ended up editing the source code...

Most browsers (including Chrome) has a minimum countdown around 5-8ms with `setTimeout(..., 0)`, which is considered an artifact of some kind of complicated theory and is yet to be resolved....

I am not very sure about how `gpiolib.c` works, I guess it bypasses the filesystem writes? If that's true, can nodejs works directly with that layer instead of writing through...

@kolewu The only way it could work for a Raspberry Pi 4 is a powered USB hub with output specs that supports ≥2.5A in a single port, and that's not...

This should be fixed already.

As far as I read from your case we are talking of the same misbehaviour, my code is a simplified version of yours. We just use different validation criteria. Steps...

@davidlgj You may want to take a look in both issues, I don't think it is directly related to `schemaFormValidate` as you suggested in #436 .

This is somewhat ambiguous in the context of a textbox input, it does not differentiate the following results: 1. `null` types 2. empty strings 3. removal of the property itself...