James Landrum

Results 22 comments of James Landrum

I haven't fully tested every case to make sure absolutely nothing broke - would be nice if it were possible to have sent this as a fix - maybe I...

Sorry, when I said "? and @" I meant that parts of the documentation imply that it will resolve both but it only resolves "@."

In my case I'm seeing this when it tries to blur a FlatList: ``` java.lang.IndexOutOfBoundsException: Index: 2, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at android.view.ViewGroup.getAndVerifyPreorderedView(ViewGroup.java:3624) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4110) at com.facebook.react.views.view.ReactViewGroup.dispatchDraw(ReactViewGroup.java:703) at android.view.View.draw(View.java:20210) at...

If you are using dao and wish to keep it in the model: ``` private var _password by Users.password var password : String get() = _password set(value) { _password =...

I was able to fix this using: ` 0 && { height: contentHeight }]} onLayout={(event) => setContentHeight(event.nativeEvent.layout.height)} >` Which hints to me that something else unusual is going on -...

JavaScript cannot enforce this and as such it would break the notion that TypeScript is a superset of JavaScript. TypeScript doesn’t care what you assert an objects type to be,...

Just got a Basalisk V3 Pro; the Device ID when wireless is 0x00AC not 0x00AB, possibly a revision. Changing it, I was still unable to get it to work unfortunately;...

@jakkornat - after digging into it I figured out the issue - the submodule in your fork points to an older version of librazermacos which lacks support for Basilisk V3...

@Pjmuscatella this software is generally just for the configuration side of things, it won't help you connect via Bluetooth. Make sure the switch on the bottom is set to Bluetooth...

If we were talking significant performance improvements I'd have a significantly different opinion on this, but we aren't. I don't see any of the examples given here as convincing of...