Benjamin Leonard

Results 5 issues of Benjamin Leonard

I'm using a modified version of this library to embed ASCII animations and someone had suggested that adding the aria-hidden attribute would be useful avoid tripping up screen readers. Would...

### What version of Remix are you using? 1.8.0 ### Steps to Reproduce Install `@vercel/og` add the following line to your `remix.config.js`: `serverDependenciesToBundle: ['yoga-wasm-web', '@vercel/og', 'satori']` and run `npm run...

adapter:vercel
bug:unverified

As per: https://github.com/aframevr/aframe/pull/3616 Also switching some deprecated parts so the example works with three.js r93 There seems to be a slight issue with the way the sprites render on the...

I'm not sure it warrants creating another example since it's not that complicated to set up but I thought I'd mention it since it took me a while to figure...

I think having `backBuffer` defined as it is globally makes it shared between multiple programs running off the same `textRenderer` instance. The result being that the `isSameCell` check is almost...