Mauricio Silveira
Mauricio Silveira
@thaJeztah Tried to fix the missing signoff commit and messed up, should I take some action or is it enough, just wait for approval? I could create a new pull...
Well, sorry for the delayed response. Having some issues with lack of focus, life happened... I tried my best to provide a quality code for this issue, and this is...
> @msilveirabr did you accidentally close this PR you updated? Yes, it closed as soon as I synched my fork... Something went wrong with merge fix. I am finishing my...
I've never dealt with this situation before. It seems like this PR is still active in the CI/CD flow. Should I delete my fork ( probably it has a unique...
> You force pushed (rewriting history) your forks `master` branch here: https://github.com/moby/moby/compare/2449e0a61608251a970cd780489061e877404054..a908460adba664b9f9c2efa12e0f93f13f5bb637 > > I've got the prior commit before you did that here: [2449e0a](https://github.com/moby/moby/commit/2449e0a61608251a970cd780489061e877404054) > > So some of...
@GoateePFE We beg you to update the PSGallery with the latest update, pleeeeease 🙏🏼 😇
I have yet to take a look at this: https://github.com/gitpod-io/openvscode-server Came up with a working script: ```bash #!/bin/sh #Requires jq LATEST="$(curl -fsSL https://update.code.visualstudio.com/api/commits/stable/server-linux-x64-web | jq -r 'first')" wget https://az764295.vo.msecnd.net/stable/${LATEST}/vscode-server-linux-x64-web.tar.gz -O...