Francisco Buceta

Results 13 issues of Francisco Buceta

### Describe the bug Invalid WSDL URL: https://calculator-webservice.mybluemix.net/calculator?wsdl ### Logs _No response_ ### Additional information _No response_ ### Reproduction https://github.com/loopbackio/loopback-next/runs/6040201832?check_suite_focus=true

bug
blocked

### Describe the bug Query parameters sent by rest: ![Captura de pantalla de 2022-03-03 11-20-25](https://user-images.githubusercontent.com/13822438/156545342-132b3070-a752-4cec-b08d-8619297e4079.png) Parameters received by LoopBack: ```json { "offset": 0, "limit": 10, "include": [ "images" ], "where":...

bug

Signed-off-by: Francisco Buceta ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - `npm test` passes on your machine - New tests added or existing tests...

## Steps to reproduce A call is made in Loopback 4 but it doesn't resolve the where correctly. ```curl curl --location -g --request GET '127.0.0.1:3000/articles?filter[include][0]=attributes&filter[limit]=25&filter[where][attributes][or][0][name]=COLECCIÓN&filter[where][attributes][or][0][value][inq][0]=MARVEL&filter[where][attributes][or][0][value][inq][1]=SUPERHÉROES' ``` ## Current Behavior ```sql...

bug

Yeoman is not able to copy the templates to the generation folder. `this.fs.copyTpl` doesn't do its job Code: https://github.com/loopbackio/loopback-next/tree/master/packages/cli Crash Code: https://github.com/loopbackio/loopback-next/blob/0606fc3c1ea5516520f5a89ef914808ec151928d/packages/cli/lib/project-generator.js#L267-L270 ``` 1) generator-loopback4:app without settings "before all" hook...

OnTick is running when runOnTick is true and start is false. Any solution to this problem?

## Current Behavior Currently, as of Node v14, it does not link to local versions that are not yet released, but instead installs them from the NPM registry. ## Expected...

type: bug

### Describe the bug Node.js v20.3 causes tests to fail. It is related to https://github.com/nodejs/node/issues/48426 ### Logs _No response_ ### Additional information _No response_ ### Reproduction N/A

bug