laststylebender
laststylebender
## Present Behaviour Currently, the path variable detection logic is simplistic. It checks if the URL has a number between forward slashes, which works correctly in the following scenarios: For...
## Current Behaviour: The [Int]! validation works as expected, ensuring the list is non-null and allowing nullable items within it. The [Int!] validation does not enforce the non-null constraint on...
When using the Tailcall configuration generator with the following configuration: ```json { "inputs": [ { "curl": { "src": "https://jsonplaceholder.typicode.com/posts", "fieldName": "posts" } }, { "curl": { "src": "https://jsonplaceholder.typicode.com/todos", "fieldName": "posts"...
**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #2652 /claim #2652 **Build & Testing:** - [ ] I ran `cargo test` successfully. - [ ] I...
**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #... _(Replace "..." with the issue number)_ **Build & Testing:** - [ ] I ran `cargo test` successfully....
**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #... _(Replace "..." with the issue number)_ **Build & Testing:** - [ ] I ran `cargo test` successfully....
**Summary:** _Briefly describe the changes made in this PR._ **Issue Reference(s):** Fixes #... _(Replace "..." with the issue number)_ **Build & Testing:** - [ ] I ran `cargo test` successfully....
**Summary:** documentation update pull request: https://github.com/tailcallhq/tailcallhq.github.io/pull/492 **Issue Reference(s):** Fixes #2725 **Build & Testing:** - [x] I ran `cargo test` successfully. - [x] I have run `./lint.sh --mode=fix` to fix all...
**Summary:** docs: https://github.com/tailcallhq/tailcallhq.github.io/pull/494 **Issue Reference(s):** Fixes #2857 **Build & Testing:** - [ ] I ran `cargo test` successfully. - [ ] I have run `./lint.sh --mode=fix` to fix all linting...
Presently we only validate the output types for gRPC, add support to validate the input types as well. #### Technical Requirements - add unit and integration tests