Jarkko

Results 6 issues of Jarkko

On some file read errors, the file name is not printed. Like: `Traceback (most recent call last): File "/home/bob/.local/bin/pipreqs", line 8, in sys.exit(main()) File "/home/bob/.local/lib/python3.7/site-packages/pipreqs/pipreqs.py", line 488, in main init(args)...

Sketch can be compiled using older library versions (uses 94%): ``` Linking everything together... Multiple libraries were found for "WiFi.h" Used: /home/jarkko/Arduino/hardware/espressif/esp32/libraries/WiFi Multiple libraries were found for "BLEDevice.h" Used: /home/jarkko/Arduino/libraries/ESP32_BLE_Arduino...

help wanted
wontfix

HackRF is shown in the Devices, but is not shown in selectable devices. ``` [INFO] Opening HackRF One #0 14d463dc0f4358e1... [INFO] Could not Open HackRF Device ``` I'v installed HackRF...

Trying to set AccessLevel options of Variable gives error: ... KeyError: '&CurrentRead' ![selection_027](https://user-images.githubusercontent.com/1830220/46477947-8ad59180-c7f4-11e8-8584-672b549ec5be.png)

v5.4.1 Some rules are generated, but not every time (max:) ? Why does it not always appear for string field. All rules can be get from Doctrine\DBAL\Schema\AbstractSchemaManager, `$details = $this->schemaManager->listTableDetails($this->tableName);`...

Using the example provided: `$r = new \mqttclient\src\swoole\MqttClient('127.0.0.1', 1883, 10017);` `$r->setAuth('username','password');` `...` `$r->connect();` The 'username' and 'password' are never sent to the MQTT server. With using Wireshark, this can be...