aria
aria
**Oni Version:** 0.3.9 **Operating System:** macOS 10.14.6 **Issue:** As soon as I initiate the colon-command GUI, the oni process spikes over 100% and stays there no matter how long I...
It's been a while since hedron has seen any major improvements. But I have some big plans for v2.0.0. It's going to get some features that will make it a...
Since this is a flexbox system, it's required that the object inside the `Row` has proper flex properties, or it could be rendered incorrectly. This is why it's always best...
Unit testing needs to be implemented at some point. These tests should be fairly extensive making sure that the components and utilities function as expected. Some tests that need to...
Currently the documentation is extremely lacking. All there is, is a basic usage example without much explanation. Each component and utility should be carefully documented listing all the accepted arguments...
This is an extremely obscure edge case, as I'm sure hardly anybody has had a need to do this. But I'm in the middle of writing a library and have...
Obviously this could be implemented in the client-side on a per-project basis, but I think it would be a decent idea to implement some sort of IP blacklisting system so...
Currently, there are only two options for font colors: `white` and `black`. We need to add the ability to use any hex value as the text color. ## The Problem...
The `fonts/` directory was created on a whim before there was much direction in this project (this plugin started as a simple proof-of-concept). Because of that, the folder structure of...
## Status WIP ## Description This PR adds support for the flow type checker. ## Notes For maximum type safety, it is not recommended to use redux's `bindActionCreators` ([reason here](https://github.com/reactjs/redux/pull/1887#issue-170196190))....