Julien Delange

Results 36 comments of Julien Delange

> Cool to see this initiative poping here ;-) > > Is the docker image publicly accessible? If so, I suggest we do a github workflow instead, as this is...

It seems to work perfectly! Thank you so much!

Hello, Any update on that front? Is there an update site I can get certware plugins?

> aha, seems like the kotlin grammar uses [exit(3)](https://man7.org/linux/man-pages/man3/exit.3.html), which we don't want to rely on, we'd probably prefer `abort` (#805), I'll fix that here to include abort in the...

> [fwcd/tree-sitter-kotlin#111](https://github.com/fwcd/tree-sitter-kotlin/pull/111) has been merged. @juli1 could you confirm the problem has been fixed? yes, fixed. Thank you!

@kaboomgaming99 thanks for your contribution! Is it possible to explain the objective of this change? Thank you

The problem is that I do not control how `openssl` is imported since it's imported by my dependencies (I do not import it directly). I will try to go the...

Thank you for your email! I am trying to include the `vendored` feature for `openssl` and see if this works. I already tried to install `libssl-dev:arm64` in the GitHub action....

@pranavpudasaini thank you for the report. Could you please run the analyzer with the option `--debug yes` (if you use the GitHub action, you can [specify it as an input](https://github.com/DataDog/datadog-static-analyzer-github-action?tab=readme-ov-file#inputs))....