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
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
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
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 the TieredMenu in PrimeFaces. The list also appears above the CommandButton. Following is the code: <p:commandButton
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
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
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
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
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
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
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
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
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
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
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
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
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
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... I noticed that over time, my timer starts to lag if I switch to another browser tab or window. Why
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
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 am only somewhat aware of the fact that both are tools to manag
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
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 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
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
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
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
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