nadir1122
nadir1122
**Short Description:** - I need to do unsigned requests. I do not want to set API key because it is not required for unsigned requests. But package keeps me telling...
I am getting this error Undefined constant "Socket\Raw\AF_INET" in file \vendor\clue\socket-raw\src\Factory.php:78 Code ``` $host = "aspmx.l.google.com"; $port = 25; $client = Graze\TelnetClient\TelnetClient::factory(); $dsn = $host.":".$port; $client->connect($dsn); ```
I am new to programming and there is no documentation on how can I make these libraries work. What do I need to do so these libraries will get attached/start...
The event gets fired just by mouse down inside the iframe.
include/linux/compiler-gcc.h:103:1: fatal error: linux/compiler-gcc9.h: No such file or directory I downloaded the source and installed the toolchain. I am receiving this error on Ubuntu 18. any solution? I want to...