Austin Ziegler
Austin Ziegler
This isn’t a new language request, nor is it *quite* a bug (although as far as I can tell, the included syntax highlighting for `.cue` files does not work). When...
- This probably has a negative performance impact, so I’m not sure I’m going to merge this. See #148 --- This change is [](https://reviewable.io/reviews/mime-types/ruby-mime-types/151)
This is very _much_ a work in progress. --- This change is [](https://reviewable.io/reviews/mime-types/ruby-mime-types/162)
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...
Based on work by Charlie Somerville (@charliesome); found at https://github.com/SamSaffron/mime-types/commit/ca0bce0ad428c887b2026158d9fc05e7d956b722 and https://github.com/SamSaffron/mime-types/commit/6b34ec645e1a5f1e5c4619b1f51389b24675e8e7.
Based on work by Charlie Somerville (@charliesome) and found at https://github.com/SamSaffron/mime-types/commit/0cf4b1b145296c8878fe86405c7775df42ec8e4f.
Similar to #251, I’m getting `Connection to UNKNOWN port 65535: Broken pipe` on some, but not all, git operations. ``` Krypton ▶ Requesting SSH authentication from phone Krypton ▶ Success....
When working on [cartage 2.0](https://github.com/KineticCafe/cartage), I found a case where the improper placement of the `:stopdoc:` directive can prevent the indexing of a class documented in another file. I have...
Originally submitted on 2011-03-03 by C C (ccom): It's much better (faster, more secure, etc.) to communicate to a local LDAP server over a Unix socket (ldapi). Net::LDAP, however, does...
Originally submitted by Rubyforge user cuzic4n on 2010-09-02: I am adding and deleting all sorts of ldap entries. I can even make new entries with objectclasses, but when I want...