timothy eichler
timothy eichler
The following autocmd works if i uncomment self.ensemble from within the __init__ function. ``` python @neovim.plugin class Main(util.VimMix, object): def __init__(self, vim): self.vim = vim # self.ensemble(('CursorMoved', 'woosh.wav')) @neovim.function('Ensemble', sync=True)...
I see benefit for developers and coders in sharing code for the python guis. If we build the right abstractions it would mean implementers of other toolkits could very easily:...
using the build instructions on ubuntu 17.10 64bit ```bash ocamlbuild -use-ocamlfind -lflags -cclib,-lreadline grench.native + ocamlfind ocamlc -c -g -annot -thread -package core -package async -package ctypes.foreign -o nrepl.cmo nrepl.ml...
Would we able to get a pypi update with the kivy version?
For python2.7 support we will need to use a compatibility layer. http://trollius.readthedocs.io/using.html trollius uses the same api as asyncio. The work involves mainly implementing the AbstractEventLoop https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop
Hi, the project seems really interesting. I have a similar project i am working on and we could both benefit from building small reusable components. Currently i am working on...
Better error messages for when the gocd url is malformed (a trailing slash is required for instance), or the server is not reachable would be nice.
general continuation of https://github.com/nim-lang/Nim/pull/5256 Very nice work on the website. My thoughts ### The Homepage Feel this the point to snag peoples interest, in that regard I would reorder the...
continuation of https://github.com/nim-lang/Nim/pull/5256 > The bootstrapping process reports timings and memory usage for this reason and I keep track of these numbers. So the answer is "yes" but it could...
https://docs.python.org/3/tutorial/modules.html, part 6.4.2, after installing with pip i couldn't follow along with your example, i had to change the import lines in the modules for the imports to work. before:...