text string | meta dict |
|---|---|
Q: Is there a good programmatic conversion of CommonJS to ESM without a bundler? I am trying to avoid bundlers and just use ESM, but have been running into my dependencies having dependencies that cause exceptions similar to "The requested module ' does not provide an export named 'default' " error, but only in relativ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574743",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: does anyone know any Roblox scripting (Lau) Im trying to create a roblox game but im having problems with the scripting. When a player joins the game every minute they play a clone is created of the player. The clones should move about etc.. The player can also create more clones of themselves by buys gamepasses eg ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574745",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Deploying a websocket server on Cloud Run I would like to serve a webrtc signalling server, using websockets, on Google Cloud Run.
I took a simple server implementation from the internet, and uploaded it to Cloud Run, the metrics say it's up.
However, whenever I try connecting to it via:
uwsc ...run.app:9080/
uwsc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574746",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does it say "attempt to index nil with 'WaitForChild'" when I put my tool in starter pack? So I made a tool and it works fine in workspace but when I put it in starter pack, it doesn't work. I've searched the devforum but to no avail.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75574747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to check what numbers in a range have the same digit in the ones and tens place? (Python) I'm new to coding. So far I've learned if statements and loops. I have a homework assignment to check which numbers between a range of 10 and 100 have the same numbers in the tens and ones place (11, 22, etc). I'm thinking ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574748",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multiple letter symbols in sympy I would like to use a symbolic variable y[1] in sympy. In jupyter the last 3 characters of the symbol are displayed as subscript when using display. When using print it looks fine. So is there a way to avoid the subscripting of the variable.
import sympy as sy
y=sy.Symbol('y[1]'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574749",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use other getter inside setup store in Pinia? How can I use other getter inside setup store in Pinia?
export const useCounterStore = defineStore('counter', () => {
const count = ref(0)
const name = ref('Eduardo')
const doubleCount = computed(() => count.value * 2)
const HOW_TO_USE = computed(() => { /... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix Failed to connect to host for https://cocoapods.org in flutter? When I run 'flutter doctor -v' Flutter (Channel stable, 3.7.5, on macOS 13.2.1 22D68 darwin-arm64) , I get this check:
[!] HTTP Host Availability
✗ HTTP host "https://cocoapods.org/" is not reachable. Reason: Failed to connect to host in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574751",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to install APT Google Cloud public signing key and Kubernetes APT repository I am following the instructions on the official Kubernetes documentation to install Kubernetes repository, I run
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574752",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why mvprintw works only after getch? mvprintw/mvaddch (pdcurses) print text only after getch() (even if it is not connected in any way and the getch is in detach thread).
A question from a different angle: How can i use mvprintw() in a detach thread without getch() for loop print? (A small rendering engine or someth... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unit testing S3 PreSigned API Im using s3's GetObjectRequest API to get the Request and use it to call Presign API.
type S3Client struct {
client s3iface.S3API
}
type S3API interface {
PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error)
GetObjectRequest(*s3.GetObjectInput) (*request.Request... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574755",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Assignment of new values by the "srand" function I need help. This is a minesweeper console mini game. There is an error somewhere, when loading a saved game, mines are re-placed.
This is the header file with the code of the new game (Mode==1). I think that the srand function is triggered at any start of the program... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Is it possible to convert the result of the createNativeQuery method from List to Map? At the moment I have a method that returns an expense report. Earlier, when I used JDBC, there were problems with returning a report in the form of Map <String (category name), Long (amount of expenses for this category)> did not ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Insert HTML in the "Canvas" design editor Good evening, I created a website in "Canvas" (Image Editor) for a project of mine in digital marketing, I needed to insert an HTML code from a HotMart widget on that same website, it turns out that Canvas does not have any option to allow insertion HTML.
Do you know of any ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Number of appereances of pattern A in string B Given a pattern A and a string B, find how many times does the pattern A appear in string B and list all the indices in B from which pattern A starts.The string B is indexed from 0.
I tried using the KMP algorithm and I read the post about matching with finite automata,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mean of specific specific intervals in a Pandas DataFrame column w/ Python Here's a riddle. I'm working with a Pandas dataframe in Python which has an index based on minutes, from 6 AM to 1 AM. There are multiple columns, holding values related to a specific minute. It looks something like this:
Timebands
Column... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to iterate a comma delimited string using Loop in Microsoft Bot Framework Composer I have a comman delimited string of ids which I would like to iterate over using a Loop in Microsoft Bot Framework Composer.
I am using Split to create a new array using the following.
${split(turn.activity.value.people, ',')}
Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574768",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to implement Lua into VScode without using Environment variable The problem i'm facing is that i'm not able to use Environment variable to edit the path for lua
is there any possible way to implement Lua without using Environment variable?
I tried using Environment variable, but that didn't work due t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SQLAlchemy operationError: No such Column: items.owner I am Following a Flask Tutorial, and I have run into an error. I have a Users model and an Item model, but when I try and run my app, this error comes up:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: item.owner
[SQL: SELECT item.id... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574772",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to make a gradient of View Border color? private let containerView: UIView = {
let view = UIView()
var gradientBorderLayer: CAGradientLayer?
view.translatesAutoresizingMaskIntoConstraints = false
view.backgroundColor = .white
view.layer.cornerRadius = 15
view.laye... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does my Node.js Function say that is Unreachable or that it is never called when I try to fix it? Right now i have the problem of the write() function not running. i am useing Node.js to create a new file with data for the inquirer.prompt. That will run bu the write() will not.
Right now i have the problem of th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574775",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: net::ERR_FILE_NOT_FOUND after creating an img element in JavaScript and trying to use it I created an img element in JavaScript and gave it a DataURI as a source:
img = new document.createElement('img');
img.src = saveFrame();
The saveFrame function returns a DataURI (which is valid), and when i try console.log(img... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I wrote code that checks if csgo is a running process, but its not updating public void HookGame()
{
Process[] processList = Process.GetProcesses();
foreach (Process process in processList)
{
label2.Dispose();
label3.Show();
if (process.ProcessName.Contains("csgo"))
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574783",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Canvas is after scale change out of parent scrollpane bounds I am trying to zoom in and out according to my mouse potion. For that i wrapped the canvas inside an scroll pane. But when i zoom into the canvas i cant scroll around as expected because the boundsInParent are become to negative numbers.
I really don't kno... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574788",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot connect AWS lambda function to SQL RDB using AWS CDK I have a Stack in AWS CDK where I have added Lambda that should connect to RDS which is also instantiated in Stack, and it should create a table. When I hit this lambda returns 502 "message": "Internal server error". Maybe I need some policies to include?
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use token card in payment intention stripe How can I user token card (Stripe) in PaymentIntetion?
I need an example because I don't have an idea.
In Charge works, but I don't have idea how to work in PaymentIntention:
public Charge createCharge(Integer price,String token,String product)throws StripeException {
S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Power BI - DAX calculate users sessions I'm new in Power Bi.
Screen below shows member's time spend in the system
I was trying with
CALCULATE(SUM('Query1'[Logout Time]) - SUM('Query1'[Login Time])
but it seems to doesn't work with hours.
Could you provide any efficient way to do that?
Thanks in advance.
(https://i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574796",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter Auto Formatting on VSCode Recently I got super annoyed with flutter (on VSCode) auto-formatting my file whenever I add a semicolon in the file for some reason...
Does anyone know how to stop this from happening? The auto formatting looks horrible and makes my code very hard to read
I tried to click on "Dart"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to i skip a blank element in a 2D array so that the array only stores non-blank values? I am reading from a file and storing the strings in a 2D array but my array stores the blank line which i don't need.
I have the global array where the strings go.
Then the function that read the file into the 2D array.
Then ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OpenVINO library does not see Neural Compute stick 2 on Raspberry pi 4 I used this guide to install the openVINO toolkit on my Raspberry pi 4 model B. And this to perform inference on Neural Compute Stick 2.
But then when I tried to look at the available devices using the openvino library:
import openvino.inference_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to navigate to a composable screen from a notification with deeplinks? I want to navigate to a composable screen when clicking on a notification that contains data like title, body, and an id. This id should be passed to the composable when the route is created.
object Screen : AppDestination("screen/{id}") {
fu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574803",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Have I been using `ReactElement` in the correct way? I’ve built an app with "components" that all begin like this:
export const SomeComponent = (props: SomeComponentProps): React.ReactElement => {
return (
<>
<div>some content</div>
</>
)
}
However now I’ve been Googling and it would seem as... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Can't get i18n-js working with firebase functions I have set up a minimal working example of i18n-js:
// located in: src/i18n.ts
const i18n = require('i18n-js')
i18n.locale = 'en'
i18n.fallbacks = true
i18n.translations = {
en: {
hello: 'Hello',
},
es: {
hello: 'Hola',
},
fr: {
hello: 'Bonjou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create hierarchy of ktor clients Coming from Okhttp, I'm used to creating multiple instances of the http client, where each "inherits" behavior from the parent one (and adding own behavior), by calling okHttpClient.newBuilder() (which is better than just sharing setup, as it shared the threadpools etc if poss... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is the Ai have may jobs or not ? and why people tell my don't study Ai is the Ai have may jobs or not ?
and why people tell my don't study Ai .
and if i start study ai and machine learning what's the best plan i can start from ?
is the Ai have may jobs or not ?
and why people tell my don't study Ai .
and if I start ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Advanced html table row formatting I am new to web development and have been struggling for hours trying to fix this issue I'm having.
To keep things short I am working on a personal-use project. I have a table that is not displaying nicely on mobile views:
This screenshot shows one row of data. What I want to do i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574810",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sorting Visualizer - Why won't my highlights update when one of my swapped out bars is the next in line to get swapped in? I'm creating a sorting visualizer, and it's implemented by using synchronous sorting algorithms that push animations to a queue to be handled in the async function animateArrayUpdate. The purpos... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SyntaxError: invalid syntax. Perhaps you forgot a comma? I'm trying to execute the following code, but I keep on getting this error. What should I do?
name=input('please enter your name:\n')
working_hours_per_day=float(input('please enter your working hours:\n'))
working_days_per_month=int(input(please enter your wo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Why exactly is plotting too much data bad? right now I have a lecture on data viz and there is stated that visualizations in general have a weakness when it comes to having too much data. One reason for that seems to be that our screen space is finite and I don't understand this point( I mean I can zoom out?).
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75574815",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Superset on Cloud Run - Bigquery query keeps running on SQL LAB I have deployed apache superset on cloud run and I tried to connect a bigquery database. When I try to run a query on sql lab it keeps running without giving any result.
The logs just show 200 query requests and no useful information.
Do you have any id... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Perl 5 - regex alternation not returning first match I'm trying to parse a automobile info text into a semicolon delimited file. The fields should be Year, Make, Model, Keyfob Description, FCC ID. The regex alternation should be able to separate the Model from the Keyfob Desc. I thought the alternation would use the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Can we get what all data does SQL Server Contains matches against for provided search text Issue in hand, user search with some word, a stored procedure searches for data using Contains function (in SQL Server), we want to highlight all matching text SQL Server Contains function matched Search term against.
Question... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Generate list of N quarters relative to the date in Python I need to generate a list of N future quarters relative to the date , starting from the next quarter in the form Q2-YY, Q3-YY, Q4-YY, Q1-YY+1,etc., where YY - starting year, incrementing if, for example, 10 quarters are required.
I have some idea, but may be... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574822",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Error creating bean with name 'springSecurityFilterChain' Position: 22 I'm trying to make my first defense. But I immediately encountered an error. I have created all the tables and fields in the database, so the error is not related to a typo of the names.
Method in configure
@Bean
public JdbcUserDetail... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Managing cancellation of an asynchronous task I am using the Web Speech API to read out an array of words with a short delay between each one (a spelling test for my son!). I have defined an async function to speak a single word and used setTimeout() to delay the following word by 5 seconds. Everything is working as... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: display form errors. Django I have sign up form. I don't know how I can display errors. I'm trying it from models.py, I have unique errors, but they don't display, I also have custom validation in forms.py, where I'm checking if passwords match and some rules for passwords and it doesn't work either. So, question is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574828",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: all but one of my maps properties has a billing account attached but Maps tells me I have met my Quota, how do I reduce the items? I can't add another billing property I'm at quota.
All but one are not connected to a billing aspect.
I'm wondering why there is a quota on one and why can't I delete the ones I'm not us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574829",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bootstrap 5 table - full width on mobile, auto on desktop How do I create a full width table using pure bootstrap classes on a mobile device, but auto on a desktop?
I tried to use:
<table class="table table-bordered w-md-auto w-100 text-start mb-2">
But the w-100 class uses !important so it always overrides the des... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574830",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: strcat overwriting in c I got a problem with strcat in c. I've searched for a while online but can't seem to find any answers.
strcat seems to be overwriting my string rather than appending onto the end of it.
This is the code I'm using:
char* createToken(char* current,char* file, int lineNumber, char* tokenType, ch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574831",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I'm trying to execute a nested if statement but the most I can get it to do is default to the else. my class has all the calculations in it import java.util.Scanner;
public class SircyStudent
{
public static void main(String[]args)
{
double homework;
double quiz;
double exam1;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574832",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: mpirun connection timed out I am trying to execute the quicksort.c in a parallel environment using MPIRUN on 8 processes split evenly between both manager and worker1 nodes, however I am getting a connection timed out error.
mpirun on manager node
sudo mpirun -np 8 -hosts manager:4, worker1:4 ./qsort input.txt outpu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574835",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error in loading DLL when trying to debug I have a problem for a office task.
I need to develop new excel macro, so when I enter the debug mode and when I want to look what's inside the variable, an error says "Error in loading DLL"
Same error when I click on view --> Watch window
It's like the debug mode of Excel ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574836",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Mysql mysqlsh parallel import data load from csv mysqlsh --version
mysqlsh Ver 8.0.32 for macos13 on x86_64 - for MySQL 8.0.32 (MySQL Community Server (GPL))
This is working from mysql and records get loaded in table
datafile test_sanjay.csv is like this
0,0,0,"run_intf_filter is handling Data Source ID 15.",2023-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What does it mean for a desktop app to be "native"? I'm learning the basics of desktop app development, and I find this idea of "native app" or "native feel" on pretty much any cross-platform framework there is. I've googled it up and Wikipedia says:
In computing, native software or data-formats are those that were... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Bootstrap 5 overflow-auto class cuts off the top of scrollable content When I put text in a container like this, the top of the text is cut off (pen):
<div class="align-items-center d-flex justify-content-center mb-3 overflow-auto" style="background-color: red; height: 5rem">
<figure class="mb-0" style="background... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: connecting hibernate and mysql: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) Error that appears when running Main.java:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Authorization Denied using PHP cURL functions according to REST API specification Am trying to connect to a REST API using PHP's cURL functions and getting an Authorization Denied message. My first time consuming a REST API and using cURL to do so, so need to make sure I'm not doing anything obviously wrong. This is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574844",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pytest style fixtures in mocha I have a need to create an object (or multiple similar objects) and then pass it into multiple tests.
Is there any elegant way of doing it, something resembling pytest fixtures?
The straightforward way I see is just have a function that returns me that object and execute it at the star... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Advice for structuring the UI of a 4 player multiplayer card game using tailwind CSS in embedded ruby html files I managed to do the game creation in my project, but i have to visualize the players' decks somehow. I am relatively new to web programming overall, so i have barely any ideas of how to make this work. Ri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Function not triggering on click The function is not triggering when I press on the NavButton component.
I'm new to React.js and I'm trying to call the setCurrentActive function when NavButton gets clicked, but nothing happens. Am I doing it wrong?
import React, { useState } from 'react';
import '../css-files/navbar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574854",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a python script that copy website including its content and files? I am struggling to copy the website using python pywebcopy script to the local directory. How do accomplish this using this library? How do i also load this script to the server either FTP? That could get the same URL responsive?
import... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: OpenCV Java Qualifier Must be an Expression I am getting the following error on the net object in this code qualifier must be an expression
Mat blob = Dnn.blobFromImage(inputFrame, IN_SCALE_FACTOR, new Size(IN_WIDTH, IN_HEIGHT), new Scalar(MEAN_VAL, MEAN_VAL, MEAN_VAL), true, false);
net.setInput(blob);
List<List<D... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574857",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: error: invalid new-expression of abstract class type ‘{anonymous}::ELFSparcAsmBackend’ in LLVM How to fix this issue? While building LLVM 15.0.2?
/CCR-master/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp:375:65: error: invalid new-expression of abstract class type ‘{anonymous}::ELFSparcAsmBackend’
return... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574859",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Suppress traceback message in spark I am building a wheel package for using within spark using Azure synapse. During validation, I raise custom exceptions.
When exception occurs, spark includes the traceback in the notebook cells. How can we suppress the traceback and request spark to just display the error message?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can draw this widget with use flutter? I have just started to learn flutter and ı am stucked . I have column but ı couldnt divide with autlo responsive desing.enter image description here How can ı draw this component with Flutter.
Thanks for help..
Use Expanded with column and ı gave spesifix flex point but it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I can't find the fragment in the navHostFragment I have a Patient activity with 3 fragments in a fragmentcontainerview with navgraph and I have Speciality activity that is about a listview of specialities
I want to send and intent from the speciality activity to the first fragment in the main activity
Patient XML:
<... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problems when running GDC_prepare in R I'm trying to retrieve and prepare some data from GDC and I'm running the following code which I copy-pasted from this YouTube video:video.
Below is the code:
library(TCGAbiolinks)
library(tidyverse)
library(maftools)
library(pheatmap)
library(SummarizedExperiment)
# get a l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error when calculating z-scores with WHO Anthro I get the error below when I attempt to calculate z-scores using WHO Anthro for all time points except the first (i.e., the baseline). It's working just fine when I use a different age variable for the baseline.
df <- structure(list(adm_sex = c(2L, 1L, 2L, 2L, 1L, 1L, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Merge or append 2 dataframes row wise and add a check in a separate column determining which one it came from I have the following 2 dataframes, df1,
import pandas as pd
data = {
'commonshortname': ['SNX.US', '002400.CH', 'CDW.US', 'CEC.GR', '300002.CH'],
'altshortname': ['SNX.US', '002400.SHE', 'CDW.US', '... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to specify the database path for TypeORM/expo-sqlite? I'm using TypeORM for a React Native Expo app, and I want to be able to specify the path to the database (sqlite, through the expo-sqlite driver). I want the user to be able to open a file dialog and choose where they want to place the database the app reads ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574879",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multiple languages in a single JetBrains IDE? Novice question, perhaps, but — I've typically associated my projects with different IDEs based on language and on historical accident, but I have a project that has multiple languages (notably JavaScript and Python) and would prefer to have full language support for all... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Converting from dictionary to Dask HighLevelGraph Dask's HighLevelGraph has a method to convert it to a Python dict, however, it is not clear how to build the HighLevelGraph from a dict (doing the reverse process). Alternatively, is there a way to get the dependencies (as in HighLevelGraph.dependencies) from a dict ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: QLineEdit: blinking cursor (caret) disappears. How to restore it? QLineEdit blinking cursor (caret) disappears when focusInEvent is overridden.
How to restore the blinking cursor? Any idea?
from PySide6.QtWidgets import QApplication, QMainWindow, QLineEdit, QPushButton
class MyWindow(QMainWindow):
def __init_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574886",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reeborg's World Around 1 - Variable (Python's While Loop) I'm new to programming and I'm trying my hand at Reeborg's World https://reeborg.ca/reeborg.html problems. However, I've reached a block at Around 1 - Variable.
This is my code right now:
def walk():
if wall_on_right()==True and wall_in_front()==False:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574889",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Peewee ORM inserts blank value for a column I've been trying to use peewee orm to insert values to db for my project, problem is that it inserts a blank value for one of the columns for seemingly no reason, I have a for loop inserting these values and it only ignores the url value, heres my model:
class RawUrl(BaseM... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Python 'ping3' package doesn't show amount of received bytes in response Ping3 library's response doesn't show any information about received package size (= Payload (equals 32 bytes in default windows' ping)).
I already found the TTL value in this library, but don't know how to obtain package size. I've read the do... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-base Hi i want to install numpy version 1.18.1 for my old project which is running in another system but when I am trying to run the requirement for numpy 1.18.1 it is giving error below error . there is no suc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574892",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: bash script - if statement with grep Preface that I am new to bash scripting and attempting to parse a log file and output the info I am looking for into a txt file.
I have got a start to my script, however I am now stuck with a condition statement. I'm not sure grep is the best use case now, perhaps awk or sed.
con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574894",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I allow users to upload multiple images and files in django? I want to create functionality like facebook/twitter for creating a post. I have a url smth like example.com/username/posts/create with the form related to the post model. As you probably know, there is no ability in vanilla ImageField & FileField ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574896",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Qt/Qml VirtualKeyboard, switching language by physical keyboard shortcut in my application i using QtVirtualKeyboard and i have a problem:
When using the virtual keyboard, I cannot use the system keyboard shortcut to switch layouts.
The application will be used on touch screens and in the desktop version. I know tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: error on np.where ValueError: Can only compare identically-labeled Series objects I'm learning Python, I need to rename some files including into a directory. To determine the name, I have an excel file content many information, and some of them will be used.
Excel file:
|...|ID|...|Title
With a path, I crea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Node fetch doesn't run after deploying site I'm new to javascript so I think I might be missing some factor in here.
I made a website that gets data from Airtable and displays it on HTML site.
The code for fetch works fine when I write node ./src/fetch.js in Terminal.
The teokset.js -file gets updated and so does th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574900",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add a search engine into Cargo site builder website? I would like to add a search engine onto a website created on the Cargo site builder site. Basically, I want to be able to search content that is already available on my current website. Does anybody know how to do this?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75574901",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Macbook and iMac Assignment Operator (<-) Shortcut (Option with -) Not Working in RStudio "-" with the "option" key (refers ALT key) had been used as the assignment operator. Since RStudio became POSIT the combination of these buttons not just working in RStudio. But it works in R. When you press this key combinat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to extract results of a student from an Exams results web page? I was trying to extract results from this Exams results page through web scrapping, using Python and beautiful soup library :
https://results.eenadu.net/intermediate-2022/ap-inter-2nd-year-results-2022-general.aspx
Hall ticket no - 2208213075 (for r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to maintain consistent cell height in a div based table I have a div and css responsive table but the cell height is inconsistent i.e. if one cell in a row is two lines in height the row becomes mangled (as can be seen in the photo).
this is my code:
.table {
display: table;
text-align: center;
width: 6... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: EC2 c5.xlarge ASAv instance has no public DNS
My ASAv has 4 network interface:
*
*100.0.1.10 - Outside subnet
*100.0.2.10 - Inside subnet
*100.0.10.50 - Management subnet (Diagnostic)
*100.0.10.100 - Management subnet (Management)
If I assign a public ip to the private subnet it does not happen.
If I assign ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is there a way to host console app and webapi in 1 application My scenario is: I am developing a console app to perform some work and writing "status" to DB, and a REST endpoint to read that "status" from Db. Trying to see possibility if I can do both at same application without blocking each other:
*
*console app... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Triggering folder-specific GH action builds for a monorepo with many lambdas inside of it I understand that I can trigger GitHub actions when changes are made to a specific path, however I'm looking for a way to not only trigger under this condition, but to also customize the build depending on which path activates ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574914",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pandas: group dataframe rows into different clusters I have this dataframe:
df = pd.DataFrame({
'forms_a_cluster': [False, False, True, True, True, False, False, False,
True, True, False, True, True, True, False],
'cluster_number':[False, False, 1, 1, 1, False, False, False,
2, 2, False, 3, 3, 3, False... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574916",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to register custom kmongo codec in kotlin? I want to create custom codec for DateTimePeriod...
open class DateTimePeriodCodec : Codec<DateTimePeriod> {
override fun getEncoderClass(): Class<DateTimePeriod> = DateTimePeriod::class.java
override fun encode(writer: BsonWriter, value: DateTimePeriod, encod... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574917",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I can't build APK from react native project when I import components or screens I'm building an app in react native CLI. When I use Metro for debuging everything works just fine. The moment I try to go to android folder and make release using ./gradlew assembleRelease everything stops working. It will build the APK ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parallax and horizontal scroll react Please tell me how to implement on the react scroll and parallax as on this site, with the help of which libraries?
https://www.studiorhe.com/
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75574920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I perform some stuff every 60 seconds in Python Flask, and then update all user pages? I am currently working on an turn-based online webgame. I want every player to be able to choose a move, and every 60 seconds the chosen moves of all players should get performed simultaneously (if no move is chosen, a def... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to normalize/transform the XML data using xslt I am new to XSLT and Need help in transforming the data to show:
Need to order the skill ascending by Employee ID and show the data like attached screenshot.
If we have 20 skills, all 20 skills should be mapped to employee id.
and also if first 20 chars of skill na... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java HashMap take out keys based on value This is my Hashmap in which the key is a model Payment and value is a String, which is an Error occurred during payment.
Map<Payment, String> mapPaymentWithError = new HashMap<>()
If there are no errors in Payment we are storing String value as null and the key as Payment mo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574924",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ex command line for delete frome specific line to specific line in list.txt bash script I have a list.txt file with a couple of lines like:
this line 1
this line 2
this line 3
this line 4
this line 5
this line 6
I want to delete from line 1 to line 2 with the ex command without using vim editor, I want use the ex c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574929",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: show/hide prstashop products to a visitors depending on thier country visit I want a full module code that can show or hide products for some countries, I have products that I can send to anywhere and some that I can only send to some counties and others I can only send localy.
I tried this but I don't know what I d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HTTP/2 stream was not closed for long User-Agents I am running into this issue. I'm executing curl on a site with different user agents, and I noticed that for some of them, it closed the HTTP request with an error.
This might seem an issue with the length of the user agent but it works with random longer strings.
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I fix variable levels for a logistic regression in R I'm currently working on a dataset for fractures in an OAI dataset. We have 32 columns for variables that are categorical for fractures in different locations in the body. They are either "0", "1", or they are blank "".
Therefore, I'm trying to run a logis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75574934",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |