Paul Landes

Results 39 comments of Paul Landes

Currently the application only uses the SQLite DB Zotero creates to keep track of the publication data. The BibTeX entry might be in the DB, which would make this feature...

Yes, this would be very trivial to implement. Right now, it gets all static content from a Python resource directory and just copies everything over in to the target website...

I'm still a fan of Clojure, but nothing is stopping you from writing a plug in. On Apr 5, 2016, at 9:30 AM, kostafey [email protected] wrote: > https://blogs.oracle.com/java/entry/jshell_and_relp_in_java > >...

I'm not a huge fan of being broken for any significant time and it sounds like it will be for a while. Any outstanding reason why we need to move....

@phillord: can you explain how we are broken? At the risk of taking a brittle approach, I think what we have works. Whoever makes the change to a new backend...

@phillord so the -ng functionality is the new beanshell replacement repo correct? @pwojnowski : wouldn't the two options be the same amount of work? As new bug fixes come through,...

I like this--and to further this idea, when you merge, you could create a new namespace for the clojure back end. Maybe at some point we can list out function...

It happens when there is a newline separating multiple parameters. ``` java public class Yada { @AnAnnotation(param1=1, param2=2) public void run() { } }; ```

By all means, you are volunteered! :) On Jul 19, 2015, at 2:54 AM, Bozhidar Batsov [email protected] wrote: > It's easy to write font-locking tests. Guess you should simply run...

That would be great. > On Dec 22, 2015, at 3:58 PM, Stan [email protected] wrote: > > Re Generics: what do you want? Template arguments colored differently than other types?...