Michael Kleehammer

Results 20 issues of Michael Kleehammer

The tag version format is not recognized by MELPA stable due to the leading 'v'. Could you update the MELPA recipie with a ":version-regexp" to exclude the 'v' or apply...

This is looking very good. As a heavy magit user (and then Sublime Git) I was thinking of writing this myself. Is there any way to get an option to...

enhancement

As of 1.3, files using the null grammar are skipped. This same idea can be extended to grammars that do not contain scopes we will ever identify as symbols.

performance

In the following, `ExampleView` isn't recognized as a symbol because its scope is simply "source.js". ``` var ExampleView = Backbone.View.extend({}) ``` This particular project is client-side and not using require/AMD...

Would you consider allowing backspace for correcting typos when enter multi-character labels? I notice I'm not as efficient, or at least don't feel as confident, when using avy instead of...

I'd like to look into splitting the codebase into Python 2 and Python 3 and modernizing the 3 version. There used to be a *huge* number of Python 2 downloads...

Useful for some when returning values directly as JSON

On Hold
Request

Global converters can already be configured by SQL type, but sometimes it might be useful to have a per-column setting. For example, a single column might be encrypted or compressed....

Request

Currently pyodbc always prepares statements if there are parameters. If the statement is identical to the previously prepared, then the previous prepared statement is reused. However, the SQL Server docs...

On Hold
Request

A minor issue, but perhaps we should use PyMem_Malloc instead of our own malloc. I used our own to instrument for leak checking, but it might be possible to get...