bughit
bughit
@perlpunk `- *arr_alias` is already valid syntax for adding the aliased object as an element, at least per the ruby parser, so it can't be overloaded for merging. ```rb require...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@nornagon How did you disconnect the debugger? This is what inspector looks like when connected  by the time it gets into the state I described the inspector ui is...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@nornagon if you launched from something other than a cmd terminal (e.g. start->run dialog), there's no opportunity to ctrl-c So how do you disconnect? Exit the "dedicated DevTools for Node"?...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@nornagon I mentioned the inspector I am using: "dedicated devtools for node" from chrome 86  It is intended to be long lived, not closed and opened for every debug...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@nornagon By the time electron gets into this state, while a tcp connection to the inspector remains the inspect session is over at the protocol level; inspector ui confirms this,...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
Matching node here would be entirely pointless and you should not waste the effort, if that's all you're planning to do. No further interaction with electron is possible, the ui...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
Node seems to be buggy. I tried it multiple times, most of the time nothing works. One time I was left with a working console and can't repro again. What...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@pavelfeldman I am seeing problems with just node. chrome 86 x64 (dedicated devtools for node) , node 12.19.0 x64, win7 sp1 x64 The inspector console is nearly always non-functional after...
Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach
@nornagon Would you agree that since node's post exit inspect experience is broken, trying to only match it doesn't make sense? There are two options for electron. - either fixing...
are you saying a plugin should do this for all rubygems versions? This does not seem likely to happen. This should just be the default in the core, it's ok...