Anurag Agarwal

Results 62 issues of Anurag Agarwal

I have a java file with following sample code in it: ``` public class ClassName { public void main(){ try { } catch (SomeException e) { addJavascriptInterface(1, 2); } }...

The feature can make a great use case to compose the parsed classes. So suppose if I wanted to know the exact argument in string form passed to a function...

The purpose of this MR is to move to fabric8io docker maven plugin as spotify docker maven plugin is no longer maintained and doesn't provide arm64 compatibility. With the given...

**What happened**: Grype results in false positive for CVE-2019-3826 **What you expected to happen**: No false positive for CVE-2019-3826 **How to reproduce it (as minimally and precisely as possible)**: 1....

bug
false positive

At present everywhere there are checks for whether the queue is bull or not based on which the functionalities differ. In this PR, this task have been properly handled by...

testing wanted

https://github.com/miLibris/flask-rest-jsonapi/blob/ac83e68dbd83a48158f611ce6bc7205043bf1800/flask_rest_jsonapi/resource.py#L128 If a user is using a dictionary and passes `get_schema_kwargs`, the update is mutably resulting in unexpected behaviour because the user might want to user the same dictionary somewhere...

If `include_resource_linkage` = `False` while specifying a relationship, I will not get data field in the output on serialisation (only link). Now if I am working on `strict` = `True`...

The library fails to install on alpine images. Steps followed: ``` apk add --no-cache build-base openssl-dev zlib-dev pip install aerospike ``` ``` src/main/client/set_xdr_filter.c: In function 'AerospikeClient_SetXDRFilter': src/main/client/set_xdr_filter.c:119:2: error: unknown type...

In: https://github.com/davidmoreno/onion/blob/master/tests/01-internal/12-cloexec.c#L139 We are checking the directory `/proc/self/fd` which is linux based, actually it is a symlink of `/dev/fd` which is unix based and thus on darwin and unix based...