jjl

Results 46 issues of jjl

I think most people these days are using MELPA as the repository for elisp packages (I certainly am). It would be nice to see troncle on there.

A placeholder issue

docs: https://developer.github.com/v3/reactions/

[paper (PDF)](https://users.cecs.anu.edu.au/~steveb//pubs/theses/shahriyar-2015.pdf) [paper code (java)](https://github.com/rifatshahriyar/JikesRVM-3.1.4/commit/f5798cc16624c490dbd643c713af42865bc7405d) this paper's packed full of goodies. in particular,, RC-Immix and RC-Immix (No Proactive Copying) may be of interest, but i also saw your ticket about...

I think it's more or less ready.

At the moment, they panic if you set them to quickly, so I wouldn't advise configuring them this way. I had an initial go at it this morning, but I...

Took a little time to get a minimal test case this time. Subclassing in the normal python way does not work. The objects get reinterpreted as being of the class...

bug

Minimal repro: ``` from pgi.repository import Gtk ls = Gtk.ListStore(str) ls.append(["Test"]) ```

bug

I've been unable to figure out how to register custom signals under pgi. I found `__sigs__` and looked at the class that's used to represent one, but I couldn't figure...

bug

Hi Jon, I no longer use your elisp repo (I've been building my own), and I discovered a patched js2-mode that fixes the crappy indentation and I thought you might...