Pamela Fox
Pamela Fox
A general best practice for accessibility/usability is to label form inputs, making it clearer how a user is meant to use them. https://www.w3.org/WAI/tutorials/forms/labels/ It also makes it easier for others...
I added a revoke_auth method to the SDK, seems to work: ``` def revoke_auth(self, id): self.request(id + '/permissions', post_args={"method": "delete"}) ``` Tried to do a pull request online but Github...
Hello! I've deployed the bot, but I have not set up any flow for Alarms to go into SNS queues, so there is nothing for the bot to process. Is...
Whenever I try to leave a Snap tab in Firefox, I get this message:  That message makes me nervous that my project...
**Output from `azd version`** azd version 0.3.0-beta.2 (commit 91a2c014887ebda63a0af2e623278f8ac40ce376 **Output from `az version`** ``` { "azure-cli": "2.40.0", "azure-cli-core": "2.40.0", "azure-cli-telemetry": "1.0.8", "extensions": { "containerapp": "0.3.11", "containerapp-compose": "0.2.2" } } ```...
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install) **Output from `azd version`** azd version 0.3.0-beta.2 (commit 91a2c014887ebda63a0af2e623278f8ac40ce376) **Output from `az version`** ``` { "azure-cli":...
After deploying the repo and creating a super user, I attempt to login on /admin and get this error: ``` Forbidden (403) CSRF verification failed. Request aborted. Help Reason given...
I got these warnings when SSHing in and creating a superuser: ``` relecloud.Cruise: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. HINT: Configure...
I browsed and searched on mcr.microsoft.com to try to figure out what images are available, and I couldn't find any evidence of these images being listed there. Maybe I just...
## Purpose It's generally safer to use `python3` than `python` since the latter is an alias (and does not work on my Mac). `python3` should exist, however, if Python 3...