You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling pick_file or pick_folder would result, depending on context, in printing like following (presumably warning) into output:
2024-11-25 18:50:37.900 julia[42982:4662495] +[IMKClient subclass]: chose IMKClient_Modern
2024-11-25 18:50:38.905 julia[42982:4662495] The class 'NSOpenPanel' overrides the method identifier. This method is implemented by class 'NSWindow'
Furthermore, depending on context, it would result in Julia crash, or just not returning to the Julia prompt.
This happens now reproducibly in the code which I didn't touch for several months. The change since then was the switch to Julia 1.11 and update to MacOS 15. Now I tested the same code with Julia 1.10, the problem persists, therefore I guess it is MacOS 15 (the warning is obviously Mac specific). Googling brought the following link, which could be somehow related: hacksider/Deep-Live-Cam#601
@Suavesito-Olimpiada
A general question - in what far the package is still supported?
The text was updated successfully, but these errors were encountered:
I've been thinking to upgrade this to nativefiledialog_extended, for which I have a recipe. Still, I'm not sure when I'll have time to do the upgrade. 😅
Calling
pick_file
orpick_folder
would result, depending on context, in printing like following (presumably warning) into output:Furthermore, depending on context, it would result in Julia crash, or just not returning to the Julia prompt.
This happens now reproducibly in the code which I didn't touch for several months. The change since then was the switch to Julia 1.11 and update to MacOS 15. Now I tested the same code with Julia 1.10, the problem persists, therefore I guess it is MacOS 15 (the warning is obviously Mac specific). Googling brought the following link, which could be somehow related: hacksider/Deep-Live-Cam#601
@Suavesito-Olimpiada
A general question - in what far the package is still supported?
The text was updated successfully, but these errors were encountered: