Arthur R Longbottom

Results 10 issues of Arthur R Longbottom

It took me a few hours to figure it out using the src ```tsx // src/layers/CustomLayer/index.tsx import { forwardRef } from "react"; import { Abstract } from "lamina/vanilla"; import {...

1.2.0

```sh rollup v2.3.4 bundles src/index.ts → dist/index.js... http://localhost:10001 -> /Users/art/code/runway/dist LiveReload enabled (!) A plugin is directly adding properties to the bundle object in the "generateBundle" hook. This is deprecated...

```ts import { useRef, useState, useEffect, RefObject } from 'react' import 'intersection-observer' type UseVisibilityType = ( node: RefObject, options?: IntersectionObserverInit | undefined ) => IntersectionObserverEntry | object const useVisibility: UseVisibilityType...

This PR is intended to help other engineers avoid the same mistake I made by having `strict` set to true but not `strictNullChecks` which led to very frustrating / confusing...

stale

This saved my bacon, let me throw money at you

There are times in my actions that I would like access to the global store so I don't have to jokey multiple contexts to get access to other reducer states

Any way you can put down a roadmap, milestones or issues so that we can contribute to this project?

This PR fixes the Vercel deploy by using the internal playwright packaged used in Vercel VMs Added new packages: - `playwright-core` - `@sparticuz/chromium` Removed: - conflicting npm lock-file Edited: -...

**Is your feature request related to a problem? Please describe.** The current implementation lacks real-time feedback during song generation. Clients are left waiting silently for a response, without any insight...

## Summary Adds `pixelPerfect` prop to both `ScrollControls` and `Html` components to prevent subpixel rendering blur caused by CSS `transform3d` values with decimal pixels. ## Problem HTML elements rendered with...