-
I installed master/45995736 on OS X 10.8.5 today. I'm using ruby 1.9.3-p429 via rbenv, and when I try to run the crawler from the "rubycode" directory, I get a gem specification failure:
```
$ ruby m…
irons updated
10 years ago
-
Just noticed this on starcellbio.mit.edu:
```
all.packed.js:5 Resource interpreted as Font but transferred with MIME type application/vnd.oasis.opendocument.formula-template: "https://starcellbio.mit…
-
I am using the sql codemirror_mode, which has several mime types associated with it. I would like to use text/x-cassandra. For some output formatting of CQL (for describing objects), I was able to …
-
Is there anyway to automatically select the download directory for different mime types?
For example:
- http://example.com/dl.php?file=123 -> mime type: mp3 -> ~/Download/Music
- http://example.c…
trmdi updated
8 years ago
-
The following two lines of code appear to assume that the SRT MIME type contains `srt`:
https://github.com/Podcastindex-org/aggregator/blob/c02d73e730fe3ce14a3ef40c3c0b19caca2ad82e/partytime/partyt…
-
# Code
```php
(new \Mimey\MimeTypes())->getMimeType('zip');
```
# Expected result
```
'application/zip'
```
# Actual result
```
'application/x-gzip'
```
This wrong mime type means that e…
-
-
Hi, it would be really nice if we could specify audio/raw instead of having a wav container for each event on ondataavailable, now i just slice off the first 44 bytes of the buffer, but it's a really …
-
All of the audio files in the fixtures repository seem to be getting read by my browser as video mime types. The screencap here is from my Firefox/Mac info window for [the Calon_Lan_-_Various_artists.…
-
Hi! 👋
Thanks so much for your fantastic library!
Would you consider adding mime type and quality parameters to your `type()` method?
```js
.type(['objectURL', 'image/jpeg', 0.95])
```
Lo…
furey updated
4 years ago