Fran Dios

Results 50 issues of Fran Dios

Fixes https://github.com/Shopify/hydrogen/issues/486 Changes in https://github.com/Shopify/hydrogen/commit/2345b5bfcb78b007da53146e0f1ec102a889592e made `context.storefront` be `any` unless we manually specified a type for the `i18n` property. From now, by default, [we assume the `i18n` property is `{country,...

...maybe. Theoretically this should fix https://github.com/Shopify/hydrogen/issues/476

Hi 👋 First of all, thanks so much for the active maintenance of these packages! While working on [shopify/hydrogen](https://github.com/shopify/hydrogen) I noticed that the GraphQL Language Service Server so far only...

Hi 👋 Thanks a lot for the [effort on improving console logging](https://github.com/cloudflare/workerd/pull/1294) in workerd/Miniflare. Here's some feedback on that feature. I'm making a CLI for Shopify/Hydrogen apps and, before this...

miniflare

Hi, thanks for maintaining this repo! ### Is your feature request related to a problem? Please describe. I'm using [graphql-codegen-generator](https://github.com/dotansimha/graphql-code-generator), which relies internally on `@graphql-tools/graphql-tag-pluck`. I'm creating [codegen utilities for...

- Merge `dev-vite` and `dev` commands - Merge `build-vite` and `build` commands - Move classic compiler code to `lib` - Split `init.test.ts` in different files - Minor fixes to `--quickstart`...

This adds support for `#graphql:` in hydrogen-codegen. We should still wait until this feature is released in the rest of the GraphQL ecosystem: https://github.com/graphql/graphiql/pull/3411

Hi! First of all, thank you for this library. I've been using it for long before 0.4 and was working perfectly. I just updated to 0.4.7 and I'm getting "document...

dependency bug

This is a prerequisite for supporting `h2 debug cpu` in Vite. Features: - Add `--watch` to `h2 build` - Add `--build --watch --codegen` to `h2 preview` - Support `--diff` in...

This serves assets in Vite like CSS / images from `localhost:9100/mini-oxygen/00000/11111/22222/33333/...` to mimic production, just like we used to do in the classic compiler. However, JS assets generated from Remix...