35C4n0r
35C4n0r
Git automatically converts LF to CR LF while cloning a repository. This was leading to CR LF errors in windows such as issue https://github.com/nexB/scancode.io/issues/518. This error can be avoided altogether...
ERROR 1 (Solved):  While running docker-compose up on windows I'm getting the error: ``` /usr/bin/env: ‘python\r’: No such file or directory ``` ```host not found in upstream "web:8000" in...
Implemented deepgramTranscribeAudio() in python as mentioned in issue issue# https://github.com/appwrite/appwrite/issues/4490 Closes https://github.com/appwrite/appwrite/issues/4490 **Success Screenshot:**  **Failed Screenshots:**     Signed-off-by: 35C4n0r
I've updated all the files in which ```req.env``` was being used previously to ```req.variables```. I've also remove emojis from some of the files and comments. Signed-off-by: 35C4n0r
Implemented the function mentioned in https://github.com/appwrite/appwrite/issues/4107 Closes https://github.com/appwrite/appwrite/issues/4107 Sample Scareenshots: Success  Failure (Old Screenshot, a minor change was made in the code https://github.com/open-runtimes/examples/pull/63/commits/62a062c05fd64b8990bbed2b9201dac8aca110f7 i'm sure it works fine.) ...
Implemented generateShortURL() in Python as mentioned in Issue https://github.com/appwrite/appwrite/issues/4188 the function uses APIs provided by TinyURL and Bitly. Example Screenshot: Succesful Short url creation using TinyURL  Failed TinyURL Creation...
**Description** This PR fixes # **Notes for Reviewers** **[Signed commits](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [ ] Yes, I signed my commits.
# Pull Request Title Automate Shell Completion Configuration ## Description Adds automatic injection of the autocomplete script into the appropriate shell profile and then instructing the user on how to...
## What does this PR do? - added logic in Swagger2.php to parse errors from APISpecs -> definitions->x-appwrite. - added Error enums in twig templates. ## Related PRs and Issues...