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
Hi there,
when trying to use this package with the new typst version I get the following warning:
Warning: Comparing strings with types is deprecated
┌─ @preview/codly:1.2.0/src/args.typ:89:24
│
│ if arg.function and function in arg.ty {
│ ^^^^^^^^^^^^^^^^^^
│
= hint: compare with the literal type instead
= hint: this comparison will always return `false` in future Typst releases
It seems to still work fine but I thought this should be fixed
The text was updated successfully, but these errors were encountered:
Hi there,
when trying to use this package with the new typst version I get the following warning:
It seems to still work fine but I thought this should be fixed
The text was updated successfully, but these errors were encountered: