Hedi Hadi
Hedi Hadi
i have this problem when trying to connect my esp8266 with my flask socketio server this is my python code ```python from threading import Lock from flask import Flask, render_template,...
sorry this is not an actual issue, but there's no discussion tab. flutter_downloader is quite slow when downloading large files (e.g 3GB) and it won't use the maximum available internet...
hello, my server is EIO3, but flutter is using EIO4 which is causing error 400 to be returned ``` 192.168.0.101 - - [14/Aug/2023 21:18:07] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 195 0.000000...
i'm using this code ``` runApp(EasyLocalization( useOnlyLangCode: true, supportedLocales: [Locale('ku'), Locale("en")], path: 'assets/translations', startLocale: Locale('ku'), fallbackLocale: Locale('ku'), child: MyApp())); } ``` 'ku' stands for kurdish language. when i use this,...
hello, i'm using .NET 6.0 on Windows 10, when i call this function ```c# private async void Form1_Load(object sender, EventArgs e) { socketConnectionChanged(false); socketio= new SocketIO("http://192.168.0.107:5000"); socketio.OnConnected += async (sender,...
hello, i'm trying to use presentmon in my application. the way i show "current fps" is by getting the last 10 (1000/msBetweenPresents) records and get the average number, but obviously...
this package stops being usable when you have more than 10 expandables, it causes terrible lag and performance :(
hello, i'm sorry for making an issue when it's not an actual issue related to this app. i want to use magic-wormhole in my flutter app, i found this [package](https://github.com/LeastAuthority/dart_wormhole_william)...
### Description of the bug: when i use `gemini-1.5-flash` or `gemini-1.5-pro` i have no problem asking for json return like so ```python model = genai.GenerativeModel("gemini-1.5-flash",system_instruction="you're a bot that answers questions...
i can't use this package because i'm on Nodejs v20 and i get this error running socketi: ``` Error: This version of uWS.js supports only Node.js 14, 16 and 18...