Oliver Smith

Results 96 comments of Oliver Smith

> This will likely depend on ConPTY or something, Did ConPTY give us what we need?

Lets be realistic, sudo is *a* solution but not *the* solution. I suspect 5-nines of sudo files contain ``` ${USER} ALL=NOPASSWD: ALL ``` The Windows security model is - in...

@hebarusan Is there additional work I need to do for this to advance?

I'd suggest the real problem is a non-trivial operation being done within the event pump loop. The application can't even receive subsequent key presses because the message pump is tied...

> @kfsone, based on that analysis, why is `dep:kopernicus` not equally slow? I have the same problem with 'dep:kopernicus', until the ':' is processed, so it takes about 1.2s from...

- tried restarting iscsid, - tried removing the .plist from preferences and then restarting iscsid, - iscsictl list luns now shows no luns, but still can't login/logout

Excellent -- I'll try to get something together.

Had a few moments to take Error.Error() for a quick spin and try to produce a quick mock-up: https://gist.github.com/kfsone/ba8ce89ef2227c4230f1a9b40e3fe329 In my parser: ```go if _, err = parser.Parse(lexer); err !=...

Wait ... Did the build fail because it recognized the correct error text printed by successful tests *as errors*??? :) https://github.com/goccmack/gocc/runs/2017945678?check_suite_focus=true

> > https://github.com/goccmack/gocc/runs/2017945678?check_suite_focus=true > > No this just means the code was not regenerated, so there is a diff between the code you checked in and the code after running...