Sebastian Gug
Sebastian Gug
Currently have the following step: ``` - name: "Automated Version Bump" uses: "phips28/gh-action-bump-version@master" id: version-bump env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: target-branch: "main" commit-message: "CI: bumps version to {{version}} [skip...
I've made an empty repository, initialized it and I've build a pipeline without YML and added 2 tasks predefined: Download Cost data and Publish Cost data. I have configured the...
I'm currently using socket.io v4.0 custom adapter with nestjs and I see that the implementation in nestjs v8.0.0 will support socket.io v4. One issue that I've had was my exception...
### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...
Steps to reproduce: `terraform login` `yes` then paste the token and press return. result: ``` Token for app.terraform.io: Enter a value: ╷ │ Error: Failed to create API client: Get...
Related SO thread: https://stackoverflow.com/questions/73284703 I've been trying to get this combination working for a while and fiddled with versions & compatibilities issue until I've hit this brick wall. I've created...
[x] Documentation issue or request (new chapter/page) Related to https://github.com/nestjs/swagger/issues/1256 The current documentation on the CLI plugin: https://docs.nestjs.com/openapi/cli-plugin does not contain details or examples around the classValidatorShim flag and how...
The title pretty much includes all the details, I'll try to contribute it myself & make a pull request with this. Essentially, when doing e2e testing in a monorepo you...
I've looked around here about ivy-related issues but I haven't found much. Is there any desire to make this library compatible with Ivy?
[Stackoverflow thread here.](https://stackoverflow.com/questions/57726007/lambda-cannot-find-module-drivers-node-mongodb-native-connection-although) I've also added mongoose as a separate layer with all of its dependencies, it throws the exact same error. Is there something special I have to config...