-
Currently, `showerror` can be implemented by package developers as:
```julia
function Base.showerror(io::IO, err::MyErrorType)
write(io, "...")
end
```
My request is that we document a new patte…
fonsp updated
1 month ago
-
While trying to add Vega visualizations for my library, I've run into several problems with VSCode. I preferred to split the problems into several issues, so here is the first.
When trying to plot so…
-
Hello
**It's a feature request**, not an issue.
`stat(filepath)` would return the file's mime type.
```typescript
type StatResult = {
mimeType: string?,
// ...
};
```
-
## Issue description
Would be great if we NixOS had support for declarative mime type definitions (I assume within environment):
```
environment.xdg.mimeTypes."text/nix" = {
comment = {
"" = "…
-
### Describe the bug with a clear and concise description of what the bug is.
The standard mime type for MP3 files is `audio/mpeg`, not `audio/mp3` which is [deprecated](https://mimetype.io/audio/m…
graue updated
2 weeks ago
-
OpenAPI YAML defining a simple post endpoint that supports both JSON and XML request bodies
```
openapi: 3.0.3
info:
title: API
version: 1.0.0
servers:
- url: http://localhost:55321
…
-
AWS.MIME.Load is supposed to read "the common standard format used by Apache mime.types", according to the comment in aws-mime.ads. That format includes comments that programs are supposed to ignore. …
-
Using Firefox with account on https://demo.havenweb.org, uploaded mp4 video, video controls tag and type="video/mp4" automatically created, but video does not play and get a message: "No video with su…
-
GrapheneOS' PDFViewer fails to open the PDF files. It claims "invalid MIME type".
app.grapheneos.apps, versionCode 21
-
### Description
Support [smimesign](https://github.com/github/smimesign) program for signing commits using S/MIME. The smimesign tool was [developed by GitHub itself](https://github.blog/changelog/20…