Jeroen Vannevel
Jeroen Vannevel
I noticed that the original code from rust-analyzer has changed since you've copied it over, e.g. through https://github.com/rust-lang/rust-analyzer/pull/11573/files Since I don't actually need most of the functionality in that `Fixer`,...
Oh wow, the timing is great here. Looks like they integrated rslint only yesterday and they've already started to add JSX support. Thanks, I'm happy to wait for that and...
@BigFaceCatQuQ can you clarify what the issue was with your config? I'm seeing this error when I go through these steps: 1. Resolve a service 2. Background the app 3....
Awesome, @DennisSnijder! That worked for me as well. This is the hook-based variation that I came up with: ```ts const [appState, setAppState] = useState(AppState.currentState); const previousAppState = usePrevious(appState); const [rnZeroconf,...
> This solved the problem for me: > > > When using Visual Studio 2022 or higher, breakpoints don't get hit unless you change the following setting **in the experimental...
I can confirm I've got the same issue. Deleting yarn.lock and re-generating causes the same issue (and is not an acceptable solution in the first place). These are my dependencies:...
If you change your `react-native` dependency to `0.65.1` it will work. Versions below that fail with the above error.
I'm facing the same problem as well. @iddan do you perhaps have an example where a Canvas has dimensions X, resizes to dimensions Y, draws something and it shows up?...
Is there _any_ setup that is supposed to work? I've got the same issue as the others when using 12.18.2. When I use 10.15.3, 10.23.0 or 11.15.0 I get this...
error node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
The `resolutions` solution still worked for me, going from 0.64.0 to 0.65.1