-
Chreats und Bedienungsanleitungen
-
**Description**
I'm reading the source of Sentry SDK, and I see a comment relate using `sentry_options_t *options`.
```
/**
* Initializes the Sentry SDK with the specified options.
*
* This t…
-
Can this send attachments? Looking at the file it doesn't appear possible. Would be great if this was more flexible so it could handle all possible formats
-
```
What steps will reproduce the problem?
1. Downloading attachments
2.
3.
What is the expected output? What do you see instead?
I expect: What do you want to do? Open or save the file
I see: Nothin…
-
I like the plugin. Works perfekt but not for attachments.
I did a small change to let it play nice with attachments:
``` php
if ($post && isset($post->post_type) && $post->post_type !== 'attachment')…
-
```
What steps will reproduce the problem?
1. Downloading attachments
2.
3.
What is the expected output? What do you see instead?
I expect: What do you want to do? Open or save the file
I see: Nothin…
-
For every record there should be the possibility to add attachments(doc, docx, jpeg, png, csv, xlsx, .txt).
To view attachments there should be a new button added in the View Button group as shown in …
-
version HSK 1.4 master latest (2 oct)
The bug did not appear immediately.
New body kits also disappear when loading.
The logs show many identical errors:
**System.NullReferenceException: Object …
-
what if i am using existing components like file upload and camera where to handled those file i am using API build with laravel.
I am confused about how to display existing images or files in answ…
-
```
I've also noted that plain/text attachments are not being recognized as
attachments.
Here is another patch to solve this problem.
```
Original issue reported on code.google.com by `mliberato` o…