Miguel Petersen

Results 11 issues of Miguel Petersen

Code is great, when people can understand it. So, let's make an effort to improve documentation. The following list will be extended over time: - [ ] Instruction set exposed...

documentation

While extending unit tests / TDD is preferable, nothing quite beats mature applications. Automated testing of application suites has immense benefits, and reduces manual labor on change validation.

improvement
uix

(First official bug report 🥳, filing on behalf of an external party) The connection dialogue row-wise styling can be confusing. Below, the first entry appears selected, upon clicking connect nothing...

improvement
uix

Online documentation is great until you're not online, provide some kind of embedded documentation in the UI.

improvement
uix
collaboration

The settings menu desperately needs a styling pass, especially the application list.

improvement
uix
collaboration

Message counters as of themselves are not that interesting, what, however, is interesting is: - Messages per second - Messages per "frame" (would have to answer what a frame is)...

improvement
uix
collaboration

![image](https://user-images.githubusercontent.com/7347572/234416013-35dee1ac-f467-450a-bc0a-74a37d750e4a.png)

bug
collaboration

While the instrumentation may change quite often, the initial parsing rarely does. The prototype layer made use a global cache to speed up instrumentation times, we need something similar here.

performance
improvement
collaboration

Shader export data is typically a repeated stream of a few unique messages, there is a lot of benefit in rolling a custom compression scheme for it. Additionally, this would...

improvement

Dynamic message stream growth in the shader export streamer seems to be broken.

bug