text string | meta dict |
|---|---|
Q: Can't connect MySQL server using XAMPP I downloaded XAMPP from the official website and did the manual installation of the .run file, but only apache server and ProFTPD have the "running" status, the MySQL server remains "stopped".
This appears on terminal when I run ./xampp start command:
[socrates lampp]# ./xampp ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is this a backdoor in my Javascript (I have sensitive information in the .env) Hi So I am working on some WEB3 and had a private key to a wallet in process.env. The money was swooshed away and I am pretty sure it was in the script I am running. There are about 5 big files thousands of lines of code.
The code that st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575815",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Selenium - Python - AttributeError: 'WebDriver' object has no attribute 'find_element_by_id' I am trying to reproduce the work of @lukebarousse with his Job_Analysis repo on GitHub: https://github.com/lukebarousse/Job_Analysis
Code from the LinkedIn.ipynb jupyter notebook:
Cell_1:
import time
import datetime
from se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: image manipulation to video I would like to create a video of image transformation. For example the end result is .show("30% more contrast").
from PIL import ImageEnhance
enh = ImageEnhance.Contrast(im)
enh.enhance(1.8).show("30% more contrast")
I need 5 minutes video, 30fps, 1024x1024 of transforming ori... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need to setup OpenJDK 11.0.2 to execute Java application, but system installed different version. How to execute application using OpenJDK version I have Java Application which requires OpenJDK 11.0.2 to execute,but my laptop installed Java 1.8.0_191.
To execute application I have setup OpenJDK version JAVA_HOME loc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Compute outliers 2 standard dev away for each pandas DataFrame column and replace with NaN I have the following DataFrame:
df =
col_1 col_2 col_3
0.5 7 300
0.4 4 340
0.6 8 276
5.6 32 764
11.2 98 1032
As clearly shown above, the last two rows are outlier... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575829",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to read selected partitions of in Spark I have a table partitioned on ldt (format YYYY-MM-dd-HH-mm-ss) column and the following are the partitions.
SHOW partitions test.emp_table;
partition
ldt=2023-02-26-00-47-01
ldt=2023-02-26-01-27-40
ldt=2023-02-26-23-48-06
How to read from the subset of those partitions u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575831",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can FullCalendar component resize automaticatly? Im using v5 of fullcalendar on vue.js, and when calendar render it looks like this
Then when i resize the window or refresh the page, it takes all the space. so how can i fix it?
I dont know, i cant find something related in the documentation.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75575833",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: rounding issue - VFP From Native VFP9 command window:
lyTotal_Revenue=16571.39
lyExcludeFromRent=1673.88
lnRentPercent=30
lnanswer=((lyTotal_Revenue - lyExcludeFromRent) * (lnRentPercent / 100))
?lnanswer shows 4469.253
That is the correct answer.
I have a report that has a field. The field's format expression is 9... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Vulkan & SDL2: Undefined reference to: any SDL function. CMake & C++ I'm setting up my programming environment in VSCode, and coming from VS where everything is automated (mostly), I'm finding that CMake is giving me an exceptional amount of trouble. I'm attempting to setup SDL2 by using the libraries that came with... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to click on a button and start a quiz I've build a quiz app. I want the user to be able to click a play button and the quiz start again from question one after the user has finished the first round. right now, if the user starts answering the question, after the last question the play button appears for the user... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Large Directory under gitignore slows down vs code I have a repository in which there is a data/ folder that is also inside the .gitignore file to avoid pushing the data to GitHub. The folder has a lot of subfolders that are huge. Having this in my repo slows down VS Code's go-to-definition feature, track changes fe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I find adjacent rows in mysql? I have a log table that records user events. These are ordered by a timestamp.
id
event
user
context
timecreated
5
login
234
0
65535
8
open
234
5
65536
13
open
234
9
65539
17
open
234
8
65512
43
login
128
0
65513
44
login
293
0
65515
65
open
293
5
65516
66
ope... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575843",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: arch.arch_model is not working for a pandas dataframe with multiple columns I have a pandas data frame, lets call it returns looking like this:
IVV EZU EWJ MCHI
2011-04-01 0.004511 0.011358 -0.001454 0.013873
2011-04-04 0.001422 0.003573 -0.013592 0.021285
2011-0... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575847",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: copying 2D arrays in python I'm trying to copy a 2D array to another 2D array in python, then change the copy, without changing any other 2D arrays which are a copy of the original 2D array and they're acting rather strangely. Upon consulting stackoverflow when I first needed to copy 2D arrays into other 2D arrays, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In Neovim/Vim, how to set keymaps so that everything uses them including plugins and other commands I am a beginner. My problem is that my layout is not US and I have no separate '[' ']' keys. Instead, I have some local ğ and ü keys. I'd like to bind them to [ and ] so that these keys act like the brackets in every ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575850",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is this an acceptable way to deallocate memory in c? I have a function that reads a file and allocates memory for the files contents and assigns the files contents to a pointer and then returns the pointer. I then use a loop to loop over the string and print each character using pointer arithmetic.
I'm pretty sure I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575851",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Strange recurring errors downloading python 3.10.9.tgz with wget I and several workmates have had a recurring problem building python in a docker container under WSL and VirtualBox. The download seems to succeed but then the unzipping reports 'trailing garbage ignored', and the build process exits with value 2. We t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575852",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Stop a goroutine that writes to a channel indefinitely I have a function that creates a goroutine that populates a channel indefinitely, e.g.,:
func Foo() <-chan int {
ch := make(chan int)
go func() {
defer close(ch)
for {
ch <- 1
}
}()
return ch
}
And let's say we have a consumer that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575854",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Write a JSON formatted data to AWS Cloudwatch using Serilog I want to log API request data to serilog for some analysis purpose but I cannot get the formating correct. I am using Serilog in Dot net Core 5 and my logger config is as below
LoggerConfiguration config = new LoggerConfiguration()
.WriteTo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: BeautifulSoup -- extracting both "td" objects without class (_class = None or False) and other class types I am trying to scrap from a website that has td objects. Some of those have no class, which I can extract with
object.find_all("td", class_=None)
And others have a class called sem_dados, which I can extract us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: 1 exchange for many queues - create queues only in subscribers? I've gone through RabbitMQ tutorials and have read a few articles, but it's still not clear to me what are the best practices regarding publishing to an exchange and creating an exchange.
My use case is this: We have several REST API's (Node.js) in whic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575862",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Praw scrap data issues I have this code run well, but get the dataset empty. Anybody has the same problems, the code did well last year
I tried the anything that I can, just can not work on download data. I grateful for any suggestion.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75575863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Pysolr search multiple queries with and How to search multiple queries and require the "and" for q.op?
import pysolr
solr = pysolr.Solr('..url../solr/'+name,always_commit=True)
solr.search("test:test")
I want to add searching for also "url:http://test.com" as an "AND" q.op parameter.
A: I will test this soon, but ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: cypress cy.tick not working in cypress component tests Has anyone out there had any success in getting cy.tick() to work in cypress component tests.
cy.clock() stops the time but tick will not move it forward in cypress component tests. If someone was able to get this working please give mean example .
And again thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: can i handle am4Chart labelBullet's width?
in image, two or more decimal places are denoted by..., so i used contentWidth but it didn't work.
I'd like to round it up or widen the label, but I can't find the command.
What is how to handle it??
it's my labelBullet code
var labelBullet = new am4charts.LabelBullet();
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575867",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: figma dropdown menu shows options behind others components my problem is when i click the select input and the option show behind the others select inptus.
its the same behavior with the other 2 select inputs, i think its a z-index problem or absolut position or something like that.
Each select is a component with ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Convert librosa-created melspectrogram in png format to numpy array Below is the sample python code made by ChatGPT to create melspectrogram by loading a wav audio file and saving it as a png image, with librosa and matplotlib.pyplot. I would like to edit the image and convert it as numpy array and save as a numpy f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575870",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native app is crashing after minifyEnabled true My app has been crashing ever since I enabled Proguard. I've been hunting for a fix for days, but nothing has worked. I already tried this solution React native app crashing after enabling R8 / minifyEnabled
Could you please assist me in identifying the issue? Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575871",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Deep Q Network for game 2048 I am trying to implement a Deep Q Network for the game 2048.
My architecture is a simple 2 layer deep network with hidden dim 200 and a ReLu activation in between the two layers. I train the main network every 16 steps and the target network with a memory replay of minimum size 1000 and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575872",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Euclidean distance matrix of 2 n-d matricies without looping I was told it is possible to calculate the euclidean distance matrix of 2 datasets of matrices (matrix1.shape = (n_1, ...) and matrix2.shape = (n_2, ...), where we want to calculate the n_1 * n_2 euclidean distance matrix) without using loops. I vaguely fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: The gold is set to a value instead of adding that value to the gold I made a currency system and I came across a problem that I can't fix. Basically instead of adding the value to the gold, the gold is set to the value. Can anyone help fix that
Main Script:
using System.Collections;
using System.Collections.Generic;... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Do Python scripts in Streamlit ever exit when deployed on AWS EC2 using tmux? I’ve deployed a streamlit python app on AWS Ec2 and used a Tmux session to keep it active. From what I understand, every time there’s a user, they are basically running an instance of code. Let’s say the code doesn’t exit because of some e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575876",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: get value of HTMLText control in Excel html document I am editing an html document by loading it into Excel. I can get the value of an HMLText box by using the HTMLText22 name for example. But I want to access it with the HTMLName. How can I accomplish this?
I tried to use getElementById() with no success.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75575880",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the proper way of using HashtagNode in lexicaljs? I am trying to get basics to work with lexicaljs, like hashtags, mentions etc.
What does one need to do to get hashtag to work? Identical to how it works on Twitter for example, not through a button but triggered as one types #something.
Modified basic exampl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hibernate code generation does not create annotation I'm reveresing engineer MySQL DB into java classes with Hibernate annotation.
Hibernate version 6.1
That's my config:
Hibernate Code Generation Configurations
Hibernate Code Generation Configurations 2
Hibernate Configuration
Here all my configurations
The problem... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: How would I intercept key inputs on windows? How can I catch a key press in my program, but it won't be caught by other applications?
I know this is possibly a dupe of Is it possible to intercept key presses with python? but I did not find any descriptive answers in there.
A: Interesting idea. We could create a qui... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to solve the error 'already mutably borrowed: BorrowError' I'm not very skilled with rust RefCell
and i want to know how to solve the following error.
I would be very grateful if someone could answer my question.
thread 'main' panicked at 'already mutably borrowed: BorrowError', src/main.rs:47:22
use std::{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Show in New Window Error in if (papertowel.i$papertowel[t] == 1) sinceOrder = 0 : missing value where TRUE/FALSE needed I am trying to create a new variable in my data frame called "interval", which counts the number of weeks since the previous order. This is my code:
interval = c( )
for(i in 1:500) {
papertowel.i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575892",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting a geojson file/object embedded in pandas dataframe I have a pandas dataframe that is a more complex version of this simplified one:
# Test data frame
data = {'Geojson': ['{"geometry": {"coordinates": [[[24.950899, 60.169158], [24.953492, 60.169158],[24.953510, 60.170104],[24.950958, 60.169990]]],"type": "... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Adding the value (integer) of a variable to a control name (PictureBox) in Windows Forms? All my picture box controls are named the same beside the number at the end. Since I made it this way, is it possible to match an int value to the end of the PictureBox name and save copy/pasting some code?
My code:
A: Two wa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575894",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to select multiple elements in react and set a state to false I have an activeBtn function to set an activeLink class when the button is clicked. In this case, i want to remove the state of the other buttons to false when it isn't clicked. So i only have one active button at a time. i don't know how to select th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575899",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Struct member reference to a member of the struct I want to reference a member of the struct inside the struct but I can't get it to work without Rc. But I'm not understanding why it doesn't work in the first place.
My understanding is that new_value is moved to self.value and the self.ref_value is guaranteed to liv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575901",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to query all the dates between 2023-07-03 and 2023-08-06 (5 weeks from the start date)? Below database created:
`INSERT INTO T4S_BRANCH_DATA (BR_NAME, BR_START, BR_COURSE_LN) VALUES ('COMMUNITY',
TO_DATE('2023-07-03', 'YYYY-MM-DD'), 5);
INSERT INTO T4S_BRANCH_DATA (BR_NAME, BR_START, BR_COURSE_LN) VALUES ('HAF'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Adding more things to Face recognition door lock system I’m building a face recognition door lock system using Raspberry Pi 3, the problem is that I want to build an app that can track the login attempts and store it in a database but I don’t know where to start from or which language I should use to implement this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Small-worldness index shows (Inf) in R I am trying to calculate small-worldness index using package qgraph. I create an igraph object and use the function: smallworldness(). The result is [Inf] or [NaN]. What is the reason?
The table contains 2 columns of words of English words of different lengths. The number of ra... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gradle - Eclipse LinkedResource creates empty folder I am having trouble with Gradle linkedResource. It creates the 'correct' folder in the correct place, however, it's empty - there are no resources 'ported'. I've tried with locationUri but to no avail. Weirdly, there are no errors reported with neither eclipse nor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575909",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nextjs development server not starting Hey guys I have a nextJS application just stops anytime I run next dev script without throwing an error.
I have tried reinstalling create-next-app application but it was to no avail.
Here is what happens
foodlr@0.1.0 dev
next dev
ready - started server on 0.0.0.0:3000, url: h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575911",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: With the MS GRAPH API can multiple users be added to a group by using @odata? I need some guidance regarding @odata.
I have seen it referred to as "forming a relationship" and I am not sure if I am misinterpreting the documentation but can @odata take the results of one API request and use it within another; e.g. a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: document.body.classList.add/remove not working as expected document.body.classList.add/remove not working as expected
When I call add(), it only adds the class attribute to the body element, but it doesn't attach any value to it. Meanwhile, if I manually add the class to the body element and then call remove(), noth... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575914",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to order a forEach? after doing the first fetch I get an array with values, I do a forEach and then I do another fetch to translate the values and use them as options in a select, what is happening is that in the first fetch I always receive in order, but after the fetch stops translation I receive the values ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575915",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using runtime env vars in next.js When I try to run npm run build on my typescript Next.JS project, it complains that about a function that is using an env var that was meant to be accessed at run time.
async function routeRewrites() {
return [
{
source: '/proxy/api/:path*',
destination: `${process... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575918",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to solve Python type error on plotting three graphs at a time `# GA parameters
population_sizes = \[50, 100, 200\]
mutation_rate = 0.01
tournament_size = 2
elitism = True
max_generations = 2000
stall_generations = 100
# Run GA for each population size
best_solutions = \[\]
for population_size in population_si... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python selenium find_elements method for finding button links I'm trying to crawl Instagram comments through Selenium.
And i have to press the reply buttons to crawl all the comments. ("답글 보기")
"답글 보기" button
So, i tried to find the xpath of the button, but it's failing.
Here is my attempts
reply_links = driver.find... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use Laravel Markdown in View blade template My primary goal was to grab the raw html output of the view file to send to an external API (Zoho) to process the email.
I have a file in /resources/views/emails/welcome.blade.php (there is no Mailable class for that file)
and I have this code below which pulls the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "AbortError: Blocked by Safe Browsing." when using the Filesystem Access API When I try to write any data to a file handle using the Filesystem Access API in Chrome Version 110.0.5481.100 I get:
AbortError: Blocked by Safe Browsing.
I am saving a custom extension for my web app.
Question A: How do I prevent getting... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Poweshell Set-ADUser ro populate Direct Reports Hey I have been given a CVS file with the data that I must use to populate some already existing empty users. So far I have been able to populate all the data fields I need such as givenName, description, postalCode etc. However I have been unable to populate the user ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Implementing an LFSR as an input for a full carry adder (error 10500, syntax error) I'm trying to use the output of an lfsr as an input for a 2 bit full carry adder.
I get this error on rnd_word(0) = > rnd_bit:
Error (10500): VHDL syntax error at somma_compl2.vhd(62) near text ">"; expecting "(", or an identifier,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Which language is this from? I got this code from a web building project but it seems a little foreign to me. Can anyone recognize where is it coming from?
export const getStaticProps = async ({ params: { slug }}) => {
const query = `*[_type == "product" && slug.current == '${slug}'][0]`;
const productsQuery =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575933",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: python selenium: wait for popup window I am having difficulty coding python selenium to wait for a popup window. If I write:
from selenium.webdriver.support import expected_conditions as ec
parent_driver = webdriver.Chrome()
parent_driver.get(url)
element = 'ignore this part of the code'
actions = ActionChains(pare... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575936",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Beautiful Soup : Can we generate the same output using Beautiful Soup like we generate using Selenium? I am trying to web scrape the URL("https://asc.gov/appraiser") using BeautifulSoup in python. I have tried using Selenium but found Selenium has more complex and not user-friendly. I want to navigate the URL as 'we... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Transparent image in iMessage MessageExtension iOS I'm working on a MessageExtension app and trying to send transparent images through imessage. However when I add the image to the message, the image loses its background transparency and is filled in with a solid white. is there a way to mitigate this?
For some more... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: .NET Maui radio button text not visible in dark mode? Anyone else notice that the RadioButton Content (at least on iOS) ignores the TextColor attribute? In Dark mode it displays the content as white text no matter what I set it to.
<RadioButton Content="Black Content Text" TextColor="{AppThemeBinding Light=Black, Da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575941",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Warning: %%timeit doesn't run setup code before each loop | CPU kernel launch overhead varies with number of threads It wasn't obvious to me from hovering on timeit in Google Colab
In cell mode, the statement in the first line is used as setup code
(executed but not timed) and the body of the cell is timed. The ce... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575945",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Não consigo baixar arquivos MSI no computador, com isso não consigo instalar o MySQL worchbenk Quando tendo baixar arquivos MSi no meu computador, ele diz que não foi possível encontrar o arquivo em si, não sei como resolver pois preciso do MYSQL pra finalizar um TCC.
Tenho visto alguns vídeos para tentar resolver e... | {
"language": "pt",
"url": "https://stackoverflow.com/questions/75575951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Unity Can't get bullet to fire the right direction I'm trying to get my tank to shoot in the direction the mouse is facing. Currently the tank can rotate to look at the mouse, but I have no idea how to make the bullet go the right direction!
Currently the turret on the top does rotate correctly, I'm not sure if the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575953",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why am I getting a different results to Excel with my FV calculation? I'm trying to recreate Excel's Future Value (FV) calculation in JavaScript.
The formula I have in Excel is:
=-FV(4.15/12,1,500,500,1)
Which is:
=-FV(Rate/12,No. Months,Payment per period,Starting amount,Payment Timing)
This gives the desired resul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I fetch a column of URLs in Google Apps Script/Javascript? I have a list of client sites on which I want to continuously check to see if they installed our GTM container tags. I can't connect the spreadsheet to our GTM because my company has a universal login that is not the same as the Google account I'm usi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can't figure out why none of my return statements seem to be working on this assignment. I'm supposed to convert times into english I've got everything to work other than the conversion of the inputted number. For example, in this code if you submit: get_time_name(1,0) it outputs: 1 o' clock. When it should be "one ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How do I get events from localStorage and show them in the correct day on a calendar? I'm trying to make an event calendar and am struggling with how to display events on the calendar on the correct day after refresh. My thought is to give each calendar day an ID and match that to the event created. When the event's... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575964",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Error when trying to route user to specific page on notification click I'm getting an error while I was working on setting up the ability to go to a specific page when clicking on a Firebase notification. I had already had FCM working just fine, it just opened the app's home screen. Unfortunately, I don't remember w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LoadRunner concatenating of correlated values in specific format I have captured loadrunner correlation variable "Date" as below using ORD=ALL:
`vuser_init.c(165): Notify: Saving Parameter "Date_1 = 101".
vuser_init.c(165): Notify: Saving Parameter "Date_2 = 102".
vuser_init.c(165): Notify: Saving Parameter "Date_3 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DataGrid component from React MUI supports custom event listeners for the rows? I think to use contextmenu event in the rows from data grid component. I couldn't see nothing about this event in the data grid props. Is possible use a custom event for this?.
I've searched in the official documentation and nothing.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75575971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I select columns after summing them with pyspark? I have binary dataset with 100 columns like c1, c2, c3, ..., c100.
I want to select columns that have appeared more than 30, so each column was sumed.
sums = data.fillna(0).agg(*[F.sum(col) for col in data.columns])
Then, I don't know how to select columns w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575972",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I set the file mask for find in path for [.ts,.tsx] not for [.d.ts]? I want to use Find in Path for ts and tsx files in WebStorm, but it gives me .d.ts files I didn't need.
I tried to set *.tsx,*(^.d).ts in file mask, but it doesn't work.
*.tsx,*.ts -> .tsx+.ts+.d.ts, .d.ts is not needed
*.tsx,*(^.d).ts -> d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Accessing NSUserDefaults from Airwatch I am wondering if there is anything going wrong here that anyone can help with.
Airwatch allows us to configure an app config for each “assignment” group of an app. Config is entered as key-value pairs, and we can also use placeholders for which AirWatch will insert lookup valu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Fix for Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote I am trying to design a browser extension in which one of the features requires the user to enter his API key and domain to get whois lookup info. I have created a index.html file where a button is present to generate result an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575981",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Cant access User Entity Fields that implements UserDetails So i have this entity on spring boot
@Table(name = "user_table")
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
public class User implements UserDetails {
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE)
@Column(name = "user_id")
priva... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575989",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Formula question: How to take sales from one month and show the revenue X months later (where X is a variable we can change) How to create a formula that shows sales in one month and we can choose to show revenue in the next month or a two month delay or a three month delay etc.
The reason for this is, say we make a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575992",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Deprecating function in external API I'm using an external proprietary library API which has marked in their documentation various functions as deprecated but have not provided any features (compile flags, macros etc) to flag use of the deprecated functions. I would like to flag use of these functions at compile tim... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575995",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Excel VBA Solver byChange using stored cell reference I have a solver function in excel VBA which functions however I want to have it use stored cell values of A B C D which are defined earlier in the code but I can't seem to get it to use all 4 variables.
Initial code:
SolverOK setCell:="$P$25", maxMinVal:=2, Value... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android Studio Two Mail Issue
Currently in the android studio seems like I'm using two accounts whenever I want to share a project on GitHub my user.mail account is doing the job but when I want to commit and push something my other user.email account is used. I want to remove the user.email account and want to wor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75575998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I visualize multiple class net in Pytorch? I am using CLRNet and I wonder how I can visualize net because whole network is not just coded in 1 file how I can change the code to see visualize result for whole network.I was able to get backbone (resnet) visualize result by
import torchvision
from torchview impo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: python app that send an alert when a website of a school open the places available reservation I want to code an application with python that will send an alert(an alarme sound or something) to me when a specific website of a school that I want to join open the registration, because they open it for like 5min then a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576008",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to set a button created with css and javascript in close to the top right position? The button in red with the text inside Button on the top right is a button I can drag from the wix editor it's a built-in button so there is no problem to drag it around and position it.
but then I created my own button, and I ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576010",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Mongoose updateMany using field from each document (this?) I want to run an updateMany to populate a new field with an existing field's content.
My idea of the code would be:
const filter = { 'somefield': 'somevalue' }
const update = { 'newfield': this.somefield }
await Model.updateMany(filter, update)
But that is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576012",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Bootstrap5: Can I override the actual viewport so as to display content according to div size instead I'm using Bootstrap 5 with Django - and have one component of my site that lives on its own page -with a responsive layout that stacks and moves some columns around.
I want to reuse the exact same code for a smaller... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576017",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Import Python Classes and Function between folder on same direcetory level Using this structure:
Root
├─ __init__.py
└─ Core
├─ __init__.py
├─ Game
│ ├─ game.py
│ └─ __init__.py
└─ Player
├─ player.py
└─ __init__.py
The folder Core has two folders called Game and Player. In the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I roll back the values of the items or collections after an unexpected error? <q-select v-model="item" :options="colect">
<q-input v-model="item.name">
const colect = ref([... ])
const item = ref({... })
The dilemma is that, when trying to save the changes in the db if an unexpected error occurs I must go... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576019",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R: Correctly Writing and Converting Dates in UTC Format I am trying to learn how to use the Reddit API (https://www.reddit.com/prefs/apps).
I registered for an account/API - I want to retrieve 100 comments containing the word "covid" posted between March-01-2020 and March-02-2020.
Using the documentation from the AP... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Tried to install latest version of Web Platform Installer but now empty I am running Windows server 2012 and I wanted to upgrade to a later version of PHP. My version of the Web Platform Installer was old and only showed up to PHP 5.2 and I wanted to install PHP 8. So following this process, I downloaded and insta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reclassify a raster tif to unique values I have a raster tif file with unique values: 0,2,4,5,9,111,114,115,116,124,125,126.
I need to reclassify my raster cell values to be:
0,2,4,5,9,4,4,4,4,4,4,4.
I used the following codes:
is<-c(0,2,4,5,9,111,114,115,116,124,125,126)
become<-c(0,2,4,5,9,4,4,4,4,4,4,4)
recMat<... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576026",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to prevent hidden elements from appearing in print when rendered in HTML I'm currently working an xdp form built using Adobe Designer and rendered in AEM using the Forms Manager plugin.
Problem I'm facing is that the form, being dynamic, requires certain sections to be hidden unless the user enters a value at wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576033",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I reference people profiles while inserting text in Google Doc? I'm trying to create a bulleted list using the Google Doc API and want to tag a person's profile in the bullet. For eg, I want to achieve the following in the GDoc:
*
*To-do item 1: John Doe
It's possible to resolve John Doe's profile manually... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576035",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQLSTATE[HY000] [1102] Incorrect database name I can create my database from the php code but I can't create a table within the database. It shows me an error message:
SQLSTATE[HY000] [1102] Incorrect database name
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75576036",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Minifiers not merging selectors of same rules I'm using sass to customize Bootstrap. But when analyzing the minified output, I see that there were two of body {} selectors.
Here is my compile command:
sass --load-path=./scss --style=compressed --no-source-map scss/bootstrap.scss ../../public_html/css/bootstrap.css
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576038",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to install the Hibernate plugin in Java NetBeans 14? I'm trying to install the Hibernate plugin in NetBeans version 14 with JDK 11 but when I try to do it this error is shown:
Some plugins require plugin Freemarker Integration to be installed.
The plugin Freemarker Integration is requested in implementation ver... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576042",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unity Netcode ServerRpc is executing only on client I'm trying to learn Unity Netcode.
Essentially, a PlayerController will be present on both the host and the client. The PlayerController prefab has the Network Object component, and has been added to the Network Manager.
There is a spawnPrefab that instantiates whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to set query name enter image description here
When I update the new version of the software, the query name cannot be updated
I’am very confused!!!
version: 9.3.2
THANK YOU!!
I want to set query name to improve graph comprehensive
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75576047",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to create black seethrough background for new stage in javafx I want to create black background for my stage in javafx that is seethrough like in the pictureenter image description here
root = FXMLLoader.load(getClass().getClassLoader().getResource("path/to/other/view.fxml"), resources);
Stage st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576048",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |