kdulep
kdulep
Can i kindly ask you how i can add this library for python for android? (new Yowsup uses it) [python-axolotl](https://github.com/tgalal/python-axolotl) is there some guide how i can add library that...
``` test.rb: require "ferrum" browser = Ferrum::Browser.new browser.go_to("https://google.com") browser.screenshot(path: "google.png") browser.quit bundle exec ruby test.rb Traceback (most recent call last): 7: from test.rb:2:in `' 6: from test.rb:2:in `new' 5: from...
**Describe the bug** Wrong global server check **To Reproduce** Steps to reproduce the behavior: 1. i can connect , see in global list server and play game and others can...
``` import wave import pyogg AUDIO_FILE = 'voice.ogg' AUDIO_WAV = 'voice.wav' opus_file = pyogg.OpusFile(AUDIO_FILE) print(opus_file.bytes_per_sample) wave_out = wave.open(AUDIO_WAV, "wb") wave_out.setnchannels(opus_file.channels) wave_out.setsampwidth(opus_file.bytes_per_sample) wave_out.setframerate(opus_file.frequency) wave_out.writeframes(opus_file.buffer) ``` AttributeError: 'OpusFile' object has no attribute...
### ⚠️ Чеклист - [x] Я искал решение проблемы в [README](https://github.com/Flowseal/zapret-discord-youtube/blob/main/README.md) и среди [Issues](https://github.com/Flowseal/zapret-discord-youtube/issues) - [x] Я скачал ``zapret-discord-youtube`` из [релизов официального репозитория](https://github.com/Flowseal/zapret-discord-youtube/releases) ### Опишите вашу проблему Не работает Star...