Luis Felipe Dominguez Vega

Results 23 issues of Luis Felipe Dominguez Vega

https://github.com/prisma/docs/blob/334d8e61c7073b986d7a7886d274b6887f1b8ad5/content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx#L9 I think that this is a bad advice, because the database migrations must be done on runtime. If you use the build time for this: 1 - The database...

docs

Hi, thanks for this great project. I'm really trying hard to build a NextJS project using node2nix. I can't use the package-lock.json because devs don't want to use Nix and...

Hi, the plugin is working good on the IDE overall, but when I try to run then: ![image](https://github.com/fehnomenal/intellij-direnv/assets/5604131/feade2d0-6aca-4ca8-9dbe-5d59c000e6ab) If I execute on the IDE termina the `flutter run` works, so...

* **I'm submitting a ...** - [ ] bug report - [X] feature request - [ ] puppy => You're not submitting a puppy. I already have one and he's...

**Describe the bug** Right after starting up my docker-compose setup based on the given docker-compose.yml file, the worker-container causes high CPU load. **To Reproduce** Steps to reproduce the behavior: -...

bug
bug/confirmed

### Description In rust when you change the version of the app, the Cargo.lock file must be changed too. ### Possible Solution Using the same toml parser, must change the...

type: bug
good first issue
issue-status: wait-for-implementation

Hi, I'm trying to compile my rust + esp32 project and used this to install the idf framework, but every time that cargo tried to compile `esp-idf-sys` show me the...

Hi, i have a repo structure like this: ``` /apps/app1/ - kustomization.yaml - fleet.yaml (this configure kustomize to use current dir) /common/secrets/gitlab.yaml ``` kustomization.yaml ``` resources: - ../../common/secrets/gitlab.yaml ``` But...

kind/bug
area/kustomize

## Expected Behavior Any request will be responded using the defined routes. ## Current Behavior All requests are responded with 408 ## Possible Solution Knowing how io_uring works, maybe a...

### New Issue Checklist - [X] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [X] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [X] I searched for [existing...