Jamie Cansdale
Jamie Cansdale
> I fail to understand why it's not possible to do the same as in universal ? is it because the Python/jupyter is store in the user local path ?...
Fixed in https://github.com/jcansdale/gpr/pull/38
@peters, I'd like to include a policy for only deleting packages with 0 downloads or some maximum number of downloads. I'm wondering what the switch should be. ``` gpr delete...
Do you think this feature should have built in knowledge of SemVer or should we do more generic version string matching? For example, we could support including or excluding a...
@peters, > Show preview of packages that will be deleted and a confirmation prompt (Are you sure you want to continue?). For automation purposes this prompt must be bypassed if...
@jasonycw, The `--docker-clean-up` switch will only delete docker images that failed to publish properly. If you want to delete _all_ packages versions associated with `ownerName/projectName`, you should only use the...
Hi @jasonycw, I tried reproducing this issue with the following workflow, but it seems to work fine. ```yml on: push: jobs: push-delete-push: runs-on: ubuntu-latest env: PACKAGE: Package.C steps: - run:...
Other people are having problems with VS 2017 as well. 😢 https://github.com/sharwell/MouseFastScroll/blob/master/Tvl.VisualStudio.MouseFastScroll.IntegrationTests/VisualStudioInstanceFactory.cs#L272 I know it's possible to install stuff from inside VS 2017 if you get hold of the `SVsExtensionManager`...
Was this issue resolved in #13?
@jburrow No problem, I was just doing some house keeping - pointing at issues that maybe can be closed. 😄 BTW, @josetr who sent #13 has been doing some excellent...