Kamoba

Results 8 issues of Kamoba

I have 2 dotenv files: **Scenario1:** `/var/www/flask/.envRoot`

I work from a non-admin user account. I tried to install Atom v1.42.0.20191029 and I had the following error: ![image](https://user-images.githubusercontent.com/35287463/68075611-abfa1000-fd6f-11e9-95c3-47119abf2dfb.png) It seems there is an access problem, however I started...

I'm using it for drawing with mouse (`draw.polyline()`) on a TouchDevice (Window tablet) and it's not working, not geting the event `mousedown and mouseup`, so i replace them with `touchstart...

I use this to generate ssh Public and Private Key. I send the public key to linux server and try to connect to it with [ssh package](https://pub.dev/packages/ssh) from Flutter and...

I was using this package without disconnection but after reset my phone Android keep cuting the wifi connection without internet and reconnect to my wifi with Internet. How to prevent...

This may be due to the limitations of the OS platforms, but if possible, it would be nice to have an option to tell the OS to delete the Ap's...

Using onCurrentExtractedWaveformData ``` _audioPlayer.onCurrentExtractedWaveformData.listen((data) { extractionWave = data; }, onDone: () { // this never runs print("done"); //saveWave(extractionWave); extractionWaveDone = true; }, onError: (Object e, StackTrace stackTrace) { // this...

While testing I found a prompt returning empty string. ``` https://text.pollinations.ai/sexy%20teacher%20in%20classroom ``` 😊 But no error, is returned! I know to generating image it's recommended to use image.pollinations.ai but... just...