Results 6 comments of ArkD

I would also like to know this for custom links that point to models

ok after looking at your documentation again, I realized I was over complicating this so I did this instead: ``` it('should update theme through subscription in init', (done: DoneFn) =>...

> this helped me, but I think you meant this? ```java import com.facebook.hermes.reactexecutor.HermesExecutor; import com.facebook.hermes.reactexecutor.HermesExecutorFactory; ... // inside ReactNativeHost @Override protected JavaScriptExecutorFactory getJavaScriptExecutorFactory() { HermesExecutor.loadLibrary(); return new HermesExecutorFactory(); } ```...

The internal value type is 64bits, creating functions for different int types does not change that, instead it bloats the interface without adding functionality. Anyone using this can easily cast...

I had this happen to me today, for some reason it would not register keystrokes unless I pressed multiple times. I thought at first it was my keyboard, but I...

It is common for me to have a single command spew more than 10k lines that I need to search through. For now, ITerm will have to do, but looking...