Brylie Christopher Oxley
Brylie Christopher Oxley
I would like to include Create.js in Meteor.js projects. Meteor.js has a package server called Atmosphere, where community members can share their work. It is possible for users to package...
A 10px font is difficult to read on desktop. We can make PythonicNews easier on people's eyes by increasing the font size just a small amount :-)
There are several accessibility issues with the current site design, including: - small fonts (#17, #18) - low contrast (#19) - using tables for layout - lack of heading structure...
The 'about' button is inconsistent with the 'aside' button, in that it doesn't allow a link. This PR allows the 'about' button to have a link URL.
Hello, great plugin. What are your plans for Godot 3 support?
Are there any plans to update the dependencies for this package, including the aurelia version? E.g. dependencies can now be added via NPM, so keeping them up to date is...
Researchers often use machine learning algorithms on EEG data, e.g. when training a BCI to issue a command based on a participant's mental The [Orange3](http://orange.biolab.si/) platform is a visual programming...
The README for this plugin contains some steps for installation. However, the documentation leaves out any concrete usage instructions. Please add one or more usage examples, such as: - exporting...
In order for this project to be easy to integrate into other projects, we need a stable API. # Goal Create a stable API for **0.x** series releases. # Sub-tasks...
Currently, the `track` function docstring only describes the `total` parameter: ``` track(iterable=None, total=0, keep=True, cycle=False, label=None) Docstring: Progressbar supports displaying a progressbar like element Init docstring: Creates a new progressbar...