Luis Felipe Dominguez Vega
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...
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:  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: -...
### 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...
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...
## 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...