Fran Dios

Results 50 issues of Fran Dios

### What is the location of your example repository? _No response_ ### What version of Hydrogen are you using? 2023.1.5 ### What version of Remix are you using? 1.12.0 ###...

Bug
skeleton template

## Problem Workerd cannot run CJS. Certain dependencies are only published in CJS, or are published as ESM but incorrectly call CJS APIs and break at runtime. So far, we...

Related: https://github.com/Shopify/hydrogen/pull/2075 Running `h2 init` in our monorepo currently doesn't work unless it's done in a project directory. This is because a recent change in Oclif stopped searching for plugins...

### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...

Type: Bug
Area: Housekeeping

Needs #2100 first This PR adds supports for Vite projects in the `h2 debug cpu` command, and makes the command also available in diff examples with the `--diff` example flag....

## Context Vite currently bundles the config file during development using ESBuild and all the relative imports are marked as "no external" because they are not matched in [this regex](https://github.com/vitejs/vite/blob/6a085d0467ca3b044b4f2108a323af3305a0eae7/packages/vite/src/node/config.ts#L1125),...

p3-minor-bug

We currently allow having a `/codegen.ts` file with custom codegen config. However, it is common in the community placing this config in `/.graphlrc.js` instead. This convention makes it easier to...

PoC of a possible Oxygen cache using HTTP calls. This PR implements the cache strategy locally in MiniOxygen and supports the same approach in a production build with a polyfill...

Blocked

Let Hydrogen specify a compatibility date for Oxygen workers: - In dev, it passes the compat date to MiniOxygen. - It generates `oxygen.json` file at build time, which will be...

Blocked

New `dev` command for the theme plugin.