-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1560) created by **Ash2kk** on 2013-10-21 at 10:25 AM_
---
Please, add media type for multipart/form-data MIME type.
-
### Background information
- **Dendrite version or git SHA**: `0.13.7+7a4ef24`
- **SQLite3 or Postgres?**: unknown (not my server)
- **Running in Docker?**: unknown
- **`go version`**: unkno…
-
Currently, if you have a `` tag whose `src` is served through `staticfile`, seeking doesn't work. This can be fixed by supporting [Byte Serving](https://en.wikipedia.org/wiki/Byte_serving).
-
Have you thought about some sort of support for embedding binary data? (blobs)
Unicode strings are not generic - not all escape sequences are valid Unicode.
What people typically do, is they enc…
-
![Go Logo](/images/Go_Logo_Blue.svg)
Learning a goddamned programming language.
-
We've had a few source CSV files with character sequence `CR` `CR` `LF` inside cells, used to denote a single line break. The resulting sequence in `dclib` — i.e. when dealing with values in templates…
-
### What?
Write a chapter of the getting started guide expanding on reusability. It should go right after #6.
We should keep it simple and explain how to reuse parts of a message or operation by usi…
-
Reproduction code
```js
import { Multipart } from "multipart-ts";
const input = `
Content-Type: multipart/mixed; boundary="boundary"
--boundary
Content-Type: text/plain
This is the first …
revyh updated
1 month ago
-
Version
-------
Sympa 6.2.72
Installation method
-------------------
From ports on FreeBSD 13.2
Expected behavior
-----------------
Sympa messages should be compliant.
Actual behavior
…
-
I think it would be useful to standardize the approach to versioning the API. For example, when I want to change the request or response format for some API endpoint, which is backwards incompatible. …