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 want to give a heads up: MIME database API has been merged into Crystal's standard library and will probably be included in the next release. See crystal-lang/crystal#5765 for details.
You might be interested in looking for potential integrations with the new stdlib API.
I'm not sure if there are going to be any issues with this shard. But there might be, given the shared MIME namespace. There is also crystal-lang/crystal#7077 which adds a MIME::MediaType type (which could also be called MIME::Type).
To avoid any naming collisions, it's probably best to consider putting this shard in a different namespace. MimeTypes for example would perfectly fit the shard name.
The text was updated successfully, but these errors were encountered:
I want to give a heads up:
MIME
database API has been merged into Crystal's standard library and will probably be included in the next release. See crystal-lang/crystal#5765 for details.You might be interested in looking for potential integrations with the new stdlib API.
I'm not sure if there are going to be any issues with this shard. But there might be, given the shared
MIME
namespace. There is also crystal-lang/crystal#7077 which adds aMIME::MediaType
type (which could also be calledMIME::Type
).To avoid any naming collisions, it's probably best to consider putting this shard in a different namespace.
MimeTypes
for example would perfectly fit the shard name.The text was updated successfully, but these errors were encountered: