Jay Kamat

Results 17 issues of Jay Kamat

I originally tested alda-mode on small-ish files, but on larger files, it really slows down due to font lock. (such as https://github.com/joshhting/alda-music/blob/master/PotentialForAnything.alda) I need to do a bit of work...

enhancement

This idea comes from Greg Clayton, the author of LLDB. Due to a quirk in linkers, apparently many functions get placed outside the executable range in dwarf (from dead/stripped functions)...

"frame-flattening" is very nice, but in some situations where there are multiple frames on a page, it would be nicer if we could scroll the largest frame on the page...

priority: 2 - low
component: QtWebEngine
language: javascript

I always noticed on semi-large repostiories, magithub would slow down magit-status a lot. After seeing this in offline mode, I realized this is actually mostly performance problems, and not waiting...

performance

Right now the RRT has much less documentation than I'd like (the RRT is one of the most useful parts of our codebase, since it's modularized). We need to try...

type / enhancement
area / support
exp / apprentice (2)
status / ready
priority / medium

Right now goal bias is just a percentage chance that we go directly towards the goal, it should be modified to be changing the probability function itself, so that we...

type / enhancement
exp / expert (4)
status / ready
priority / medium
area / planning

While doing more extensive testing on my fork, I found a small bug. On the rule: ``` /\.accountant\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest ``` taken from easylist, you split on the first `$`, then strip...

I recently added a new variable to evil, `evil-change-commands` which allows some evil-change workarounds to be applied to `evil-cp-change` and similar commands. This fixes #59. I haven't had a chance...

For me, ``` #+BEGIN_HTML This is the footer. You can put stuff here. #+END_HTML ``` works as expected, but the new format of ``` #+BEGIN_EXPORT html This is the footer....

When using doc-view mode, and switching tab-groups/tabs after I move a few lines down (with c-n), I get this error. I've pasted the error below: ``` Debugger entered--Lisp error: (wrong-type-argument...