Pedro Aguiar
Pedro Aguiar
I found this [Microshift installer script that doesn't require a pull secret](https://github.com/nerdalert/microshift-installer/blob/main/README.md). Perhaps that's a good starting point for an eventual PR that will solve this issue.
@ggiguash True. ```bash # microshift version MicroShift Version: 4.8.0-0.microshift-2022-04-20-141053 Base OKD Version: 4.8.0-0.okd-2021-10-10-030117 ``` However, [this seems to be a symptom of a problem](https://github.com/openshift/microshift/blob/ca3652fd1fef3f9216fb14c7a5d6a687e43a7d7b/vendor/github.com/openshift/build-machinery-go/make/lib/golang.mk#L53) that's oddly familiar with [this one](https://github.com/openshift/oc/issues/1688)...
It's highly advisable you use [virtual environments](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/). It'll not only solve said problem, but it'll also save you the headaches that will arise from dependency management, such as conflicting global...
@cblberlin Figuring out whether the Python command will be available under `python` or `python3`, or if it is available at all especially after a fresh installation of Python, is something...
As per the [function implementation](https://github.com/digitalocean/doctl/blob/main/commands/droplets.go#L105) and its [tests](https://github.com/digitalocean/doctl/blob/4a1686e68b1ba0a93b763216ef3c1e0cac58d0ec/commands/droplets_test.go#L325), you can only get the droplet by ID, but you can filter the output using the `--format` flag. Hence, the `` in...
I'm pretty sure Sentry's already available as a CapRover one-click app, [isn't it](https://github.com/caprover/one-click-apps/blob/ec70e2ad4b50dacfc7e95d69298298db3e60fa11/public/v4/apps/sentry.yml)? I can see it in my self-hosted instance of CapRover, though I haven't tested it.
That's sadly true. However, according to [this comment](https://github.com/getsentry/self-hosted/issues/2834#issuecomment-1967902800), Sentry seems to welcome efforts into making self-hosting less cumbersome. I suggest letting us know over there in case you want to...
There's no reason for what happens in the backend of the application layer to change regardless of containerization. In fact, containerization is there to prevent the "it works on my...
@jpadilla Thanks for the great library! I noticed there are two other issues that only need a new release on PyPI to be closed: #869 and #947 . I, too,...
Of course! Can you make a PR?