Nicolas Brown

Results 21 comments of Nicolas Brown

It's more like substance designer or neotextureedit; it generates textures, not shaders.

Hey, no curvature node yet. Working on a rewrite right now so i'll make sure it's in the new release. It's a highly requested node.

Hey. Adding this to the new release as it's a very important node. Sorry for the horrendously late reply.

Having `DateOnly` and `TimeOnly` classes would solve many of these issues. [EfCore has support for them in .NET land](https://erikej.github.io/efcore/sqlserver/2023/09/03/efcore-dateonly-timeonly.html) Adding utility functions for these classes, like [js-joda](https://js-joda.github.io/js-joda/), would be a...

@brentforder yea i'd love to see a snippet.

> Thanks for your detail report! Is there some note/info on ferrostar only supporting new arch? Would be interesting for this project to also consider, when taking the time to...

@brentforder thank you for that snippet. I'll give it a try. ``` const deactivateDeviceTracking = () => { setDeviceTrackingModeOverride(undefined); } ``` Is there a specific reason for using `undefined` as...

@brentforder I tried it but it's not quite yielding the results I thought it would have. Camera movement is still being cut off mid-transition. https://github.com/user-attachments/assets/1484f396-c207-4dde-aee8-63c7b53237c7 If you're interested, you can...

> No currently there is no ETA – still figuring how much work the migration will be. I'll just keep looking for work-arounds in the meantime then.

> Hey @njbrown, I'm getting a CMake error with building react-native-reanimated in your fork & "nav-bug" branch. Run the Expo example app. What's the error you're getting btw? > MapView.onRegionDidChange...