Brian Bugh

Results 109 comments of Brian Bugh

@SudhagarS do you intend to review this PR? We're using my branch in our Gemfile but would prefer using the actual gem. 😄

@SudhagarS how'd that review go? 😄

Any update? I'd rather this get accepted than creating a fork.

It would be nice but in the mean time, you can build one yourself easily. If you don't have go installed you can use docker: ```bash # Use whatever tag...

I'm not sure, but it seems to be related to this issue https://github.com/microsoft/vscode/issues/101555. My hunch is that incomplete save participants are hanging around in a process which ends up slowing...

It's been a while and we need this, so I put in a PR for it. #2685

I need this as well for a "kiosk" that will be largely inactive until users interact with the device. Is there anything I can do to support getting this merged...

@phil-d-wilson congratulations, I'm happy for you and/or sorry that happened. 😂 I have tested the changes now and this branch does solve the problem @Zebble brought up of shutting down...

For what it's worth, we've been running sed in the Dockerfile to replace the line and it's worked fine. Not ideal or future proof, but functional. ```dockerfile RUN sed -i...