-
**Steps to reproduce**:
1. Generate keys the following way, using openssl-1.1.+ (I used 1.1.0):
- ssh-keygen -t rsa -f ~/.ssh/testkey -C "testkey@exmaple.com"
- ssh-keygen -f testkey.pub -e -m P…
-
-
There was a similar question #334, but the answer to that is not working that well.
The image is displayed kinda weird.
**In Markdown, it looks like this:**
![image](https://github.com/Ionaru/ea…
-
Hi,
When trying to upload a file I get the following error:
```
/usr/local/lib/node_modules/slackify/lib/fileReader.js:25
return _path2.default.isAbsolute(filename) ? filename : _path2.defaul…
-
I'm trying to show user image to crop it after drop event and I'm getting the error (Angular2):
EXCEPTION: Cannot read property 'setImage' of undefined
This is my component:
```
import { Ima…
-
Line 2388 will cause an exception in Node.js > v10.0.0. The callback parameter is no longer optional for fs.close. Not passing it will throw a TypeError at runtime. There was a depreciation warning si…
-
I have written a helper class to save a instance of HikariConfig to a properties file. As far as I know there is not a default handler for this?
the helper class effectively does
```java
Object…
-
Reporting this on behalf of David Price. When trying to run acr_snr on data from a GE scanner, he recieved the following error:
_pydicom.errors.InvalidDicomError: File is missing DICOM File Meta Info…
-
I am trying to find the way how to encrypt and decrypt pdf file. I have a encrypt function:
```
export const encryptDocument = async (password: string, document: Blob) => {
return new Promise…
-
Not really an issue I guess, but what would be the recommended way to send the images placed in the editor via the `FileReader API` to the server? Is there some way to expose the `FileReader` object t…