Jonathan Hayase

Results 99 issues of Jonathan Hayase

`flx-isearch` can only overwrapp once before it halts. This should be fixed.

bug

As we discussed previously, the abstractions of our current weight matching algorithm do not generalize to networks with the following structure: 1. There are n separate things which can be...

`ac-js2` allows `js2-mode` to produce completions for `auto-complete-mode` which is very useful. Would it be possible for `js3-mode` to include this functionality? (The skewer mode functionality may be committed or...

It would be really cool if `emacs-ycmd` had a command like `ycmd-install-server`, like `anaconda-mode` and some other completion libraries provide. Then, instead of specifying `ycmd-server-command` to the location of `ycmd`,...

Web assets often use suffixes to prevent stale cached files from loading, e.g. `font/abc.ttf?ad8d7e2d177d2473aecd9b35d16211fb` or `font/abc.eot?#iefix`. Unfortunately, this prevents `gulp-inline-base64` from inlining those files, without going through the extra step...

The [Khatri-Rao product](https://en.wikipedia.org/wiki/Khatri%E2%80%93Rao_product) is a matrix product that is closely related to the Kronecker product. Although the definition of Khatri-Rao product applies to partitioned matrices, it is common to use...

In the right-click menu, the paste option that allows you to paste text from the system to a dialog is missing.

If `magit-filenotify` is enabled and `magit-status` is called on a TRAMP directory, the buffer will be caught in an infinite loop because of the extra delay of TRAMP causing `magit-filenotify`...

I've been trying to work `JustJS` into my latest project involving `DogeLib.coffee`. However, when I added `JustJS`, my page broke horribly! ## Steps to Reproduce JustJS version c225687. ### `DogeLib.coffee`...