Justin Keller
Justin Keller
### Pitch The Helm chart Bitnami dependencies _(PostgreSQL, Redis, ElastiCache)_ all don't support `arm64` platform even though [the Bitnami community has been asking for this support forever](https://github.com/bitnami/charts/issues/7305). https://github.com/mastodon/mastodon/blob/ef196c913c77338be5ebb1e02af2f6225f857080/chart/Chart.yaml#L25-L36 Is it...
Recently we've been seeing an error when deleting/acknowledging an IronMQ message. ``` // The call looks like $ironmq->deleteMessagePushStatus(..., ..., ...); ``` Response is a `404` with: ``` Message not found....
I am seeing intermittent errors using IronWorker (version 1.4.4) and calling: ``` $task_details = $worker->getTaskDetails($argv[6]); ``` The error is: ``` Failed to retrieve IronWorker task '5596c9df1aef88000c018984'' details. http error: 0...
Passing the following to my SublimeLinter settings: ``` "linters": { "pylint": { "python": "/usr/local/bin/python3" } } ``` **Running Sublime Text 3.2.2** ``` SublimeLinter: #3 pylint scriptrunner.py ERROR: =============================================== Traceback (most...
Found this project via [YouTube](https://www.youtube.com/watch?v=0ukLQkworvM&ab_channel=JacobAmaral). Does it support WeBull crypto trading?
Is it possible to get the tag name that was last pushed from a private org's repo? I.E. last pushed according to DATE DESC LIMIT 1.
Add doc for using ingress with Helm chart for access.
- **Etcher version: 1.19.17** - **Operating system and architecture: macOS M1 Max _(arm64)_** - **Image flashed: SD Card 32 GB** I took **clone** of a 32 GB SD card to...
In ECS and the task definition I use secrets stored in parameter store like: ``` "secrets":[ { "valueFrom":"arn:aws:ssm:us-west-1:XXXXXXXXXXX:parameter/WEB_APP/DB_PASSWORD", "name":"DB_PASSWORD" }, { "valueFrom": "arn:aws:ssm:us-west-1:XXXXXXXXXXX:parameter/WEB_APP/DB_USERNAME", "name": "DB_USERNAME" }, { "valueFrom": "arn:aws:ssm:us-west-1:XXXXXXXXXXX:parameter/WEB_APP/DB_HOST", "name":...
### Description Is there a way to hyperlink the icon in `monitor` types to the `url`? Not change the icon image path, but hyperlink the actual icon to `url`.