Simon Burkhardt
Simon Burkhardt
I ported the code to plain C and found that the `easeInOutCubic()` function suddenly returns wrong values when compiling with `gcc` quick code snippet for [onlinegdb](https://www.onlinegdb.com/) ```c int main() {...
As previously discussed in #1
I have the same issue. @jstray 's solution in `averager.py` does the trick.
I just had the same issue with any Telegram Bot library that I tried on my NodeMCU. **I downgraded the ESP Core to 2.4.2 - now it works!** Yesterday I...
I am sure that this is possible. However, out of the purpose of thus repo. Are you sure you cannot import Telegram chats directly into Telegram?
So, I have tried the import with Whatsapp. Is it true that there is no menu option in the Telegram App where you can select `import` or something similar? So...
What type of chat are you exporting @aleks648 and @danzerzine ? Is it from a group, or a bot? I just tested it with two different single chat exports and...
If anyone else is having the same issue, you have to edit the following file/line: ``` ./build.gradle:19: maven { url 'https://maven.abimon.org' } ``` --- And I guess this relates to...
And the same issue persists with the jar version as well, but there you cannot change it as easily without rebuilding the jar. ```java Exception in thread "main" java.lang.ExceptionInInitializerError at...
+1 I have the same issue with the docker image. I populated the .env file with my Spotify credentials but songs won't load. In the Spotify dashboard I can also...