I am attempting to connect a FastAPI with sqlAlchemy to a mysql db container. I am using the alias. Unfortunately it wont connect and I don't know why. Using My
I have a dataframe employees = [('Jack', 34, 'Sydney' ) , ('Riti', 31, 'Delhi' ) , ('Aadi', 16, 'London') , ('
Because my mouse scroll wheel increases the font in big jumps I need a way how to use something like cmd and + or something to increase and - to decrease the fo
[TL;DR] First, wait for a couple of minutes and check if the Nvidia driver starts to work properly. If not, stop and start the VM instance again. I created a De
When using scoped enums I stumbled over some syntax which is accepted by Microsoft, but not by clang or gcc: using enum class Color { RED, GREEN, BLUE }; (ht
I'm trying to run the following code, but I'm getting a runtime error 6: overflow for the last calculation that I am trying to do. The program stops when it rea
I developed simple IOT device using nodemcu module with 03 sensors. When device is connected, device sent sensor's data to mqtt broker as well. After I getting
I had created a python package Categorize-CLI and had uploaded it to pypi, the source code of the project is available in Github, is it possible to upload this
A data file is imported to a SQL Server table. One of the columns in data file is of text data type with values in this column to be integers only. The correspo
I have the following typescript enum: enum Status { READY = 0, FAILED = 1 } and the following interface: interface ReadyItem { id
New to Vue and JS. I have a vue page myLists which takes an array of lists (containing media IDs for a title) which I used to make axios API calls and build a c
I have no idea what causing the error in my android project. The error "Failed to start several time. Restore it by clearing its history." happen in some of the
You are creating a web-based interface to allow for the ad-hoc querying and reporting on a large (and growing) collection of various types of customer invoice,
This should be a simple task and I've been coding in VBA for 10+ years but I cannot seem to get this to work. I have a UserForm with a MultiPage (with 2 pages)
I'm trying to make a simple Boxstarter package that will install a few basics to new machines. Nothing special. I've created a new package as suggested in the d
I know how to unpack data but don't know how to use specific data from array or map, Here's the code : #include <msgpack.h> #include <stdio.h> int
Since discord developers added intents system I'm unable to get all members from guild using token of my own account. Is it possible now?
I have a need to pass strings back forth from a python script to a VBA application running in MS Access. Communication from VBA to Python works great! Communica
I'm using amplify appsync in my electron app and all works except for the realtime events which means my app doesn't get signalled when the data changes in the
When creating text on a canvas using the create_text method the width of a tab is not what it should be, as indicated by font.measure. import tkinter as tk from
Im trying testing if its possible to run two functions in one Azure function app one running FastAPI and the other one running Flask. I tried to specify a diffe
Is there a way to get the last digit of a number. I am trying to find variables that end with "1" like 1,11,21,31,41,etc.. If I use a text variable I can simpl
I'm struggling with this problem: I have three lists of dataframes (each list has the same number of rows, each dataframe has 3 columns). I want to combine the
In my redis database I have a key: 127.0.0.1:6379[5]> get "263384DB-61DD561800016316-240C0700" "{\"json\":{\"created\":\"1641895448090335\",\"last_signal\":
I have many excel sheets that I need to remove the second sheet before importing them. All files are .xlsx type in one folder and have same format. What kind of
Say I have file1.js and file2.js... file1.js: import React from 'react'; const test = ( {prop} ) => { function test1() { prop('1'); } fu
I have a video popup using magnific. I implemented the below tutorial. https://www.solodev.com/blog/web-design/how-to-add-pop-up-video-into-a-website.stml The p
I am trying to start a django project using the django-admin startproject but it keeps bringing this error: Traceback (most recent call last): File "C:\Users\
I have tried creating a button "Menu", and on click it closed the frame that it's on, open a class StartWindow, after that it would use a method "Menu", without
I've tried following codes in cppinsights: #include <iostream> #include <string> #include <type_traits> #include <vector> template<t