radekk

Results 7 comments of radekk

- CCMenu (https://github.com/erikdoe/ccmenu) + - Clippy (https://github.com/Clipy/Clipy) + - Clyppan (https://github.com/geoffbeier/clyppan) + - DEVONthink Pro - DuetDisplay + - Emmet plugin (https://github.com/emmetio/Emmet.sugar) + - GrowlMail (https://github.com/rudyrichter/GrowlMail) + - HipChat -...

**Idea 9:** Cryptography guidelines - Working with secure random values (RNG) - Secure checks for initialisation vectors (IVs) - Working with passwords (bcrypt, scrypt, pbkdf2, salting etc.) - Timing attacks...

@baraths84 Just wanted to double check if I understand correctly. You would like to run repo supervisor as a local service to listen for Github webhook calls which means that...

Hi @baraths84, I'm not entirely sure as there is not much logs from lambda itself you shared but I have some ideas what could go wrong. The response error `target_url...

@baraths84 In the payload you included I see that there is `x-forwarded-proto` instead of `X-Forwarded-Proto` I use in the repo-supervisor. It might be an issue. Would you be able to...

@baraths84 I'm glad to hear that it worked for you 👏 There seems to be some changes either in the way how Lambda headers are normalized (lowercase) or how github...

You could use `runkit` extension. Remember to set appropriate flag (`internal_override`) inside php configuration file i.e. `/etc/php/5.5/conf.d/ext-runkit.ini`: ``` bash [runkit] extension="/usr/local/opt/php55-runkit/runkit.so" runkit.internal_override = On ``` Result: ``` php php >...