asharpe
asharpe
Thanks all for a lovely piece of software! #### Problem Description Not a bug, just a gap in expectations for a newbie, and possibly documentation. I couldn't see a more...
Fixes #16
If you have a script that subscribes to an event, eg. ``` module.exports = (robot) -> robot.on 'some-event', -> robot.logger.info 'saw the event' robot.hear 'test', -> robot.emit 'some-event' ``` After...
Comes with this caveat > You should be very careful about potential security vulnerabilities in your Lua code registered in this context because the Nginx master process is often run...
### Is your feature request related to a problem? Please describe This is mostly a feature request because it's related to openresty which adds additional directives to the nginx configuration,...
**Describe the bug** The "as" operator is missing from the operator priority table **To Reproduce** Visit https://github.com/jqlang/jq/wiki/jq-Language-Description#operators-priority **Expected behavior** The "as" operator appears in the table **Environment (please complete the...