Zane Helton
Zane Helton
Thanks for bringing this up, I'll have to [follow this guide](https://tauri.app/v1/guides/distribution/sign-windows) to fix this It's a false alarm but intended behavior
This actually sounds relevant to my issue as well: https://github.com/graphql-nexus/schema/issues/523 In addition to getting the "getTypeMap" issue, all of my crud/model fields are null. Let me know if you remember...
I'm experiencing a similar issue: ```bash Traceback (most recent call last): File "main.py", line 99, in items = get_users_followers(opts[''], './env.secret', 0, False, 15, 200) File "/home/user/miniconda3/lib/python3.7/site-packages/Scweet/user.py", line 99, in get_users_followers...
Is ADB debugging turned on? If it still doesn't work, I imagine Amazon changed the shell codes for the remote control. Starts here: https://github.com/ZaneH/FireTVRemote-Node/blob/f03ec52bbc3ecd5058e5bef26393eb969a884aed/routes/index.js#L34
https://github.com/ZaneH/FireTVRemote-Node/tree/fix-new-devices Can you give that a try? I haven't tested it, but I updated the `adb` binary and added untested support for Windows.
I'm also experiencing this issue when using `watchClass` inside Apple's Camera application. ``` objc cy# watchClass(CUCaptureController) *** _assert(CYRecvAll(client, &size, sizeof(size))):../Console.cpp(140):Run ``` iPhone 5s on iOS 9.0.2
I tried using the InspCWrapper.m inside my project, and the Camera app didn't crash, but I also didn't see any of the logs in the log directory.
Here's the link to the docs: https://tauri.app/v1/guides/distribution/macos/ Another helpful link: https://tauri.app/v1/api/config/#macconfig You'll also need: https://tauri.app/v1/guides/distribution/sign-macos
Out of curiosity, how would you allow the user to undo the last swipe? Would it be a different gesture, or a button titled "Undo"?
I've added a note to the top of the `README.md` to redirect people to this issue in the future. I'm glad you were able to get it working with the...