TimNew

Results 31 comments of TimNew

Hi @francoislaberge I installed the extension yesterday when I opened the `.sequence` file, the preview pane popup up automatically. But I found the size of the preview is just 1/3...

Hi @francoislaberge, thanks for your time and the support. I reckon on my side, I experienced slightly different that I could never resize/horizontally scroll the window. Not sure whether it...

Ideally, there should be 3 panels: An LED color panel, a TV Box, and a test panel. There are 2 projects in the repo: - **Android Infrared:** This is the...

Hmm, I think I know why. It probably caused because the assets are not built with native code. I forgot whether I integrated it with `gradle` or not. To built...

Or you might be able to start a new web server that serves these asset files. Then you can add a remote panel from the app (Useful when developing panels)

Crashed on catalina with new touch bar

Based on the code ```swift func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool { guard userActivity.activityType == NSUserActivityTypeBrowsingWeb else { return false } //...

I encountered similar issue on Android, why it happens and how I solved it: ## Issue: After write tag, I called `finishNfc`, and then immediately, the newly written tag triggered...

Can be fixed by https://github.com/Milad-Akarie/form_field_validator/pull/15

Server responds 503 while downloading the `.tar.gz` file, it has been like this for a few days now