Jeff Fohl
Jeff Fohl
This PR makes some adjustments to the GUI: - Makes the text in the upload interface more legible in dark mode - Adds file types to the upload interface -...
@breznak I am making a pull request for this solution to the continuous updates issue. Adding this functionality required a dramatic rewrite, which includes: - Building a server for the...
Motivation: proxy server can be used for streaming remote files on servers that do not have that support. And to implement `seek` (skip N bytes) in files or streams from...
Although DyGraphs only accepts numbers for graphing, some users want to plot text as well. Work in progress is being done here: https://github.com/breznak/nupic/pull/20 Ideas: - [ ] hash string as...
Alerts aren't displaying as well as they might. Let's: - Improve their location - perhaps have them be positioned absolutely - Have an animation - perhaps drop down over the...
Since this file is not read by Yosemite, we should update the section in README.md, "Updating the maximum number of open file descriptors". Though, I am not sure now how...