Asankhaya Sharma
Asankhaya Sharma
The following grammar leads to a non-termination in test case generation. ``` ::= [] ::= | | | | | | | | | ::= "(" {} ")" ::= "("...
Since the intention here is to output JSON it will be better to use jsonify instead of make_reponse.
It seems like there is an inconsistency introduced in ruby 2.0 regarding the use of lambda syntax. The issue is detailed [here](http://ruby-journal.com/becareful-with-space-in-lambda-hash-rocket-syntax-between-ruby-1-dot-9-and-2-dot-0/) In ruby 2.0 the following is valid (notice...
The following code gives no syntax error when using ruby, but fails to parse with jruby parser (in all compat modes). ``` def initialize(access_key_id:, secret_access_key:, bucket:, max_size: nil, prefix: nil,...
The parser fails to parse a file containing unicode characters like the following : ``` class Queue def clear end alias_method :💣, :clear end ``` I made sure I am...
Add some tests that evaluate container scanning done by SCA tools. Plan to support CentOS/RHEL, Alpine and Ubuntu/Debian
Consider integration video chat features directly into the application. May be using an open source framework like - https://jitsi.org/
Allow direct integration with JIRA Cloud using JIRA connect. See - https://developer.atlassian.com/cloud/jira/platform/integrating-with-jira-cloud/#atlassian-connect
Edit all the chapters for consistency, voice and tone. Also to make them historically accurate if some of the earlier chapters were written after the later ones. Add cross references...