Alasdair McLeay
Alasdair McLeay
Can you please release a version to npm with #119 and #121 in it? Ideally also including an upgrade to Sway 2 https://github.com/theganyo/swagger-node-runner/pull/136
### What version of Remix are you using? 1.5.1 ### Steps to Reproduce - update jest-related dependencies to v28 as per #3400 - add transformIgnorePatterns as per https://github.com/remix-run/remix/pull/3400#issuecomment-1147594562 - run...
After discussion with @machour on Discord, I have added remix-google-cloud-functions to a new "community adapters" list in the docs.
### Describe the bug I have a monorepo with packages that are `type: module` and contain storybooks. The config file has to be `main.cjs`, and so that main.cjs can import...
### Describe the bug If you: - are using @storybook/[email protected] - have your .storybook folder in your src folder - have `public` in your storybook staticDirs - import an asset...
#### Description of Change Allow access to all USB devices. Closes discussion at https://github.com/electron/electron/issues/14545#issuecomment-1532269807 **Why?** By default, Chromium limits access to [protected interface classes](https://wicg.github.io/webusb/#usbinterface-interface). This was announced here https://groups.google.com/a/chromium.org/g/blink-dev/c/LZXocaeCwDw/m/GLfAffGLAAAJ The...
Return early from nodrag if no view is passed. Fixes #89
As per the report in https://github.com/d3/d3-drag/issues/79 which was closed without a fix. If using d3-drag in a non browser environment, such as jest + testing-library, an error will be thrown:...
Types should reflect that getItem can return null, as per the description above. https://github.com/react-dnd/react-dnd/blob/26c89a69aa14cccd770ae8ac8ab617696d9951c2/packages/react-dnd/src/types/monitors.ts#L33
With the following code: ```tsx import type { BloomEffect } from "postprocessing"; import { useFrame } from "@react-three/fiber"; import { Bloom } from "@react-three/postprocessing"; import { useRef } from "react";...