-
Updated
Dec 4, 2020 - C#
mime
Here are 216 public repositories matching this topic...
-
Updated
Dec 16, 2020 - C
-
Updated
Dec 9, 2020 - PHP
-
Updated
Dec 5, 2020 - Go
-
Updated
Dec 1, 2020 - Python
-
Updated
Oct 29, 2020 - JavaScript
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
What I did: json.Marshal(envelope)
What I expected: convert an Envelope object into Json
What I got: a stack overflow when envelope contains at least one part
Release or branch I am using: master
Please find attached a file to reproduce. As I understand the problem, there is an infinite loop while walking the Envelope object as we can go to Envelope.Root.FirstChild.Parent.FirstChild.Pa
-
Updated
Dec 12, 2020 - C++
-
Updated
Dec 2, 2020 - Julia
-
Updated
Sep 6, 2020 - Swift
-
Updated
Nov 1, 2020 - C++
-
Updated
Sep 16, 2020 - C#
-
Updated
Dec 1, 2020 - Rust
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
Nov 24, 2020 - Go
-
Updated
Aug 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the mime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mime topic, visit your repo's landing page and select "manage topics."
In #2761 I introduced a new API,
struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate likeif (Context && Context->mailbox).I would like to use the API more extensively, whenever
Context->mailboxis used. This needs to be done with care asContextis a global variable and its contents might change when calling other functions.This would