Kamil Kisiel

Results 16 issues of Kamil Kisiel

Cursors behave a bit inconsistently right now. Sometimes they return `\n`, other times they do not. Sometimes they allow the cursor to go past the end of line, other times...

enhancement

A new feature added to Python 3.3 is function signature objects. These would greatly improve and simplify the implementation of the library. http://www.python.org/dev/peps/pep-0362/

enhancement

`__path__` is a built-in attribute of all Python modules in a package so should not be flagged as undefined by pyflakes. See http://docs.python.org/tutorial/modules.html#packages-in-multiple-directories For example, create a directory called `foo/`...

A lot of times I'm more interested in how much time a node took as a proportion of its parent's cumulative time rather than the total graph. Right now I...

The [File System Access API](https://developer.chrome.com/docs/capabilities/web-apis/file-system-access) allows a web application to read and write files on a user's local filesystem. By using this API the FaustIDE could read / write files...