Daniel Rauf
Daniel Rauf
Link to cleanup suggestions was actually linking to the `How decaffeinate approaches correctness` page
Some options: - parse real files and treat the parser as a black-box - refactor some code and test particular methods
Use the same mechanism from thread details to render stack traces on other pages, e.g. similar stacks.
The navbar should always float on top of the page, to make it easy to switch tabs after scrolling down Nice to have: shorten titles of pages, add an icon...
Currently, Watson supports a few predefined filters. It would be nice if users could create their own and modify existing ones.
It would be helpful if we were able to navigate the same thread between different thread dumps - for example, if you open a thread on the thread monitor, you...
Achieve something similar to the regexp below: ``` grep -E -h '^"http.*-exec-[0-9]+' jira_threads.* | sed 's/"//g' | sort -k1,1 -s | grep -E " runnable | Object.wait\(\) | monitor "...
We use `d3-flame-graph` for the flame graph currently, but it has some problems. It has inflexible APIs (e.g. we can't render thread details), does not integrate well with React (our...