This repository was archived by the owner on Mar 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Dashing Maintenance #620
Copy link
Copy link
Open
Description
Here is an outline of the next tasks that @tylermauthe and I will be looking at for Dashing. We'll be trying to tackle one of these a week, and we'll be posting our findings here.
- Investigate memory leaks and performance issues
Memory leaks are causing low-memory devices like the PI to crap out after a while. Let's take a look at where these are happening, and nip them in the bud. There are also issues with the list/number widget where raspberry PIs are not able to render them within ugly flashing on the screen. Let's see if we can optimize that. - Switch to Puma
Thin is causing many issues, and we' like to investigate using Puma. One added benefit is now Dashing can run on jruby! - "Inbox-zero" the issues/pr list
Let's go through the PR list and figure out which ones should be included. Also, let's close up old issues and ones that don't deal with issues in dashing itself. Non-related issues should be sent to Stack Overflow. - Convert app.rb to use a classful sinatra approach instead of the current classless one.
Makes it easier to monkeypatch and extend.
Metadata
Metadata
Assignees
Labels
No labels