inspect-process
inspect-process copied to clipboard
update lib/devtools to set window size and position on initialization
this avoids the flashing in the current impl, as the size is set after the window has already opened
this also adds the ability for callers to specify the window size, whereas before the height was hardwired
Coverage decreased (-2.3%) to 93.22% when pulling fd91564bde8cd7c50a5c38e333c63ffad2167245 on starpit:set_window_size_and_pos_on_init into aad69e58a05ce98ec673dcdc96fabce2170d83bc on jaridmargolin:dev.
Coverage decreased (-2.3%) to 93.22% when pulling f090e1e2232191214656f2e07964cda3aabde12e on starpit:set_window_size_and_pos_on_init into aad69e58a05ce98ec673dcdc96fabce2170d83bc on jaridmargolin:dev.
This is definitely better than the current approach. Would like to take the sizing one step further and support #47
I am going to add the options to the CLI and get this merged. Thank you!