hugofqt
hugofqt
Allow using Typescript code generation with a generic graph tag. **Example:** ```typescript const myQuery = () => graphql`query MyQuery { user(username: "Joe") { id name } }` ``` The regex...
Get `Expected server HTML to caontain a matching in ` error when Next.JS try to render the component on the server side. An approach to fix this issue can be...
Allow grouping matrix data transformer to define the value used when the matrix entry is not defined **What this PR does / why we need it**: This PR allows us...
Implements element alignments (snapping). https://user-images.githubusercontent.com/12221094/219710707-88b3cb7d-f8ab-4909-800c-8d9866221fec.mov ### Limitations - no option to enable/disable 🕐 - there is no snap on element transformations (rotations, scales, etc...) - magnetism snaps have priority over...
Hi, It would be nice to have support for [YOLO Ultralytics segmentation format](https://docs.ultralytics.com/datasets/segment/). Currently when we export a mask via CVAT and YOLO 1.1 format, which [use datumaro under the...
### 📜 Description When deploying the bridge endpoint (via nuxtjs), it ends up with error 500: ``` TypeError: Cannot read properties of undefined (reading 'indexOf') at hasFlag (chunks/_/nuxt.mjs:1:140357) ... ```...
### Environment Nitro version: `3.1.0-20251028-160624-0b002649` Bun: 1.3.1 Also tried: Node version: `v20.18.2` ### Reproduction Build a minimal example from https://github.com/vercel/workflow ### Describe the bug While it is workinf in dev,...
### Describe the feature you'd like to request On the vanilla client, being able to an `AsyncIterable` from a subscription in order to make it compliant with the [`streamedQuery` from...
Would it be possible to support the partition operator, similar to rxjs: https://rxjs.dev/api/index/function/partition