-
Configure default programs using mime types.
Configure one for file manager
Make desktop entries for applications in home manager.
https://rycee.gitlab.io/home-manager/options.html#opt-xdg.mimeApps…
-
### 🔨 `core` modules and necessary functionalities
> 🕐 : means still in development and improving...
> ✅ : means ready for release or completed targets
> ⏸ : means it is now in backlog or paused …
-
As seen on Fennec, some boxes just don't have mimetypes registered see:
https://github.com/pocmo/Fennec-DLC-Catalog/commit/b6abf51514f3d0a330166b2a4482a821cc86858c
we should deal with this in kinto-…
-
The newly introduced execpath with array input is a great way to manage plantuml jar for document generation. However currently we need to hardcode the path of plantuml jar as below :
```yaml
---
di…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When developing web applications, t…
-
### Description
Hi everyone,
I have a problem with .cjs and .mjs assets (through AssetMiddleware). They are sent with a content-type "application/octet-stream", so that secure browsers won't execute…
-
This one might be my configuration, but I'm getting a 500 error when using the test-server.
It complains of a missing mime.types file.
```
{"msg":"Internal server error: ENOENT: no such fi…
-
The latest version of the mime types document here:
https://www.iana.org/assignments/media-types/media-types.xml
Does not list e.g. image/jpeg or image/gif, so our diagnostics flag these as wron…
-
### Proposal Details
Right now,
mime/type.go includes what seems to be a somewhat arbitrary list of built-in types:
```go
var builtinTypesLower = map[string]string{
".avif": "image/avif",
…
-
### What steps will reproduce the problem?
The majority of files have only one mime type per extension, however, some files do have different mime types per extension.
For example, I have come …