Raffi Khatchadourian

Results 127 issues of Raffi Khatchadourian

- Add a Makefile to generate the required zip file. - Add diffs to user output - Replace standard output redirect with direct file write of `results.json`. - My hope...

I'm always frustrated when I issue a `git pull` on the command line that changes the `.bib` file already opened in JabRef. I see there is a warning about the...

type: enhancement
export / save

## Introduction We are in the process of evaluating our [research prototype Eclipse plug-in](https://github.com/ponder-lab/Logging-Level-Evolution-Plugin) that "rejuvenates" log statement levels based on how "interesting" the enclosing methods are to the developers....

This is a semantics-preserving automated refactoring that migrates existing method implementations in classes to the corresponding implemented interface methods as `default` methods. The tool **does not** add new code; it...

I have a similar issue to #14 in that I get a warning `unknown macro \faTrophy` for the trophy symbol. I believe the workaround is: ```tex \newcommand{\faTrophy}{🏆} ```

If the DOI is not present but an `acmid` is, then please add a link to the ACM DL page. Currently, no link is generated.

The funcion `values()` no longer returns a list in Python 3.

They are prefixed with `abc`: - https://docs.python.org/3/library/collections.abc.html#collections.abc.Sequence - https://docs.python.org/3/library/collections.abc.html#collections.abc.MappingView

Black takes arguments. How do we pipe these in? For example, I'd like to send Black the `--fast` command-line arguments. https://github.com/diffplug/spotless/blob/224f8f96df3ad42cac81064a0461e6d4ee91dcaf/plugin-maven/src/main/java/com/diffplug/spotless/maven/python/Black.java#L25-L31 We can add a property to run it fast:...

Not sure why a parameter source position for an `ASTMethod` is always null. Isn't there a way to obtain it through the `getSourcePosition()` API below it? https://github.com/wala/WALA/blame/89de874efbc3369097e03b85493f4a3beb8e1a44/cast/src/main/java/com/ibm/wala/cast/loader/AstMethod.java#L355