Julien Delange
Julien Delange
**Describe the bug** When parsing binary code that is reported in the XML output, it can lead to parsing issue. The generated XML files are like this ``` ``` Sometimes,...
When trying to parse a C file, it fails when we encounter `#define` statements. It seems that this is related to the lexer (see discussion here: https://groups.google.com/g/antlr-discussion/c/sIjr9qUx_Rs) When trying to...
Hi, I am trying to notarize my app. I put the appId correctly and also added all the correct environment variables. I am getting this error. What are the best...
## Name of the extension you are adding Codiga ## Why do you think this extension is awesome? It helps developers to create, share and find code snippets really fast....
### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....
I am parsing the following code ```python import requests r = requests.get(w, verify=False) ``` When I parse the list of argument of the `Expr` `requests.get`, the position of the argument...
**Is your feature request related to a problem?** Today, our main problem is to access opencve through other systems. We want to integrate opencve with our systems at Codiga (https://www.codiga.io)...
Hello, I am using the JSX grammar. When parsing the following code, the HTML tag of `Layout.Header`, the HTML tag found is `Header`. A tag with a dot is not...
There is a case when we do not correctly catch all nodes in a query. Take the following Java code in the playground ```java class NotCompliant { public void myMethod()...