Bartosz Wyspiański

Results 11 issues of Bartosz Wyspiański

Using Sceneform 1.16 i'm trying to reproduce functionality on GLTF asset that i've on older version using FBX. Currently loading any glib file i'm always getting submesh count 0 so...

If i'll add Remixer annotation in kotlin fragment/activity this error appears: error: Trying to use Variable annotations on wrong parameter, must be of type class java.lang.Float

After setting remixer up inside a fragment, it's not reacting (opening) via gesture or button This is a part of onCreateView method: ``` RemixerBinder.bind(this); RemixerFragment.newInstance().attachToGesture( getActivity(), Direction.UP, 2); RemixerFragment.newInstance().attachToButton(getActivity(),mRemixerOpenButton); ```

Hi, during more stress test of my app, i've discovered that Android device after some time causes peripheral to stop accept connections and stops from being visible in ble scan....

bug

### Describe the bug On desktop i've added icons and by accident i've pushed them to GIT. It was during hot work day on my vault so it is hard...

I've scanned 2 fingerprints (Left Index and Left Middle), I've then converted Bitmap to byteArray (PNG, 100% quality, 500dpi). I've checked matching for LI - LM, LM-LI, LI-LI and LM-LM....

When i launch gallery pick activity, app is crashing: ``` java.lang.IllegalArgumentException: Parcel: unknown type for value eu.lynxit.editor.RootNode$NavTarget$NewProjectPage@cee66ee at android.os.Parcel.getValueType(Parcel.java:2409) at android.os.Parcel.writeValue(Parcel.java:2308) at com.bumble.appyx.core.navigation.NavKey.writeToParcel(Unknown Source:8) at android.os.Parcel.writeParcelable(Parcel.java:2538) at android.os.Parcel.writeValue(Parcel.java:2439) at android.os.Parcel.writeValue(Parcel.java:2316)...

If we run application and leave headset on table and it will go to sleep mode, framework crashes: ``` 2019-10-21 15:23:48.648 11761-11797/pl.fream.evryplacevr.gearvr.evr.debug A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: JNI...

Hi, using latest version of framework, using Android views will cause this exception: ``` 2019-03-27 15:56:26.271 2902-2902/pl.fream.evryplacevr.gearvr.debug E/GraphicBufferAllocator: Failed to allocate (644 x 236) layerCount 1 format 1 usage 133:...

Hi, i am trying to convert object to schema, where i'm using few enums. And sometimes the same enum is used in few places. I would love to have enum...