-
**Describe the bug**
Using the S3 asset storage plugin all uploads have a mime type of `application/octet-stream` in S3. This happens with minio, supabase storage and aws.
The `asset` table in th…
-
Hello,
on my local system swagger ui is working great. But when deploying it in our kubernetes cluster the page apears blank. First w arning is raised:
Strict-Transport-Security: The connection to…
-
### Go version
1.21
### What did you see happen?
This is identical to #32350 but .mjs instead of .js (I would have commented on the other thread, but it is locked to collaborators only).
…
-
It may be worth adding a note like the following to address Nginx's decision not to follow RFC 4329, which enables serving `.mjs` files with the correct MIME type so browsers interpret it as JavaScrip…
-
Resources:
- https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/pull/286#pullrequestreview-849930569
- https://github.com/neffo/bing-wallpaper-gnome-extension/blob/master/thumbnail…
-
![image](https://github.com/milutinke/sqcp/assets/58629234/544d44df-1336-468f-8201-fa05e950192d)
Refused to apply style from 'https://panel.reds-squad.ru/css/app.17480d08.css' because its MIME type (…
-
Some file types have signatures (**Magic bytes aka File Signature**), we can use them to identify the type of a file regardless of the file extension.
This is an important issue to handle with care, …
-
i am trying to upload files and as the magic numbers of both **.xlsm** and **.xlsx** is same when i try to use this code
```
let magic = new Magic(MAGIC_MIME_TYPE);
magic.detectFile(fileLocat…
-
Would it be possible to add support to send files in various mime types? Either using Mime magic, or letting us pass a field where we're storing the mime type?
I'm storing filename and mimetype alrea…
e1ven updated
10 years ago
-
code to use audio transcription using ai :
import os
import google.generativeai as genai
genai.configure(api_key=os.environ["GEMINI_API_KEY"])
def upload_to_gemini(path, mime_type=None):
"…