After beating my head against the wall for a bit, I've decided I need help from the gurus here on stackoverflow. It's very possible I'm missing something incre
I am trying to get all the data from my firebase firestore and put it into a javascript react table but I am having a difficult time. async function GetAllDataO
I want to make a code (that I'll call compiler.py), that'll compile any py file I need without using cmd commands, only modules(Things that are compilable So I
I'm trying to figure out how to get try/except to work within a function. Here is what I have now and it produces a traceback error when I enter anything not nu
I'm merging two objects together to create a filter object. However I want to group the merged objects property values where the keys are the same. So... [{cate
I am receiving critical vulnerability on maven-core package https://nvd.nist.gov/vuln/detail/CVE-2021-26291. Need to upgrade maven-core to 3.8.1+. Here ${sprin
So I'm working on a CI/CD Pipeline in Azure DevOps and I want to add the functionality of sending the artifact at every run to blob storage, so we can revert to
I have created header file for definition of Class Name.h class Name { private: char* Fname; char* Lname; public: Name(char* ='\0', char* ='\0'
Is it possible this? I have the following table: Col1 Col2 col3 code1 US 9 code1 0 5 code2 US 4 code2 0 11 code3 0 11 and I'm trying to get the higher col3 va
Well, I'll try to be as clear as possible in my problem, and I hope to get answers with Ruby because I'm currently studying Ruby on Rails, but of course other s
In my ADF pipeline I am trying to convert an output from my lookup activity to be in YYYY-MM-DD hh:mm:ss date format within the source query of a copy activity.
I have a next js site that uses getServerSideProps. I would like to use getStaticProps and incremental static regeneration (ISR) instead for the performance adv
I am currently building a next.js app for a course at uni. I want to run a script when the development server starts that performs some API calls to update the
Here's my Interface which I'm using with mapStateToProps: export interface IStore { cache?: any; dataManager?: IUR; userPrefs: IUP; fingerprintModal?: I
Smart Marketplace Contract: allow user to list the erc20 tokens to sell at what price in matic the buyers need to provide permission to the contract to interac
I have Python 3.9.7 and I have already installed utils==1.0.1. So now I want to import this library and trying with this command from . import utils But this
I have a line chart that has 100 points on X Axis, each 25 points need to be labels separately. Its like there are 4 rectangles in the chart conceptually each c
Here's some code related to the problem: db_session.py import sqlalchemy as sa import sqlalchemy.orm as orm import sqlalchemy.ext.declarative as dec SqlAlchemy
I've been stuck for several days on drawing to a hardware-accelerated canvas from a live wallpaper. When the wallpaper launches, it's in portrait mode and every
Started getting below error randomly. while same code works fine if I stop my service and sun again. but after 1 days or two its start giving this error. I have
I have some API's that are minimalistic JSON+HTTP and do not implement any specs like OpenAPI or JSON-schema. If possible, I would like to integrate the API's i
I created a publishable React library that contains some custom styles. When I use this library (component) within a demo application in the NX project, I do no
Somehow, at some point, I accidentally created a file in my home directory named '-s'. It is about 500 kb and I have no idea if it contains important data or no
I am developing an online code editor similar to CodePen, and I was trying to style the scrollbar of code mirror, but I don't know what is the exact line of cod
Currently, we have a spring boot REST application connecting to a mysql database in which we have a table named "User" with several fields. Am
I have implemented two entities (Department and Employee) with custom ID generator for Employee, and has a unidirectional one-to-many relationship as shown belo
It seems that every that the updated recoverTypedSignature function on @metamask/eth-sig-util is not working properly. As soon as I add it into the project, it
I am trying to set up jenkins pipeline for android app. we are not commiting the local.properties file on git server for security reasons. now the problem is th
I am writing a framework that allows us to intercept certain function invocations so that we can manage them(enforce timeouts and retries, persist return
I am using Gurobi (9.0.3) C API to build a LP model and change the constraints to get different objective value. However, sometimes when I run the code, there i