Bruno Cascio

Results 15 issues of Bruno Cascio

Do you have any plan to integrate postgres in this library?

enhancement

Hi ! Could I pass multiple select params? example: ``` javascript ?select=title,author ```

/user/dogs?breed.name=labrador is it possible? In this case: dogs->belongsTo('Breed'); In breed, name is an attribute.

v1.0

Hey folks, this package does not work with nestjs v9 due to out-of-date dependencies. This PR https://github.com/node-casbin/nest-authz/pull/154 contains a fix for it, but it might require another upgrade

Why are you using `CMD` instead of `ENTRYPOINT`?

Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...

bug

Hi there, I get a "Service not found" error in some cases (and deployment was performed successfully) I think it's related to this PR https://github.com/sudo-bmitch/docker-stack-wait/pull/18/files ![image](https://user-images.githubusercontent.com/2397875/191266678-69978b7b-6a4a-4ed7-b901-c09a021aaff6.png)

### Problem Statement In our process, we are using SealedSecret and we don't allow the kind Secret on our code, for this reason, would be great if we can configure...

enhancement

``` 2015/08/26 13:01:16 [error] 31437#0: *1 FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected end of file in /srv/domain.com/index.php on line 658" while reading response header...

Possibility to add `back()` function?