Thomas Landauer

Results 95 comments of Thomas Landauer

The idea: Start jSignature only if some `jSignature` command fails. Don't know why I chose `getSettings`: ```javascript try { $('#jSignatureTest').jSignature('getSettings'); } catch(error) { $('#jSignatureTest').jSignature(); } ```

Before posting some endless output... ;-) https://github.com/Gert-dev/php-ide-serenata/issues/483#issuecomment-577217528 mentioned the Atom version. I have 1.31.2 - cause that's what kubuntu gives me. Do you think this might be the reason?

3: I was only looking at https://serenata.gitlab.io/ I think you should explain the installation process there too. In general: Any installation where the user installs X, which silently installs Y,...

@maglnet Please create a PHAR for 3.3.0. At https://github.com/maglnet/ComposerRequireChecker/#phar-file-preferred phar is still the recommended way of installing - so if you're not releasing it regularly anymore (see same comment for...

When doing `phive update`, the new phar is downloaded, but then it fails with: > Failed with error code 6: DNS Problem: Did not find any IP for hostname "hkps.pool.sks-keyservers.net"...

@isometriks Don't understand what you mean :-( If the form already has an email address which is rendered as `EmailType`, it's odd (i..e obvious for the bot) if the "second"...

Maybe you could also add some nice method to check if tesseract is installed at all. When (mis)using `$ocr->version()` for this, I'm getting `1:` if it's not installed - probably...

Another point in favor of copy-pastable comments: The text at http://idownvotedbecau.se/noattempt/ is too long! We're addressing people who didn't spend 10 minutes to figure out how SO works. And now...

@javlae2 I hunted this down to [ExecutableFinder::find()](https://github.com/symfony/symfony/blob/5.x/src/Symfony/Component/Process/ExecutableFinder.php#L49) What does `getenv('PATH')` give you? If `false`, then see https://stackoverflow.com/q/19659675/1668200 @dunglas This is a serious problem and it should be explained somewhere! PHP-FPM...

* Rename the entire class to `PantherCrawler` to avoid confusion with Symfony's DomCrawler. Internally, you're using this alias anyway :-) [`use Symfony\Component\Panther\DomCrawler\Crawler as PantherCrawler;`](https://github.com/symfony/panther/blob/main/src/Client.php#L39)