Burhan Yılmaz

Results 16 comments of Burhan Yılmaz

Hi @jangrewe @sczerwinski, Did you solve this https://github.com/jangrewe/gitlab-ci-android/issues/16#issuecomment-334314104 ? I have same problem ``` emulator: CPU Acceleration: DISABLED emulator: CPU Acceleration status: /dev/kvm is not found: VT disabled in BIOS...

Hi @endel, There is no problem with the development. After I build a project for WebGL, when I join the room, I receive this error. ``` MissingMethodException: Default constructor not...

@endel Thanks for the response! unity version is `2020.3.12f1` strip engine code ✅ manage stripping level : `Low`

I tried these. But I am not sure that these are correct or not :/ MyState.cs ```cs // // THIS FILE HAS BEEN GENERATED AUTOMATICALLY // DO NOT CHANGE IT...

When the target platform is macOS, there is no problem. I connected to the room and received messages. it is related to WebGL build.

@endel @tonygiang I fixed this issue https://github.com/colyseus/colyseus-unity3d/pull/163

@chrfalch testID is not accessible in the android simulator. I agree with you. This demo example is working well in the android simulator. `"react-native": "0.66.0"` https://github.com/FormidableLabs/react-native-owl/tree/main/example This demo is not...

@osvaldokalvaitir Did you update your `mainactivity.java` file? it is looking related to this. https://docs.swmansion.com/react-native-gesture-handler/docs/#updating-mainactivityjava

You should add the modal top of the component. Your modal is on the navigation. You can add modal same component level. ``` ``` You can manage it with redux...