Halit Özsoy

Results 8 comments of Halit Özsoy

Hi! Successfully migrated my messages just now, thanks for providing this tool. * Obtained `msgstore.db` via [YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor](https://github.com/YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor) (Failed in first try, but it eventually worked after playing around with its...

thanks for implementing this package btw, it is solving a huge problem for me, I can use it in a hacky way to implement nested drag-drop functionality. If anyone wishes,...

missing readme tho

Hi, sorry for late reply. I loved your idea of the auto focus form and extended it to a general module that can use not only textinput but also with...

If you haven't logged in on docker before (`docker login`) do it, and it creates a config folder for you.

Hi @zcbenz, NVIDIA Jetson devices have hardware unified memory, and I have both a Xavier (sm72) AGX 32GB, and an Orin (sm87) AGX 64GB. I have tried building your cuda...

tldr: it gives segfault With Fast Compile on, it takes about 15 mins to build. Also, libcublasLt_static doesn't cause a problem when fast compile is on. I've tried building it...

Hi there, I experienced the same issue. The problem resolves down to line: [`Keyboard.dismiss()` in components/input/Input.tsx#L59](https://github.com/ant-design/ant-design-mobile-rn/blob/84f828d76d9805e2b2fb4aa96e6b9f4842aa4a8a/components/input/Input.tsx#L59) ``` React.useEffect(() => { const keyboardHide = Keyboard.addListener('keyboardDidHide', () => { Keyboard.dismiss() }) return...