Latest Questions

How to use a variable/function from a class instance in a differrent class with kivy?

first, I'm new here, so don't hesitate to correct me if I act innapropriatly ! I'm making a sudo turn based RPG combat to train with kivy tools and I've come in

100 Days of Code - 37 - Love Calculator - What's wrong with my code?

Newbie here and I've taken a shot at a Love Calculator using the logic in my brain and here is what I got prior to some learning tweaks from the 100 Days of Cod

Storing Additional Information via Next-Auth's JWT Callback or Session callback? (Saving Patreon Tier in Next-Auth)

I am trying to use next-auth with the patreon api. Logging in & out works fine, but I now want to also save the users tier somewhere - the question is where

vscode: How to see entire cell output in Jupyter Notebook?

Context: I'm running a Jupyter notebook in vscode. I have a dataframe with 100 columns and want to print all columns. Problem: notebooks in vscode has a built-i

All menu items are not displayed inside tieredmenu

All menu items are not displayed inside the TieredMenu in PrimeFaces. The list also appears above the CommandButton. Following is the code: <p:commandButton

Rxjs only execute last item in queue with concatMap

I am using NGRX with RXJS. In the effects layer, I am using a concatMap to queue my requests, however, once the latest request is complete, I want to execute th

how to create a discount removal link in shopify

I am trying to create a discount code form for my ajax cart and for that i am creating a discount code link that will add and remove the discount code in the ch

SSRS 2017 configuration and Installation

I have SSMS 2017 and VS 2019. I was trying to configure SSRS 2017. It says: The database engine instance you selected is not valid for this edition of report s

c# get html response after script application

I want to have the result of html page but after application of the javascript. If you prefere what i need is to have the html output and not the page code. See

How to invoke awaiting js fuction in razor pages c#

I'm using SignalR. I want to send updating request by websocket for each elements in foreach to update timer. But i'm getting error.Maybe connection can not get

Connection refused (Connection refused) between containers | ifnazar / docker-sybase

I have two containers in my docker-compose and my node application does not connect to Sybase database but my local machine connects version: '3' services: a

Key Vault virtual machine extension for Linux - how to delete previous PEM file

I have successfully installed the Key Vault virtual machine extension for Linux on Ubuntu 18.04 (Azure VM). The certificate from KeyVault is imported in the def

Hwo to change dynamically the last two parameteres?

I have the followng string https://picsum.photos/id/1025/4951/3301 I need to replace here the last two numbers 4951 and 3301 with 200 so at the end i will have

EAV model - How to restrict product properties?

I have the following structure of my database, implementing a simple EAV model (see pic): My product has a type, which through the junction table restricts pro

Google Gmail API returning: 401 Error - Request is missing required authentication credential but the code worked for the last few months

I have a weird problem, for a few months my web app worked just fine connection to my email account via Google API. but today, when I tried to connect to my ema

PK on temp table failing

I have a trigger which declares a table variable. DECLARE @TREarn_aaa table ( aaaID bigint NOT NULL PRIMARY KEY, Bbb decimal (18, 8) NULL, Ccc dec

Calibrating a gyroscope for different "flat" positions, then extracting x and y tilt

I have a top down 2D ball game like the old Labyrinth ball game. My game is played on a mobile phone. The user controls it by tilting the phone. The idea is tha

errors whan using QTimer in a multithreading application

I am starting a api rest server in a separate Qthread in my application. the server shall use a library which is using Q timer in several places. The compilati

Replacing System.Windows.Forms.WebBrowser with Microsoft.Web.WebView2.WinForms.WebView2 in WinForms apps

I am upgrading a WinForms C# .NET 4.8 Framework application and replacing the embedded browser System.Windows.Forms.WebBrowser with Microsoft.Web.WebView2.WinFo

My timer in Reactjs is not working correctly with a delay

My timer in Reactjs is not working correctly with a delay... I noticed that over time, my timer starts to lag if I switch to another browser tab or window. Why

How to collect results from multiple azure app services and push to a topic

I have 3 Azure service bus topics, 3 azure app services subscribe to these topic messages and perform some actions and return results. I want to push a message

How to find which method is called when going to route?

I am getting too many redirects error I and want to find in which method this happens. The url I am going is https://localhost:8443/OpenELIS-Global/ I tried sea

I do not understand the difference between redux and react-hook-form. What is the difference?

I do not understand the difference between redux and react-hook-form. What is the difference? (I am only somewhat aware of the fact that both are tools to manag

Firebase signInWithEmailAndPassword and onAuthStateChanged Realtime Database logging issue

I'm working on a webpage using HTML5 CCS etc, where it uses a authentication process using firebase for users. Its my first time ever working on firebase, so i

How to determine and delete unused dependencies in Android Studio safely?

IDE: Android Studio Bumblebee 2021.1.1 I see a lot of dependencies in my project (project structure -> dependencies -> all modules) which are not added vi

how to extend the timeout in bot framework composer?

how to extend the external request (https) timeout in bot framework composer? I want to extend the timeout of the https request so that the bot waits till that

AWS SAM-lambda: Cannot import from parent directory containing a fastapi app

I'm trying to deploy a fastapi application to AWS lambda using the SAM client. The issue is that I cannot get Lambda to recognize the parent folder. I have a fa

How to have a single csv file after applying partitionBy in Pysark

I have to first partition by a "customer group" but I also want to make sure that I have a single csv file per "customer_group" . This is because it is timeseri

unable to set backgroundColor Transparent using screenOptions in React Naitve for iOS(React Navigation 6)

I am using custom drawer for my app where i am trying to keep the backgroundColor Transparent for which i tried the screenOptions as below but it is giving me w

Using e signature in .net core application with time stamp

I am building an data entry application using .net core. When adding a new row in my database, I need to allow user to add e signature. The workflow will be lik