Anuj Sharma
Anuj Sharma
### What's wrong Produces error in actions ``` Run wemake-services/[email protected] with: reporter: github-pr-review path: ./src env: pythonLocation: /opt/hostedtoolcache/Python/3.9.13/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.13/x64/lib GITHUB_TOKEN: *** /usr/bin/docker run --name cd98fe6f4b56db05[2](https://github.com/user/backend/runs/7426747689?check_suite_focus=true#step:5:2)4edd9b7[3](https://github.com/user/backend/runs/7426747689?check_suite_focus=true#step:5:3)a672f703ae26_9e185d --label [4](https://github.com/user/backend/runs/7426747689?check_suite_focus=true#step:5:4)cd98f --workdir /github/workspace...
Using in the Github actions using the following template ```yml build: name: Build Image runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 with:...
Using as following in my actions workflow ``` jobs: build: name: Build Image runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id:...
### Describe the issue I have a self-hosted Weblate running on an EC2 instance using docker. I want the weblate to create a pull request to the `master` branch once...
I followed the steps in the readme file to run the application using docker, however on `docker compose up` command, the process is stuck with ``` gpt-pilot git:(main) docker compose...
The last release of the package was in Nov 2022 (~3 years back). I want to use this library in my application running on **Django 4.2** but not sure whether...
Using version *1.2.5* and trying to upgrade existing Google login using a new mechanism. Here is my HTML implementation ```html ``` and `component.ts` ```typescript ngOnInit() { this.socialAuthService.authState.subscribe((user) => { this.getAccessToken();
I'm facing a very weird issue. 1. Sometimes the change logs are not updated automatically, after merging a pull request. 2. So, I edit the draft and update the changelog...
I want to add extra fields to the CRUD event model. My use case is that my application has a feature to invite users who can work on the account...