Sebastian Klingler

Results 25 comments of Sebastian Klingler

I'm running into this when dynamically adding/removing columns and then dragging to reorder the columns. The drag indicators are no longer aligned with the columns. Calling `ensureWidthContraint` (essentially clearing the...

I was able to get it working by downgrading to `react-native-reanimated` 1.13.4 ``` npm i [email protected] ``` I also removed the babel plugin and android changes described in the 2.x.x...

I was able to get scrolling, dragging, and auto scrolling working by providing the `ListHeaderComponent` and `ListFooterComponent` props with the content I needed to be above and below the draggable...

> @sliptype for changeset review? am I doing this right? So cool! Yup looks good! Could theoretically combine them into one changeset too, but no harm in having multiple

> Hype!! Maybe worth setting this up on web as well? Have we thought at all about how shared/common listeners will work? Yeah I def think worth it for web...

> I absolutely love these changes! so this is just RTK addition, not a RTK-Query thing yeah? if so id say lets def move forward with this generally. itll probably...

I'm also getting this on `fetchUser` ``` TypeError: Cannot read properties of undefined (reading 'indexOf') at m.extractJSONObject (/home/node/app/node_modules/tiktok-scraper-ts/dist/main.js:1:2914) at m.requestWithPuppeteer (/home/node/app/node_modules/tiktok-scraper-ts/dist/main.js:1:3335) at async m.TryFetch (/home/node/app/node_modules/tiktok-scraper-ts/dist/main.js:1:3677) at async m.user (/home/node/app/node_modules/tiktok-scraper-ts/dist/main.js:1:4623) ```...

https://github.com/AudiusProject/audius-protocol/issues/5968

I like it but would like to have an easy way to specify the url/port for the locally running web client e.g. `http://localhost:3001` Changing it in the .env was straightforward...

Closed, repo is deprecated. We can continue discussion here: https://github.com/AudiusProject/audius-protocol/issues/5963