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
The media_type! macro is very convenient, but you can only use it with Names that come from the built-in names module. It would be even more convenient if you could use it with Names that you've defined yourself.
It's easy to work around of course, but thought I'd raise it as an issue anyway.
I haven't worked on macros before, but if you'd accept a PR, this is probably a good little thing to get me started.