A. Fox

Results 2 issues of A. Fox

The latest version of neovim is throwing the following deprecation warning. ``` Warn 10:55:20 notify.warn vim.treesitter.query.set_query() is deprecated, use vim.treesitter.query.set() instead. :help deprecated This feature will be removed in Nvim...

Adds support for Python 3 and Django 1.11. A high level overview - Removes the use of `django.conf.urls.patterns` since support was added for plain lists. - Replaces instances of unicode...