mime-types
Here are 133 public repositories matching this topic...
-
Updated
Jun 5, 2020 - Shell
-
Updated
Apr 24, 2020 - JavaScript
Apparently text/javascript is the new hotness now...? https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/
I first noticed this on MDN's Common MIME Types page, which now shows text/javascript.
@mathiasbynens, @domenic: Can you provide insight into what's going on at the stan
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
Right now, MIME::Types has two main representations of a MIME content type:
content_type: a presentation value from the MIME type registry and should not be used for comparison. The case of the content type is preserved, and extension markers (x-) are kept.simplified: a comparison value, mostly used for sorting. It strips extension markers (x-) and converts to lowercase. The problem h
滑动以后就崩溃了
com.github.bumptech.glide:glide:4.11.0
Process: com.xxx.xxx.xxx, PID: 10551
java.lang.NoSuchMethodError: No virtual method centerCrop()Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions'
-
Updated
Aug 23, 2019 - Swift
In https://mimesniff.spec.whatwg.org/#parsing-a-mime-type the following step might be clearer if it explicitly said the trailing sequence after " was to be discarded. Might also be better if the example contains a ';' since the step mentions ';'
Current:
Collect a sequence of code points that are not U+003B (;) from input, given position.
Example: Given text/html;charset="shift_jis"iso-20
-
Updated
Dec 13, 2018 - Go
-
Updated
Jun 12, 2018 - C#
Documentation needed
Looks like a great project, but I'm having trouble changing the Extensions.java file in order to find different extensions. I couldn't find any documentation for how to accomplish this, and when I change the file and re-run ./gradlew check I get failed most of the time.
Please add documentation for how to alter the Extensions file successfully, and also how to run the code against the oldindex
Hello,
Using this library in a parallel loop (creating new Magic() inside the loop) was causing my app to crash randomly with a heap corruption exception code.
The documentation should be updated to mention that you cannot create new Magic instances simultaneously (or alternatively add a lock inside the constructor) to prevent random crashes for people consuming the library.
Once the separa
-
Updated
Aug 28, 2018 - OCaml
-
Updated
Sep 27, 2018 - PHP
-
Updated
Jun 20, 2019 - Python
-
Updated
Apr 4, 2019 - C
-
Updated
Jun 27, 2020 - C#
-
Updated
Jun 13, 2020 - Clojure
-
Updated
Feb 12, 2020 - PHP
-
Updated
Apr 25, 2019 - Ruby
-
Updated
Jul 1, 2020 - Go
Improve this page
Add a description, image, and links to the mime-types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mime-types topic, visit your repo's landing page and select "manage topics."
I am trying to detect the MIME type of a .doc file, and the result I get is of type
File type: xls. MIME: application/vnd.ms-excel
or
ile type: ppt. MIME: application/vnd.ms-powerpoint