Andrew Patton
Andrew Patton
now that node.js v14 is out (initially released on april 21, 2020), it would be awesome to be able to use it in AWS ahead of active LTS start (which...
Fixes the issue where the content and cursor of the mini editor used for entering a URL to preview or selecting the current file is invisible. Also helps get the...
In my use case, I’d like to be able to toggle state based on if a modifier key is pressed, so it would be great to be able to do...
Lexical version: v0.14.5 ## Steps To Reproduce 1. install [react + react-dom v19 beta](https://www.npmjs.com/package/react?activeTab=versions) (latest dependency string is `9.0.0-beta-5d29478716-20240506`) 2. use `editor.setEditable()` API to toggle editable state Link to code...
i’m very impressed by this project and was quite excited to get started with the `@superflare/remix` package. however, i see that it’s depending on [remix version ^1.14.1](https://github.com/jplhomer/superflare/blob/main/templates/remix/package.json#L19), whereas i’m on...
Two months ago, cloudflare [announced](https://blog.cloudflare.com/pages-workers-integrations-monorepos-nextjs-wrangler#configure-pages-projects-with-wranglertoml) that: > you can now configure Pages projects using wrangler.toml — the same configuration file format that is already used for configuring Workers. Considering that...
This PR: * updates the superflare/remix package + remix template + docs site to work with remix v2 and the vite compiler (based on the official [cloudflare workers template](https://github.com/remix-run/remix/tree/main/templates/cloudflare-workers)) *...
implements #277 i don’t know how to test or verify this, but in case it’s helpful, here’s my proposed solution (assuming my hypothesis from #277 is correct). i think this...
i’m very excited for the changes introduced in v3.7.0 to use existing wrangler installation when appropriate (from #271). my app relies on `getPlatformProxy` so it cannot be deployed with any...