Junaid Atari

Results 21 issues of Junaid Atari

``` In AbstractMySQLDriver.php line 113: [Doctrine\DBAL\Exception\ConnectionException] An exception occurred in driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: No such host is known. Exception trace: Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException() at T:\repo\currency-list\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:184 Doctrine\DBAL\DBALException::wrapException() at T:\repo\currency-list\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:169 Doctrine\DBAL\DBALException::driverException()...

``` $ php bin/build -v [file+] T:\repo\currency-list\bin/../data/af/currency.csv Deprecated: Non-static method DOMImplementation::createDocument() should not be called statically in T:\repo\currency-list\vendor\umpirsky\list-generator\src\Umpirsky\ListGenerator\Exporter\HtmlExporter.php on line 47 Deprecated: Non-static method DOMImplementation::createDocumentType() should not be called statically...

According to Docs, Cost multiply by array's length: ``` N.B: if the parameter is an array, its multiplier value will be the length of the array (cf EG2). ``` Can...

Strange error: ``` return ( Something Something else Florida This is just an exmaple Not Florida ); ```

It's such a pain to work with this awesome library. Can you please add typed definitions for this one too? For details, Please check the following link: https://github.com/DefinitelyTyped/DefinitelyTyped

Is there any mode for view only?

Uncaught TypeError: $(...).getContext is not a function Error on : var ctx = $(this)[0].getContext('2d');

Source: ```js import React from "react"; import ReactDOM from "react-dom"; import TagInput from 'react-categorized-tag-input'; import "./styles.css"; function App() { return ( ); } const rootElement = document.getElementById("root"); ReactDOM.render(, rootElement); ```...

Whenever the source column holds Unicode value, it converts into `-1`. For instance: ``` name: جنید عطاری ``` in the database, it will be ``` name: جنید عطاری slug: -1...

What is the redirect_ui to use in a social app as valid oAuth callback url?