Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix warnings in hs.dialog#3575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
latenitefilms wants to merge1 commit intoHammerspoon:master
base:master
Choose a base branch
Loading
fromlatenitefilms:hs-dialog-fix-depreications

Conversation

@latenitefilms
Copy link
Contributor

  • ReplacedsetAllowedFileTypes withsetAllowedContentTypes.

- Replaced `setAllowedFileTypes` with `setAllowedContentTypes`.
Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This pull request does not contain a valid label. Please add one of the following labels:['pr-fix', 'pr-change', 'pr-feature', 'pr-maintenance']

@latenitefilmslatenitefilms marked this pull request as draftDecember 28, 2023 23:51
@latenitefilms
Copy link
ContributorAuthor

@cmsj - For some reason I can't set you as a reviewer in GitHub?

@latenitefilmslatenitefilms marked this pull request as ready for reviewDecember 28, 2023 23:52
@github-actions
Copy link

View Test Results

2 tests   2✔️  0s⏱️
2 suites  0💤
1 files    0

Results for commit353c7a7.

@latenitefilmslatenitefilms marked this pull request as draftJanuary 18, 2024 21:20
@latenitefilms
Copy link
ContributorAuthor

Need to fix this before merging:

ERROR:   LuaSkin: hs.webview.usercontent callback: NSInvalidArgumentException: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil(0   CoreFoundation                      0x000000018c22c570 __exceptionPreprocess + 1761   libobjc.A.dylib                     0x000000018bd1deb4 objc_exception_throw + 602   CoreFoundation                      0x000000018c158584 -[__NSArrayM insertObject:atIndex:] + 12843   libdialog.dylib                     0x0000000106fe1e10 chooseFileOrFolder + 2924   LuaSkin                             0x0000000104e732dc precallC + 1325   LuaSkin                             0x0000000104e734dc luaD_precall + 3286   LuaSkin                             0x0000000104e69f98 luaV_execute + 165367   LuaSkin                             0x0000000104e73628 luaD_callnoyield + 968   LuaSkin                             0x0000000104e5d728 luai_objcttry + 489   LuaSkin                             0x0000000104e73bf4 luaD_pcall + 9210  LuaSkin                             0x0000000104e7851c lua_pcallk + 36811  LuaSkin                             0x0000000104e54004 -[LuaSkin protectedCallAndTraceback:nresults:] + 20012  LuaSkin                             0x0000000104e54094 -[LuaSkin protectedCallAndError:nargs:nresults:] + 6013  libwebviewusercontent.dylib         0x00000001071b6078 -[HSUserContentController userContentController:didReceiveScriptMessage:] + 24814  WebKit                              0x00000001af00cea0 _ZN28ScriptMessageHandlerDelegate14didPostMessageERN6WebKit12WebPageProxyEONS0_13FrameInfoDataERN3API12ContentWorldERN7WebCore21SerializedScriptValueE + 22815  WebKit                              0x00000001af4335d4 _ZN6WebKit29WebUserContentControllerProxy14didPostMessageEN3WTF23ObjectIdentifierGenericINS_26WebPageProxyIdentifierTypeENS1_38ObjectIdentifierMainThreadAccessTraitsEEEONS_13FrameInfoDataEyRKNSt3__14spanIKhLm18446744073709551615EEEONS1_17CompletionHandlerIFvOSB_RKNS1_6StringEEEE + 68016  WebKit                              0x00000001af7d1448 _ZN6WebKit29WebUserContentControllerProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 35617  WebKit                              0x00000001af7ea15c _ZN3IPC18MessageReceiverMap15dispatchMessageERNS_10ConnectionERNS_7DecoderE + 26418  WebKit                              0x00000001af39c50c _ZN6WebKit15WebProcessProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 4019  WebKit                              0x00000001af7e50e4 _ZN3IPC10Connection15dispatchMessageENSt3__110unique_ptrINS_7DecoderENS1_14default_deleteIS3_EEEE + 32420  WebKit                              0x00000001af7e5530 _ZN3IPC10Connection24dispatchIncomingMessagesEv + 49621  JavaScriptCore                      0x00000001a7fc9ad8 _ZN3WTF7RunLoop11performWorkEv + 20422  JavaScriptCore                      0x00000001a7fca9a8 _ZN3WTF7RunLoop11performWorkEPv + 3623  CoreFoundation                      0x000000018c1b7a4c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 2824  CoreFoundation                      0x000000018c1b79e0 __CFRunLoopDoSource0 + 17625  CoreFoundation                      0x000000018c1b7750 __CFRunLoopDoSources0 + 24426  CoreFoundation                      0x000000018c1b6340 __CFRunLoopRun + 82827  CoreFoundation                      0x000000018c1b59ac CFRunLoopRunSpecific + 60828  HIToolbox                           0x0000000196764448 RunCurrentEventLoopInMode + 29229  HIToolbox                           0x00000001967640d8 ReceiveNextEventCommon + 22030  HIToolbox                           0x0000000196763fdc _BlockUntilNextEventMatchingListInModeWithFilter + 7631  AppKit                              0x000000018f9928a4 _DPSNextEvent + 66032  AppKit                              0x000000019016c980 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 71633  AppKit                              0x000000018f985d50 -[NSApplication run] + 47634  AppKit                              0x000000018f95d014 NSApplicationMain + 88035  dyld                                0x000000018bd590e0 start + 2360

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] requested changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@latenitefilms

[8]ページ先頭

©2009-2025 Movatter.jp