text string | meta dict |
|---|---|
Q: react redux toolkit unable to write logic for addtoprogress im finding hard time in getting handson redux toolkit
here im trying to move a task from todo to inprogress
addtodo is working fine but addprogress is not working
could anyone help me please? Im a newbie
store.js
import { configureStore } from "@reduxjs/too... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Expo Redux debugging without Remote JS Debug is there a way to debug redux/redux-toolkit in expo without using the Remote JS Debug function from expo. I'm using react native skia which disables the mentioned functionality. My first approach was to use flipper with a redux debugger plugin. Sadly i cant get this runni... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: This Python code runs perfectly through VSCode but crashes when I run it in the Command Prompt This is a game from a tutorial I'm following.
There is a menu where you can choose from 1 to 4 to perform an action. If you press 1 you can write your name and the stores it in the "load.text" file.
When I run the code fro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to backup ghost cms docker import export I tried so hard to understand how docker work and creating backup and restore. already tried tuns of stuff but non of them worked. i waste today completely finding solution. but i failed.
technique one :
sudo docker commit efef1f15b461 mycontainer_backup && docker save m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to list html elements with condition from dropdown? (complicated edition) I'm building a website where I'm listing businesses. The page where I'm listing them has a filter by location.
The hard part is that the id of the div block that contains the business data, and the location gets generated, so it makes all ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# 11 String Literal, triple quote multiline not working I've been using the new C# string literal feature for a bit and it's been great, but for some reason in a new project .NET7.0, Blazor Server, I am getting the following error
RZ1000 Unterminated string literal. Strings that start with a quotation mark (") mus... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unity : How to get Random Time? How do I create an object at random time intervals?
I gave "spawnInterval" a time interval with "Random.Range()" and put "spawnInterval" in "InvokeRepeating" and got an error.
It's part of my code...
private float startDelay = 2.0f;
private float spawnInterval = Random.Range(1.0f, 3.0... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Issue using FPDF2 with python.barcode Using FPDF2 to generate a document that requires a Code39 barcode:
from barcode import Code39
from barcode.writer import ImageWriter
from fpdf import FPDF
from io import BytesIO
...
pdf = new PDF()
pdf.add_page()
rv = BytesIO()
Code39("TEST",writer=ImageWriter()).write(rv)
pdf... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error: attempt to apply non-function in tbl_uvregression from gtsummary when I attempt to use tbl_uvregression from the gtsummary package I keep getting an error message about attempting to apply a non-function.
Here is an example:
library(gtsummary)
library(tidyverse)
packageVersion("gtsummary")
# package 1.7.0
da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566780",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use FaceID on In-App-Purchase Sub. rather then entering Password? I am trying to add FaceID on IAP in my application for subscription with help of Double click of side Button. I added Privacy - Face ID Usage Description in info-plist and I have code:
let context = LAContext()
var error: NSError?
if contex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MS-Access 365 Table Level - Date Validation per Row Working in MS Access 365 I am trying to set constraints on a table of appointment cycles. I was wondering how I can have the column CycleStartDate always be less than or equal to CycleEndDate; and conversely ensure that CycleEndDate always be greater than or equal ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566782",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Net 7 Maui Null Reference Exception when updating ObservableCollection used in ListView I am developing a Net7 Maui app and have encountered an issue when updating a ListView to display data. When I update the ObservableCollection that is bound to the ListView's ItemsSource, I get a null reference exception. This is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why isn't my multivalue converter working? I can't figure out what I'm missing. I'm using a multivalue converter that takes in a list of Points, sends them to a separate class to be scaled to fit in my ItemsControl, then puts them in a PointCollection to be used as the Points in my polyline. I continually get an err... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566791",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Property 'checked' does not exist on type 'EventTarget' I'm trying to collect all of the id's in an array from this checkbox list. I keep getting the error above telling me that checked does not exist on type EventTarget. This data used to populate the list group is input from a parent component. I want to be able ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Custom module not found python I'm building a simple telegram bot and i need to create many .py files to order the project but when I try to run the code, the terminal displays this error message:
from consts.Key import Values
ModuleNotFoundError: No module named 'consts'
The project folder is structured like t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566795",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why can't the bootstrap css file make my Website responsive? And adaptable for any device? <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Xcode Black Screen, but with console output I have a project that worked fine, but after git fetch changes it displays black screen in simulator and on device. This only happens in this UIKit project. I tested every other project and everything works fine. Fetches that I make from git worked fine before, but not now... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: How to resolve error of Event loop is closed python unittest? While implement Python unittest by subclassing IsolatedAsyncioTestCase, it only runs first test case successfully. For any subsequent test case it throws error that event loop is closed. This happens in both Windows and Mac. Could you please suggest how t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566800",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to insert data into many-to-many tables using SQLAlchemy+asyncpg I have tables in fastapi app with relationship "many-to-many"
class ShopCategory(Base):
__tablename__ = "shop_category"
shop_id: int = Column(ForeignKey("shop.id", ondelete="cascade"), primary_key=True)
category_id: int = Column(Foreign... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is (->) in Haskell? If you type :i (->) in GHCi and hit Enter it returns the following:
data (->) t1 t2 -- Defined in ‘GHC.Prim’
infixr 0 `(->)`
instance Monad ((->) r) – Defined in ‘GHC.Base’
instance Functor ((->) r) – Defined in ‘GHC.Base’
instance Applicative ((->) a) – Defined in ‘GHC.Base’
instance Mo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566803",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Why does the attached code below work on my Macbook's VS Code application but not on the VS Code app I run on the same device on Parallels Desktop? fairly new to python and I've managed to iron out any wrinkles I've overcome before. However, I'm stuck when it comes to this. I need to run a script I'm writing on Para... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ODB get VIN (vehicle identification number) I am try to get vin using obd command "0902\r". I did that on 2 cars (hyiunday tucson 2007 and a toyota avensis 2008) but wasn t able to. Is that because those cars doesn t have VIN function or I am doing something wrong?
hyundai:
Voltage :12.45
PROTO NAME :AUTO, ISO 14230... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: swiping down from scrollable object in a ModalBottomSheet does not dismiss the MBS I'm trying to implement Material 3 ModalBottomSheet following the official doc.
I noticed when swiping down (to dismiss the MBS), from a scrollable content (LazyColumn or or Column with a verticalScroll() modifier), The MBS isn't tota... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566810",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Change word macro to scan selected text only (to save time in large documents) I used the macro below and it works nicely! However, would it be possible to limit it to the text I selected in the active document only? The seperate document has 2000 words, so if the active document has too much text it will take ages.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I want that if different words come in a cell then its result should be a different word Like I have 4 teams with 4 team leaders, I want that if a team member's name appears in a cell, then the team leader's name appears in the selected cell.
tell me the formula of my problem
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75566814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I want use cameraview library for real-time filtersbut this requires GLsurface preview for camera...How can I create GLsurface preview for camera app Cameraview library https://natario1.github.io/CameraView/
Can anyone tell me how can I create GLsurface previewe for a camera app for Android. Is it really required fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to use no-cors mode in flutter i am trying to send data to another api that has no cors setting
in JS I can make it work by setting the no-cors mode
but I can't find anything explaining how to set mode:no-cors in flutter
I tried
var r = await post(
converterUrl('https://myurl.com'),
headers: <String, Stri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My React Google Cloud Run app requests to Google API Gateway are blocked by CORS policy. What am I missing? I have a React create-app App running on Google Cloud Run.
On the backend, I've created a Google Cloud Run Django app, and served its API via API Gateway.
I'm using Auth0 to authenticate requests.
On the react... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: when I'm trying to create a new app using `rails new` command it throws this error saying I have ruby version 2.6.x. but my global version 2.7.5 When I'm trying to create a rails app using rails new a--name command. it throws me this error saying I currently have 2.6.10 but when I find out the version I'm using ruby... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Connect attribut from csv to shape with geotools Passing attributes of an imported CSV file to an imported shape. Shape as well as the csv were saved in collections.
hier ist meine Methode:
public SimpleFeatureCollection linkCsvShp(SimpleFeatureCollection sfColl) {
// Iterate through the features of the Shap... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JavaFX, avoid connecting two controllers without using static I'm developing a project using JavaFX. I made a dashboard using a BorderPane. This BorderPane must have all the buttons on the left, and the central and right panes must dinamically change when i press the button.
I'm also using an MVC pattern. I'll descr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566823",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NavigationStack has correct colors, but NavigationLink does not? I have this app that uses a NavigationStack to change the colors of the toolbar. When a navigation link is clicked, the navigation colors are not preserved onto the new screen and it goes back to default.
Here are 2 screenshot of what I mean:
This is w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566824",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jquery to javascript. Post request Friends, I'm converting Jquery to javascript and I'm having problems with this block of code:
$.post('ajax_data',{action:'service_price',service:service,quantity:quantity,dripfeed:dripfeed,runs:runs}, function(data){
$("#charge").val(data.price);
$("#dripfeed-totalq... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to make metamask transaction with java? I will be very grateful if you help me solve one problem
The task is to make a code using java that will create a transaction between my and someone else's metamask wallet (my wallet is not physical)
I looked at many websites but didn't find anything
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75566827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: error: externally-managed-environment in python Im getting this error on my kali machine
error in python on kali linux
i try to update my python pip
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75566830",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can't multiply sequence by non-int of type 'decimal.Decimal'. quantity of card is passed as str despite coerce=int in the form I have a cart in my project which was working fine but I don't know what happened that now when adding an item to my cart this error keeps coming up:
TypeError at /cart/
can't multiply seque... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566831",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does MySQL return error on creating a table? I've been trying to create a table with user input name but I get an error no matter how I write the query.
right now query is like this:
query=("CREATE TABLE "+t+" ( NAME VARCHAR , DISTANCE VARCHAR , PRICE VARCHAR , LOCATION VARCHAR)")
and after running the whole co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566832",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I install cuda if I have Intel Graphics? I want to use NVIDIA's CUDA-toolkit for a project, but I have an Intel(R) Iris Xe Graphics(Windows 11 Pro). On installing Nvidia Graphics GeForce Game Ready, I am getting the following error -
"This Nvidia graphics driver is not compatible with this version of Windows. Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get a hex string from a numbers object? I'm trying to get a hex string from a numbers object using the toString() and toLocaleString() methods. Then I have to turn them into an RGB web color and return it, for example "#ff0000". I think I'm on the right track with turning them into hex strings, but I'm not ge... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Access Google API directly from Blazor WASM PWA Although I can access my Google Drive API via Blazor Server-side using the Google API libraries and my service account json credentials, I'd like to be able to have my end users access the drive files directly via the WASM PWA application (not through a user interface ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automatically restarting killed Python process executed within a multiprocessing.Pool I have the following code:
import multiprocessing
import urllib.request
from time import sleep
connected = False
def check_internet_connection() -> None:
while True:
print(f'inet', flush=True)
try:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566843",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to automatically run a cmd command when I open a particular folder in VS code? So I am working on a project where I have activate a python virtual environment in the cmd terminal so when I heard about task in vs i tried to implement it. But almost all I found was related to npm task. Since i need the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566845",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do I save the information displayed by the console in a python dataframe? I am trying to save the information that a command returns inside a dataframe with the pandas library so that I can later export it as a .csv file
try to add it like this but it doesn't work
ssh_client = paramiko.SSHClient()
ssh_client.set... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How can I create a virtual ethernet interface between two pods in Kubernetes? The goal is to route all traffic of one pod via another pod. The destination addresses won't necessarily fall into the subnet of the target pod, so a bridge is not a fit for my use case. I'll use the well-known technique for redirecting al... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566847",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why am I getting javascript error: use strict: not found and Syntax error: word unexpected (expecting ")") Compiling Script files using npm start, getting errors: use strict: not found
Syntax error: "(" unexpected or Syntax error: word unexpected (expecting ")")
Here is my code, index.js:
"use strict";
const getBtnE... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to detect collision of picturebox in a same array I am making a game were I need to check that every time that my enemies collide, the bounce to the other side, I tried creating two for .. next and checking with intersects with, but it failed.
Public Class Form1
Private pic_Nave As Nave
Private pic_Base As Base... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Mongodb aggregate, match multiple $eq expressions using $and I have a mongodb query. i am trying to use the match operator to match two different dates to 'createdAt' fields to return documents that have the appropriate month and year.
I have two date variables named "prevMonth" and "lastMonth".
const date = new Dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566850",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native Flatlist warnings: VirtualizedList: You have a large list that is slow to update & Excessive number of pending callbacks I have a local array of emoji objects (4000+) that i render in a modal.
Through research, i found that using Flatlist would be best for performance.
It works in the app, though a bit ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566855",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQLite not recognizing column names I downloaded the ColDP archive from https://www.catalogueoflife.org/data/download and imported NameUsage.tsv into an SQLite table. I think the table has about 2 million rows.
Creating the table:
.mode tabs
.import NameUsage.tsv name_usage
The table schema
sqlite> .schema name_usa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566857",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Trying to SUM working hours after midnight I have this formula:
=ROUNDDOWN(((B1-A1)*24) ; 1)
which calculates the duration between two times (B1=end time, A1=start time) and then converts it to decimal.
The current problem I have with this formula is that it is unable to give a correct answer when the end time is p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Running for multiple iterations and replications in Anylogic from an imported database I have imported a database table having data of 20 days part of data schedule and I want to run replications for each day's schedule to be in 95% CI. I have created a ParameterVariations experiment multiplereps exp and tried to st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MySQL 8.0 Disable or Single User Mode OS: RHEL
DB: MySQL 8.0.x.x
Question: I have several MySQL DBs on 2 servers, I am not sure if they are being used by our programers or staff. I have asked but no one answers. I don't want to drop/delete those DBs until I am 100% sure.
Is there a way to disable/restrict or do some... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566862",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Change slides' field in presentation with pyhton I have an excel file and I would like to use these items to replace my slides, I added ABC code to replace my presentation but I can reach the title but cannot reach to paragraph.
Could you please explain how I can reach to paragraph and replace it in my presentation?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do i call a python function in react Im having a challenge in a calling a python function which recieves data for my NLP model from javascript
I have tried to use the pythonia dependency but its giving me an error.The following is my javascript script code
try{
console.log("......... Starting execution of s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: random words with random extension after Loaded in VS output window When I hit F5 on my asp.net core application (Debug with IIS) and click on certain links to go to different pages I see these lines in the VS2022 output window:
'AspCoreDemo.exe' (CoreCLR: clrhost): Loaded '5y4zaoob.hun'.
'AspCoreDemo.exe' (CoreCLR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ANTLR how to create optional spaces in grammar? We are writing an ANTLR grammar for a language, and want to strip out optional spaces.
For example, suppose I have the following function call type thing:
f(x=2)
We want to be able to define it with any number of spaces (including no spaces) before and after each toke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566871",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is asking for runtime permission necessary in android if I am writing to my apps internal directory? Is it necessary to ask for runtime permission for my app that has read and write external storage permission declared in manifest.xml file? Note,I am only reading and writing to my app internal directory(com.mypackag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use Leave One Group Out as Cross Validation for Feature Selection? I am having 16 csv files and each file contains around 11250 rows with 19 features and one column for labels. I want to implement Leave One Group Out as Cross Validation for feature selection algoithm like Sequential Forward Selection and Mutu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Snowflake SQL - create group ID for records related by any of three columns I'm using Snowflake & trying to find a way to use SQL to group records together based on matches of either eid, phone, or email. I've tried
Here is some example data. The insert statements are broken up by how they should be grouped in the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566877",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can Cloudflare's Origin CA certificate can be used for local HTTPs in Caddy? I have a Cloudflare Origin CA certificate that I use in my Caddy config for various subdomains that point to services running on my home server that are exposed to the internet. I was wondering if it's possible to use the same certificate w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Updating state through API response not working in react im newbie to react. i developing a portfoliio project guided by youtube video. when i try update state in cart icon which is present in the navbar, the page becomes blank
github link
function App() {
const [products,setproducts] = useState([]);
const [c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bean is not being created When trying to create a bean, the following error pops up:
I tried adding a name for the bean to the annotation argument, and nothing works either.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75566884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Flask & Alembic: how to migrate models to postgresql I'm doing a technical test for an interview I'm doing.
It's a flask application running in docker with PostgreSQL and already using SqlAlchemy. Unfortunately I don't have knowledge in flask, only Django.
I have added a new Model to my app and I need to make a migr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566885",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to replace my select with something else hello for now I have a purchase order with 300 items in jquery
where I select the articles with a select
It works great, but I find it gives a bad user experience.
I wish I could override this select
with for example a plus and a minus to add and remove items
With this pi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: set_type_override_by_type is not override the object throughout the UVM code I am trying to learn about set_type_override_by_type(). I did add the override in my testBase, it seem to be still failing. because it is not able to override the object type in the monitor.
function new(input string name="TESTBASE", inpu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566889",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: LINQ Except method but for JSON in C# Probably you know C# Except() method that from first collection deletes elements contained in second collection. I have to write analogic method but for JSON.
That's what I did:
public static JsonDocument Except(this JsonDocument firstJson, JsonDocument secondJson)
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WPS: How to pass variables from a thread to MainWindow objects I have implemented an UDPListener thread to catch incomming UDP-messages. Finaly they are stored in a string variable called ReceivedCommand. On the other hand I have a label object named Command in the MainWindow class. How can I Access the property Con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I'm learning python, working with flags and the break command. I did everything according to the description but for some reason it gives an error prompt = "\nTell me something, and i will repeat it back to you:"
prompt += "\n(Enter 'quit' to end the proggram. )"
while True:
city = input(prompt)
if city == "quit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566895",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: locking stop loss with ATR line I encounter a problem, I want my stop loss to be a straight line based on ATR at the time of the entry,
but I think the problem is when I'm still in buy (entry) position, the longcondition match and trigger another new stop loss line. Can somebody help me? Thank you so much!
the pictu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unsupported stage type SQA
*
*Describe in detail the issue you're having.
unsupported_stage_type error occured when importing IBM Information Server legacy code into CloudPak for Data SaaS environment (which is the latest version available)
*What did you expect to happen? What happened instead? What would you li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: failed to open stream: Permission denied - cant i cant access framwork laravel
UnexpectedValueException thrown with message "The stream or file "/Applications/XAMPP/xamppfiles/htdocs/ultimatepos/storage/logs/laravel-2023-02-25.log" could not be opened in append mode: failed to open stream: Permission denied"
Stacktr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566899",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: is ggplot confused? It exchanges the color labels I'm drawing density plot with ggplot, but in the output it inverts the name of the colors!
This is my script:
ggplot(dataset) +
geom_density( aes( x = `Real Wage 1`, fill = "red"), alpha = 0.5)+
geom_density( aes( x = `Real Wage 2`, fill = "blue"), alpha = 0.5)+... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get rows between two rows with specific text? I have this dataframe, I extracted this through and image using PyTesseract. But it extracted all the irrelevant data like signatures and stamps. I only want data from 'ASSETS' row to 'Total Liablities' Row. I tried
bs = bs[(bs['Purticulars'] == 'ASSETS') & (df['P... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566907",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Indexing a tuple using a macro in Rust unexpected token I am trying to create a macro to perform a certain action for every element in a tuple in order to compensate for not being able to iterate over them.
I wrote some code that replicates my issue:
fn main() {
let tuple = (1, 2);
macro_rules! index_tuple ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566909",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GAMs in R: not working for first category of categorical variables I'm using the mgcv package to create GAMs in R. Right now I am attempting to model the interaction between my numerical variable Depth and various categorical variables. I have converted all of the categorical variables from characters to factors and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566915",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Showing AdMob Interstitial ad at a 10 minutes interval I have a media player android app that let's users play their videos, and I want to show Interstitial ad every 10 minutes while they're playing videos, I know that an Interstitial ad suddenly popping up is against AdMob policy as it generates invalid clicks, but... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# How to generate INT with name and set value to it? I have to do timetable in GDI, and i need to move the numbers so they are on the correct line so i need new INT for that.
Is there any way to generate them?
or do i have to just write it like:
int 1 = 300; int 2 = 300; and so on?
A: You must give the variables d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How obtain a variable into the conftest file from a test file? Advice me please how can I obtain my TEST_NAME constant into the conftest.py file from my test files?
Let's say I have many test files which contain the same constant TEST_NAME like as follows dummy example:
# test_01.py file
TEST_NAME = "C4901. Get resu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Django. POST request after reloading a page. Sign up form When user enters incorrect data in form, he gets errors. If after that user reloads a page, he gets the same page, the same form with the same fields, errors. I don't know why after reloading a page request is POST.
Every time after sending form, when I reloa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to write Vmax in Latex I would like to write Vmax where the V is large and max is quite smaller in Latex. I tried $V_max$. It shows the a and x bigger than the m as shown in the screenshot
I want the a and x to be as the same size of the m
Any help would be appreciated. Thanks.
A: You need to use curly bracket... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I make sure that docker container on AWS EC2 Instance is always running? I wrote an API, dockerized it and ran on an AWS EC2 instance. I can make requests through Postman while container is running but how can I make sure that my docker container is always running in the background on AWS EC2 instance?
I don... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any way modify dll's when it is being used by another process? I am currently working in a application which uses code from the dll's for its execution. The problem, I am facing with this application is that it follows a sequence of steps for its execution. So if, I faced a error or bug in the 10th step, I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566934",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to calculate the autocorrelation length of an MCMC posterior chain in Python I have some posterior chains generated by a MCMC process in Python. I am trying to calculate the autocorrelation length of these chains and I was hoping that I could do this simply in Python.
It seems like the kind of thing I would find... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to download gridview data into excel sheet format When I click on this button, I am unable to download the data as well as filtered data; I get an error:
error at "ds.Tables.Add(ViewState["Data"] as DataTable);"
I don't know what to do - please help me
protected void Button2_Click(object sender, EventArgs e)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566939",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: how to let jackson deserialize guava multimap using the '@class' field inside json to deside the target class? I have a json like this:
{
'@class':'A',
'aProperty':{
'@class': 'com.google.common.collect.ArrayListMultimap',
'a':[1,2,3],
'b':[22]
}
}
and the class A like this:
class A{
Object aPro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Change loading state, before going to a different page I have a webpage made with Nextjs.
On this page there are several images which will take you to a different websites.
Now when we click on any card, I set the loading state to be true which will show a loading spinner, and the browser loads the link of the card.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566943",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Move title to left in plot_ly Previously when creating plotly grapths I've been using ggploty(), but now I wanted to make a treemap it didn't work. In just regular ggplot() it worked, I used geom_treemap I think it was. But in this data I have many 'labels' so i need the hover over to show the tooltip-data, so some ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566944",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Node zlib crazy memory consumption I'm writing a script that appends JSON to a write stream using Node's archiver package. archiver then tarballs and gzips the write stream to a local file on disk.
When I run this script however, the process' memory consumption can get up to 2GB! Without using the gzip: true flag in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566945",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot run React Native app after installing Firebase Analytics Getting "Unknown receiver 'FIRAnalytics'" I have added React Native Firebase Analytics package from this given instructions. But when I try to run the project, I get the following errors. Without the library, I'm able to run the project.
No known class ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566948",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter limit number of items in Hive Box In my recipe app a user can save a recipe to his/her favorites. This works by adding the recipe to a hive box when the user saves the recipe to favorites. The plan is to limit the number of favorites to 10 in a free version. In the paid version there will be the limit of 30 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Adding numbers from a list to a dictionary I am still learning python and am having trouble writing a small block of code to automate some data entry. I need to create a large dictionary and populate it with different values and variables. Below is an example, but I made the size of the dictionary small for this te... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566953",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: My @RequestBody returns my object with null variables I'm currently doing a backend service in Java and Springboot allowing to create users in a MongoDB database. I use Swagger to make it easier to test my queries. Currently, I have a UserController that allows to create a user in my database.
UserController:
packag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Simulating SQL Connections in R I am trying to learn if there is a way to "simulate" an SQL connection within R that lets me test Netezza SQL.
I know how to do this with an "SQLite" connection - here, I am making a temporary connection "on the spot":
library(DBI)
con <- dbConnect(RSQLite::SQLite(), ":memory:")
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566956",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix imcompatibility problems with python packages I was installing the selenium package in python but i receive these Errors. These are incompatibility errors.
To solve this problem i must to enter this command to install the correct version manually.
pip install package_name==version_number
But write this c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Zoom Web SDK shows Joining Meeting Timeout. Fail to join I am trying to implement Client View for Zoom Web SDK. I am using Flask as backend. Here is my code:
<html>
<body>
</body>
<script src="https://source.zoom.us/2.9.7/lib/vendor/react.min.js"></script>
<script src="https://source.zoom.us/2.9.7/lib/vendor/react-d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: How to transfer ownership outside of a Rust loop while iterating over a vec of &str? I've been solving a simple codewars kata, the one where you know the answer immediately, and yet, 1.5 hours in, the borrow-checker in Rust is still defeating me --.-- Hence, I'm here to ask yet another question about ownership :)
Le... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to properly include a Razor class library using SignalR into a MAUI Blazor app My requirement is to reuse a razor component, which uses SignalR from a razor class library inside a Blazor Server app and a MAUI Blazor app. The MAUI app is only supposed to run on Windows.
The Namespace.UI.Components csproj looks li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Try to make a regex, that match CSV string in javascript I have this regex - /^(?:[a-z0-9]+,?)+$/gmi.
Works perfect, but when string is too large, it freezes page. And i have just an ordinary page with one input. Maybe you know the way how to optimize that, thanks a lot!
Try to find a perfect regex for input, where ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "How to fix "TypeError: 'PAO' object is not subscriptable" when trying to extract value from a Python object?" I loop through a list of objects and for every object I want to extract a value using a valid key.
The objects are instances of a class I created. Neither dot notation nor bracket notation is working.
If I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SHA256 difference between HANA and Bigquery I intend to compare huge data across HANA and Bigquery so was thinking of hashing the rows and reducing it and comparing it, however Sha256 of a row returns different values in HANA and Bigquery, PSB example:
HANA (if i remove TO_BINARY i get into error):
SELECT cast(HAS... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75566971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |