bughit

Results 118 comments of 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...

@nornagon How did you disconnect the debugger? This is what inspector looks like when connected ![image](https://user-images.githubusercontent.com/895588/95385343-da576800-08bb-11eb-82ac-d1ae0fe05460.png) by the time it gets into the state I described the inspector ui is...

@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"?...

@nornagon I mentioned the inspector I am using: "dedicated devtools for node" from chrome 86 ![image](https://user-images.githubusercontent.com/895588/95390414-5dc88780-08c3-11eb-92dc-4fc5e2b64854.png) It is intended to be long lived, not closed and opened for every debug...

@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,...

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...

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...

@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...

@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...