Andrejs Jermakovics

Results 26 issues of Andrejs Jermakovics

TODO: Avoid jar files in the repo if possible

Select a match in current open file when the match is selected in the search results

Once memory and cpu chart reaches end it stops updating. Workaround: switch to another process and back

bug

So that newly started processes also appear in the list and exited processes disappear. Atm it only shows processes that were already running.

Would be useful to view JVM process classpath and parameters like VisualVM does it

In the new Go version

https://github.com/mum4k/termdash It has some nice features like zooming into a chart.

Hi Trying to deserialize into this object ``` java @Value public static class Dto { private List data; } ``` but I'm getting an error: `JsonMappingException: Can not deserialize instance...

For simple use cases where you make a REST API call and get json back. ``` Json status = Json.fromUrl("https://status.github.com/api/status.json"); ```