Tamás András Horváth

Results 69 comments of Tamás András Horváth

Budapest.hu is missing from the domain list.

Yes, no parse HTML. But the [atom-ide-ui](https://atom.io/packages/atom-ide-ui) rendered HTML tags. It would be a great feature, I miss it. UI:

@latinman Correct username / password or ssh key paths? I tested inside and outside. Just write it if I do not enter the correct password. Source: https://github.com/mscdex/ssh2/blob/master/lib/client.js

I corrected what came up. UploadedFileInterface is used in several places in non-test code. https://github.com/laminas/laminas-validator/blob/a995b21d18c63cd1f5d123d0d2cd31a1c2d828dc/src/File/Upload.php#L91 https://github.com/laminas/laminas-validator/blob/a995b21d18c63cd1f5d123d0d2cd31a1c2d828dc/src/File/Upload.php#L134 https://github.com/laminas/laminas-validator/blob/a995b21d18c63cd1f5d123d0d2cd31a1c2d828dc/src/File/Upload.php#L187 https://github.com/laminas/laminas-validator/blob/a995b21d18c63cd1f5d123d0d2cd31a1c2d828dc/src/File/Upload.php#L193 https://github.com/laminas/laminas-validator/blob/a995b21d18c63cd1f5d123d0d2cd31a1c2d828dc/src/File/Upload.php#L262

U2F use for two factor authentication. It's like mobile authentication, it's just a USB key. Only supported by [Chrome / Opera](http://caniuse.com/#search=u2f). It can be integrated into Github, Dropbox, etc. I...

I have the same issue. I see the demo code [here](https://github.com/tinymce/tinymce/blob/124bb72f8d5ac9daa21a5b2bb9e866a47c06e6b9/modules/tinymce/src/plugins/image/demo/ts/demo/Demo.ts), and not work. If I no call `_progress` function, not happened. If I call `_progress(100);` I get error message...

Can you help reproduction? Create an S3?

Create [authorized_keys](https://askubuntu.com/questions/466549/bash-home-user-ssh-authorized-keys-no-such-file-or-directory) file, use SFTP config and set `privatekey` property `~/.ssh/rsa_id` https://github.com/icetee/remote-ftp/issues/1151

The remote path must alway `/` sign. Please check the all issue, you set something wrong. https://github.com/icetee/remote-ftp/issues?q=is%3Aissue+sort%3Aupdated-desc+All+configured+authentication+methods+failed+

**Atom**: 1.23.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.2 **Thrown From**: [remote-ftp](https://github.com/icetee/remote-ftp) package 2.1.1 ### Stack Trace Uncaught TypeError: Cannot read property 'replace' of undefined ``` At /Users/icetee/DEV/_forks/remote-ftp/lib/helpers.js:18 TypeError:...