Greg Thornton

Results 13 issues of Greg Thornton

This PR adds a chef handler for monit that automatically unmonitors all services during a chef-client run, remonitoring them afterward. It was created to prevent monit from restarting, alerting, and...

If you add an obfuscate option like `obfuscate: ['body.password']` and attempt to access `req.body.password` after the req has been logged (`immediate: true` for example), you'll receive `[HIDDEN]` as the value...

I'm running openfang master (695670d) on a Wyze Cam 2 and [this check](https://github.com/anmaped/openfang/blob/695670d5977bcb7b77c4fcbadeb9885c08546743/fs/etc/init.d/S02factory#L36) is sending it into a boot loop. On my camera, the reset button gpio (pin 50) is...

I don't really follow the "ping/pong" sd card initialization seen [here](https://github.com/anmaped/openfang/blob/695670d5977bcb7b77c4fcbadeb9885c08546743/patches/uboot/uboot-isvp_t20_board.c.patch#L28) and [here](https://github.com/anmaped/openfang/blob/695670d5977bcb7b77c4fcbadeb9885c08546743/patches/uboot/uboot-isvp_t20.h.patch#L54) but it's failing to enable SD ever other boot. A successful boot looks like this for me:...

Nested mixins behave differently when the top level mixin is called with and without arguments. Here's an example: ``` @glob: red; .setup(@outside: green) { color: @outside; background-color: @glob; .run(@inside: blue)...

dynamic mixins

The NSCollectionView is newish, but I use it a lot these days, and IB support for a BGHUDCollectionView would be super cool to have. I'm assuming this would be pretty...

Future

Everything stopped working for me when I updated firmware recently: monit got confused and wouldn't start local-control server, log rotation made tailing flakey, and I got inconsistent queries from the...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

This PR uses [node-sass](https://npmjs.org/package/node-sass), which is a wrapper for the [libsass](https://github.com/hcatlin/libsass) C implementation. This gets rid of the Ruby requirement, at the cost of `.sass`-file processing. In that regard it's...

Adds timeouts, before/afterAll, jasmine/done.fail(), and native featured specs.