Raffi Khatchadourian

Results 127 issues of Raffi Khatchadourian

I'll need to investigate this one. _Originally posted by @khatchad in https://github.com/wala/ML/pull/300#discussion_r2322898779_

bug
PYTHONPATH
java

Currently, [we are installing the `jython3-dev.jar` file manually](https://github.com/wala/ML/blob/d684cbb113faad96445d3f3795b717f8655cee92/CONTRIBUTING.md#installing-jython-3). However, this file has many dependencies, and since we manually install it, they don't get resolved automatically. Some of the dependencies are...

bug
jython

Is this bad when it happens? What other pointer keys do we encounter during the tests? Should we be handling them? https://github.com/wala/ML/blob/53d2f0a82446e4913682249af7de1b270addb32a/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java#L3473

good first issue
question
testing

We suspect that exclusive test coverage of `com.ibm.wala.cast.python` is coming from `com.ibm.wala.cast.python.ml.tests`. It would be great to have this code also covered by `com.ibm.wala.cast.python.tests` so that we are not dependent...

testing

It would be useful to have the commands, e.g., `EnableWhitespace`, to start with the plug-in name (or something close to it) first. For example, GitGutter commands all start with "GitGutter."...

Please add the ability to choose a different LLM (e.g., Gemini).

I've configured `copilot.vim` to work on Git commit message as follows: ``` let g:copilot_filetypes = { \ 'gitcommit': v:true, \} ``` However, the suggestions don't seem to take into account...