Davi Almeida

Results 5 comments of Davi Almeida

So, if a User instance have multiple Quid instances and a Quid instance can only belong to one user, you have a 1:N (OneToMany) association. If only one Quid instance...

I think you can use the ```AllowNull``` decorator Just import it and use it like: ``` @ForeignKey(...) @AllowNull(false) @Column ```

> What happens if you remove `async` on your function? You can't combine promise-returning and stream-returning functions. this happens: [15:34:34] The following tasks did not complete: build-html [15:34:34] Did you...

I tested and the error still occurs when I remove fileInclude: ![image](https://github.com/gulpjs/gulp/assets/73506090/cb257f4c-afdb-4643-99a6-dd8f9775522a) Also, it runs normally when using the callback (but still doesn't include all glob matching files) ![image](https://github.com/gulpjs/gulp/assets/73506090/99266035-2d9a-479e-bdee-7da3c87ad4e9)

Something similar happened to me. I found out that the package that contained the files had updated its version in my package.lock, and the bundled files location too.