Lance Snider

Results 9 issues of Lance Snider

I use Nodenv, but as a freelancer I work with many teams using different tools, like NVM and and ASDF. - NVM uses a .nvmrc file to define the local...

Here's all that's going on in my .tsx: ``` const stuff = [1, 2, 3] return ( {stuff.map((item) => { return ( some div ); })} ); ``` I get...

I'm having trouble loading my custom font into my Chrome Extension. ```js // index.js ``` ```scss @font-face { font-family: 'defaultText'; src: url('chrome-extension://' + $extensionId + '/Inter-Regular.woff2') format('woff2'), url('chrome-extension://' + $extensionId...

It's not currently possible to navigate this component with just your keyboard. For the vision impaired, it makes this unusable. Thanks!

This repo is a lifesaver, thanks! I have a template that includes a matrix, which works fine on my site, but I can't figure out how to organize the matrix...

Before we start upgrading to React Native `0.73.x` and `0.74.x`, we want to get everything upgrades to the latest version of `0.72.x`. This PR: - Upgrade React Native from `0.72.7`...

Added a link to a video tutorial for integration.

# The Problem When the Rive component is full width/height and you resize the page, you sometimes see the scrollbars flash on/off. When you zoom in on your browser, sometimes...

### Description Using `renderer.lineWidth/rect/stroke/etc` work correctly, but give a typescript error: ![Image](https://github.com/user-attachments/assets/f4da9a71-8b3d-4ada-b557-987d37498052) ### Working example https://codesandbox.io/p/devbox/rive-low-level-runtime-alongside-video-forked-qxpxmg ### Related PRs Here's where this functionality got added: https://github.com/rive-app/rive-wasm/commit/780e9a51ec4b11ffe972e69116d5f51a39618c4d ### Short-term solution ```...