Christoffer Nørbjerg

Results 7 issues of Christoffer Nørbjerg

In netbox 3.3.x cables support multiple terminations on either end - The corresponding model of e.g. an interface uses `connected_endpoints` now instead of `connected_endpoint` and contains a list of interfaces....

type: bug
status: accepted

Hi I'm working on an API where we write do api-spec-first development. Currently we are manually creating the schemas using Zod and keeping them aligned. This tool seems promising, but...

This PR adds the `-m` flag to queries, allowing a user to specify directories to be discarded if they fall below a given threshold. Works both interactively and in list...

### What version of `kubb` is running? v2.26.3 ### What platform is your computer? MacOs ### What version of external packages are you using(`@tanstack-query`, `MSW`, `React`, `Vue`, ...) "@kubb/cli": "2.26.3",...

bug

### What version of `kubb` is running? v2.26.3 ### What platform is your computer? MacOS ### What version of external packages are you using(`@tanstack-query`, `MSW`, `React`, `Vue`, ...) "@kubb/cli": "2.26.3",...

bug

For pnpm monorepos its usually like so ```txt . ├── .git ├── pnpm-lock.yaml ├── package.json └── packages/ ├── lib1/ │ └── package.json └── lib2/ └── package.json ``` In the current...

**Feature Description** Allow failing fast (Exiting GG completely) if provisioning fails for any reason. **Use Case** I'm building an OS image for use in physical devices. I use the fleetprovisioning...

enhancement
needs-triage