Daniel Engelhardt
Daniel Engelhardt
Can we expect this in the near future? It would be really helpful!
@wodka this seems to help, although I would like to be able to still use the `@Exclude` annotation.
@codemeall Hey, did you already create the PR?
@RonicleyNuvidio More of a workaround, but this seems to work: change your `node_modules/react-native-twilio-video-webrtc/android/src/main/java/com/twiliorn/library/TwilioVideoPreview.java` to: ``` package com.twiliorn.library; import com.facebook.react.bridge.WritableMap; import com.facebook.react.uimanager.ThemedReactContext; public class TwilioVideoPreview extends RNVideoViewGroup { private static final...
@RonicleyNuvidio No it just fixes the Android build. Had no problems with iOS, luckily.
@RonicleyNuvidio I don't think that this is a proper solution. Its more of a workaround. @slycoder what do you say?
Yeah can confirm these steps are getting called. The only difference of my code to the one in the example is that I have an extra component that wraps the...
Same Issue here. Problem: I can't even open the extensions application. Is there any way to get rid of the desktop icons extension manually?
As the broken DING-extension prevents the GNOME-extensions application from opening on my machine, I had to remove it manually. To accomplish this I simply removed `[email protected]` from the directory `/usr/share/gnome-shell/extensions`...
React/Ionic NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function
The same is happening for https://www.npmjs.com/package/@nxext/sveltekit package.json: ```json { "devDependencies": { "@nrwl/cypress": "15.7.2", "@nrwl/eslint-plugin-nx": "15.7.2", "@nrwl/jest": "15.7.2", "@nrwl/js": "15.7.2", "@nrwl/linter": "15.7.2", "@nrwl/nest": "15.7.2", "@nrwl/node": "15.7.2", "@nrwl/nx-cloud": "latest", "@nrwl/webpack": "15.7.2", "@nrwl/workspace":...