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
I posted this issue a month ago to mlabbe/nativefiledialog#110
But I just realized that was not the Julia NativeFileDialog github but C!
My colleague has a Mac and encountered a bug.
We are using Julia 1.10.0 and the NativeFileDialog was installed a month ago.
The following works on my Windows 11:
filename = pick_file(thisfolder; filterlist="dat.gz")
On Mac, however, this command opens the window while showing the .dat.gz files grayed out. Removing the filterlist allows to select a file. I hope you have a way to check this out.
Thanks for NativeFileDialog.jl, it's so convenient!
The text was updated successfully, but these errors were encountered:
I posted this issue a month ago to mlabbe/nativefiledialog#110
But I just realized that was not the Julia NativeFileDialog github but C!
My colleague has a Mac and encountered a bug.
We are using Julia 1.10.0 and the NativeFileDialog was installed a month ago.
The following works on my Windows 11:
filename = pick_file(thisfolder; filterlist="dat.gz")
On Mac, however, this command opens the window while showing the .dat.gz files grayed out. Removing the filterlist allows to select a file. I hope you have a way to check this out.
Thanks for NativeFileDialog.jl, it's so convenient!
The text was updated successfully, but these errors were encountered: