I installed git on my Mac and checked it on terminal by command git version, it showed me this : git version 2.35.1 So maybe it is ok. When I tried to push a f
I am new to WPf and MVVM. I have Dynamic language change functionality in my wpf application. For this functionality I have 2 Resource dictionary for each langu
I am working on a multilingual app in Flutter. I used flutter_localizations package for localization and intl package for internationalization. In the normal wa
Can somebody PLEASE tell me what I'm doing wrong here : I'm sorry, I feel like I'm losing my mind for 30 minutes. getChartData() { this.http .get('http://
I'm currently saving a base64 svg string into the database. Now I need to save a png file to the database, which should also be base64 encoded
Is it possible to view variables (declared in DATASEG) in the memory section by entering their name? For example: Global_arr_size dw 110 Player1Size dw 8 typing
I am using sqlite3 in a flask app (actually connexion). I would like to stay in-memory but keep the db between the requests to the server. So it should be destr
I'm new to matprotlib. After plotting a graph I would like to mark a point. I do this with the following code: import matplotlib.pyplot as plt fig, ax = plt.su
I am using Snowflake to try to figure out a way to count the number of active clients per month over a set period i.e. last 12 months. The code I have only coun