Andrew Tolmie

Results 51 comments of Andrew Tolmie

I suggest creating a dev branch for denite support and so I can push to it if I have time.

Totally forgot about this. I like to try to do a pull request soon.

From what I can tell, denite.nvim loads new sources via `importlib`'s `SourceFileLoader.load_module()`. This means one source per file. This gives me two options; * either I write a source for...

I am inaccurate about the second option. The relevent denite.nvim documentation for the Denite command is ``` COMMANDS *denite-commands* :Denite [{options}] {sources} *:Denite* Creates a new Denite buffer. Denite can...

I am thinking about replacing `Context()` with a dict because denite uses a lot of dicts and I do not want to map from a dict to `Context()`. This would...

Yes, I will make to keep the unite source's functionality the same. My plan is then to create two pull requests: * Change Context() to dict (I worked out a...

Isn't the fields fixed by the main application? No zotero plugin can create nor destroy the fields, only manipulate them (conservation of energy anyone?). Thus this plugin uses the `extra`...

I am keen on using sparsecheckout with hooks that i have been happy using for a while. Because of this, I am keen to add submodules into this mix. @ao2:...

@ao2: I am trying out your system. Some notes: * cygwin does not have `/run/lock` directory. I have to create this directory so it will be available for your hooks...