tympanix

Results 16 issues of tympanix

**Problem:** It is allowed by the developer to construct a `Entry` struct (field are public), but you supply no way to submit the entry to a handler correctly using the...

*Reproduce:* * Open Electorrent and make the window fullscreen * Close the app * Reopen the app and the app is not opened in fullscreen this time which is inconsistent...

Having a strongly typed application helps finding bugs easier and helps with code completing and code documentation. As the application grows in complexity, having Typescript makes development much easier.

enhancement

Setting to disable automatic updates of the application.

enhancement
gui

Enabling debugging allows for the chrome developer console

enhancement
gui

Loading html files from disk using `ng-include` reduces the boot time of the application

performance

Using `$inject` in `getClient()` is expensive https://github.com/tympanix/Electorrent/blob/a47eb37f1070ff4f2e0211bf4a392927134c8210/src/scripts/services/server.js#L183-L189

performance