-
Notifications
You must be signed in to change notification settings - Fork 12
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage example fails due to incorrect type checks #87
Comments
@pfitzseb : Thanks for noting that. Could you please point to the exact location of the example that fails? The link you posted goes to the beginning of the section... |
This is super weird -- I can't repro this with the example on that page, but the following REPL session does consistently fail for me:
I can't repro the failure in a fresh session:
Don't currently have time to debug this further though, sorry. |
The example at https://omlins.github.io/JustSayIt.jl/stable/usage/ fails due to the types specified at
JustSayIt.jl/src/init_jsi.jl
Line 29 in 7ec7f1b
typeof(Key.ctrl) == PyObject
.Ref JuliaCon/proceedings-review#121.
The text was updated successfully, but these errors were encountered: