text string | meta dict |
|---|---|
Q: shinydashboard and airquality dataset I'm trying to create a dashboard for the airquality dataset with brushing capability in shinydashboard, but I keep getting "Error: need finite 'xlim' values". I can't figure out why as I went step by step from my text book. Can anyone advise? Below is my code...
library(shin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to sum every property from a variable length edge I have a graph that has vertices as cities and it also has edges that connect each city. These edges contain a property called travelTime that represents the time to got from one city to another.
SELECT * FROM cypher('Saxeburg', $$
MATCH (v1)-[e]->(v2) RETURN v1.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632692",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: get value of field from an embedded pdf I want to edit and update a PDF file in a browser window and then get the values of the updates and save them to sql.
I have embedded a PDF file into a ASP.Net page (has MasterPage). I have 2 different ways of embedding the object. (Embedding is not the issue).
<iframe runat="... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632694",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Exposing my local server to connect through RDP I have router one and router two.
My router one (192.168.8.1) is the one I receive internet from, I connected this router to router two through one cable (RJ45).
On router two (192.168.1.1) I have my local server (192.168.1.137) through another ethernet cable
I would l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: log format PyCharm Ideolog I'm want to specify a log format for PyCharm Ideolog plugin and I'm not sure how.
I found this Custom-Log-Formats but I still don't understand how I'm supposed to specify my logs format
this is the structure of my log:
"%(levelname)s | %(asctime)s | %(processName)s | %(threadName)s | %(mes... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632702",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: react-csv-downloader: how to download a column that has array-values into single column? I am using npm react-csv-downloader to download csv file. If a column has value as an array, when I open the file it will show into multiple columns.
Is there any way to put their into one column (by changing delimiter between i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632703",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a term for the set of all connected source-sink pairs in an directed acyclic graph? I have a very large directed acyclic graph that is composed of connected smaller DAGs. It takes a long time to grind through the larger graph for an analysis that tries to find:
*
*all of the connected sinks for a source
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632705",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Possible unbalanced tuple unpacking with sequence in scipy optimization curve_fit I got error from pylint from my code. I don't know how to fix that. can you please help me?
The code is here:
import numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import curve_fit
# Define the two points
x1, y1 = 4, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632706",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to make a lexer using Beautiful Racket I am new to Racket and I am trying to tokenize a grammar using the Beautiful Racket library. I have defined the grammar in a separate file and it seems to be completely fine. I have also created a parser that uses the 'parse-to-datum' procedure in Beautiful Racket, which... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Drawing rounded rectangle progress bar, start/end at 315° I have a rounded rectangular progress bar via a UIBezierPath and CAShapeLayer. The progress stroke animated currently draws 360 degrees clockwise beginning from top center.
My current setup has the stroke starting at 315 degrees, but ends at top center, and a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632710",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Assistance with REG EXP to match 5 digit number followed by undefined amount of text i.e 99999 AAA AAA etc I am trying to create a simple regexp in JS and no matter how many times I try I can't seem to get it to work.
Using JS in AEM Designer
I am looking for the regexp to compare a user entry that:
*
*must start ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632713",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Casting empty strings to null to integer in a pandas dataframe, to load into a SQL database I extracted a table from google sheets and loaded into a pandas dataframe using pygsheets.
Turned all columns to string to make cleaning easier with:
stringifieddf = df.astype('string')
There are a couple of columns to be con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632714",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to loop and reverse react-native animation In my expo app have an image that i want to use for a loading animation. The animation i want to achieve is an infinite loop of scaling the image bigger, smaller, bigger etc. like a "pulse". I am using react native animation.
I have tried to loop two animations ( one fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632716",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Formsets are returning as valid=False and not saving I'm trying to create a form that allows teachers to create lessons, which are linked to multiple activities (ManyToMany), which are in turn linked to many Items (ForeignKey). As such, I am using formsets for activities and items. However, activity_formset is comin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Azure WebJob QueueTrigger message processing works in case of distributed instances Azure WebJob (created using Azure WebJob SDK) with QueueTrigger is configured to process messages added to 'queue1'.
https://learn.microsoft.com/en-us/azure/app-service/webjobs-sdk-get-started
This webjob will have multiple ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Chart Diagram Changing Heights When Display Toggled So basically I have 3 diagrams that represent a users spending per month. Using a select onChange handler the diagram for the selected will show and the others will be hidden. The first (default selected) diagram will be perfect height, however the other two... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632722",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Scrape a webpage and put into a table form using Rvest I am trying to test scraping card grades and putting into columns of each grade from this page:
https://www.psacard.com/pop/basketball-cards/1986/fleer/36766
The only way I can pick anything up is with this code but I've tried html_table() as well and it doesn't... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632724",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQLAlchemy Mapper Events don't get triggered I can't get Mapper Events to trigger in SqlAlchemy 2.0
tl;dr: I am able to perform operations but events never trigger.
Below is the example they have in their docs:
def my_before_insert_listener(mapper, connection, target):
# execute a stored procedure upon INSERT,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Intro.js Issue where intro.js is not firing I've added the intro.js and introjs.css file and followed the instructions for installation. When I click the Start link at the top of my site, nothing happens.
I've added an alert popup so I know the helpme section is getting called, but I can't figure out why intro.js is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Setting variable to output of awk function I have defined an awk function dgrul that returns a string.
I have a variable which I want to set to the output of the function dgrul. How can I do this?
Here is the function
function dgrul(categr, rl)
{
if ( ! categr ) { categr = "POSIX" }
rl="[[:digit:]]"
retu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632734",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: xcode - making strings localizable through script I've been using the xcodeproj gem to automate some of the work that I need to do. Part of it is adding files to xcode projects. I've gotten the references to add but I noticed that the string files I'm adding are not marked as localized but they are placed in an en.l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632735",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: Building a Client for a Large Private undocumented API, How to best structure, document, and cache? I'm trying to build a client / interface for a large private and undocumented API, it exclusively takes and returns pretty verbose JSON, it also has a "HyperMedia" definition section returned on some calls tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632738",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to address server response result in react I am trying to Fetch User data from my server from a react application.
The login works fine and I can see the response object in the browser, including the access token.
The response.json returned by this function
const handleLogin = async () => {
try {
const... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dummy camera clears the depth buffer I have a camera set up to blit a texture to the screen. The camera is set to Don't Clear and has nothing in the Culling Mask.
The blit is done with a basic unlit shader with ZWrite Off and ZTest Always. The texture to be blitted is mainly completely transparent.
There are 2 probl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632743",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Matlab plot for a set of rectangles with fixed positions and with different colors I want to plot a set of rectangles in a row with fixed positions having different RGB colors on one plot. Do someone have an idea on how I can go about this?
I tried doing the above but it would not work.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75632744",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why is ghidra assigning main to a local variable? I'm playing a CTF, while looking into the disassembly of a binary file I can't get my head arround this two instructions
local_28 = main;
00101251 48 89 45 e0 MOV qword ptr [RBP + local_28],RAX=>main
and
global_var = globalvar;
MOV dword ptr [RBP +... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632749",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Optimizing a summation of a series (using loops and recursion) (answered in comments) I need to do a summation of series that works as follows: 1+2+3+4+5+.....+n
where 'n' follows this range: ( 1 ≤ N ≤ 10^9 )
The 1 rule I have to follow is that it should never take too long as I shove my code into a testing site th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Regex (?J) mode modifier in Python Regex or equival ability for named capture group from different patterns I am trying to capture from two different pattern sequences using a named capture group. This SO question solves the problem in PCRE using the mode modifier (?J), and this SO question solves a related problem ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to encode json with ISO-8859-1 in java aplication? I'm using curl to get the content of my Shopify store in a java application:
curl --ssl-no-revoke -sb -X GET "myshopiy_url" -H "X-Shopify-Access-Token: token" -H "Accept: application/json;charset=ISO-8859-1"
I have tried many alternatives:
String destination_na... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to read Simplified Mandarin Chinese characters From text file and save mp3 file using say command on Mac I am using Javascript. I have little experience with JavaScript and this is my first time trying to write a script. The Chinese text is not properly read in using this method. For example "他是一位非常著名的演员" get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632760",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using collisions to prevent player character going through obstacle in pygame. What am I doing wrong? At the moment, I am just trying to create the basic mechanics for what will become a endless 2D platformer because I am relatively inexperienced with pygame and need something unoriginal and simple to learn from. On... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Invalid resource name characters when downloading blob file with Azure Functions-App I´m trying to download a file from Azure blob storage to to Azure Functions-App temp folder with python.
blobClient = BlobClient.from_connection_string(
conn_str = os.getenv('CONNECTION_STRING'),
container_name = 'data',
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to read audio data (.wav) from azure blob storage using pyspark Hello fellow stackoverflowers.
I am having a problem with reading audio data from blob storage using pyspark. I am using databricks in my example.
I have gotten to this solution, that reads the data as raw binaries, but it seems that this solution i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632764",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Cannot connect to mysql database on firebase functions but can locally I have a mysql db (which runs on gcps mysql instance). When I run the following code, I can connect to my database, however, when i deploy my code I cannot
Here is the code for reference - I am assuming it is some configuration issue. For referen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Would log rolling and compaction delete all events for a finished job? Our use case is:
*
*We spin up an AWS EMR cluster, run a Spark job, and destroy the cluster.
*We had been using AWS's own Persistent Spark History Server to look at the Spark history but with very large application event logs, it can't display... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I create one dev container in VS Code and use it for multiple projects? I find myself working on a multitude of projects in VS Code, each with separate codebases in their own repositories, for which I want to use similar / identical Dev Containers.
For example, several Python + Ansible projects where I want a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to sum a row from a table to a row to another table? - SQL I have 2 tables made like so:
NickName
Points
Player 1
15
Player 2
8
NickName
Points
Player 1
33
Player 2
22
and I need to get this table:
NickName
Points
Player 1
48
Player 2
30
is it possible to do su... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632771",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Matplotlib Save Figures Write Over Each Other I have two functions that create saved graphs, but the second graph always has the first graph laid over it - here is the code to reproduce the problem. In this case graph.png will be a combination of dendo.png and what was supposed to be graph.png by itself. Is this j... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use MethodChannel from an Isolate without plugin Is it possible to call a native function using MethodChannel from an Isolate? The documentation only shows how to adapt the native code in the case of plugins. However, I'm using MethodChannel as described in the page linked above, without creating a plugin.
Code in F... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632775",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calling function from right parent class with multiple inheritance in Python I have two classes A and B and both have a method get_type() that returns a string and which is called in the __init__() of both classes to set an instance attribute self.type. Now there's a child class that inherits from both A and B and i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: add text only if the inputs are filled hi there can someone help with adding text only if the input is filled
document.fdfdgetElegmentById("sku").innerHTML = localStorage.getItem("txtValue");
document.getElementById("fname").innerHTML = localStorage.getItem("txtValue1");
document.getElementById("price").innerHTML =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Cloudformation AllowedPattern - Can't figure out the format I'm trying to deploy an appliance from the AWS Marketplace and one of the configuration options the template is asking for is a
"Trusted Network CIDR (required)
Allow all traffic (including TCP port 22 and 4444) from this CIDR on the public network interfac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632780",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Laravel using rest api source for both mobile and browser with authorization I have an rest api that, depending on whether the user is authorized or not, issues different products /api/products. This api for a mobile application, I carry out authorization through a bearer token with Sanctum. To process requests from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632784",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter Listview Builder SwitchListTile flags - Allow One Switch flag at a time to be set to true Using Flutter, I created an input box with Add and Remove buttons. Using a ListView Builder, clicking Add button adds a new row with a SwitchListTile. I can add multiple rows. Right now, I can set the switch flag to tru... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: git larger file not pushing to repo I am doing an ai project wrote details to a json file
came into this error
**remote: error: See http://git.io/iEPt8g for more information.
remote: error: File data.json is 113.59 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: GH001: Large files detected. You... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bash: Converting Filename 0 - FILENAME.mkv to FILENAME.mkv? I'm trying to convert a few files of the form 0 - FILENAME.mkv to FILENAME.mkv, but I'm doing something subtly wrong. This subroutine is in the .bashrc file in my home folder on my Manjaro OS computer. Whenever I update it, the shell it gets executed from d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React projects works fine in local host, but is blank in gh-pages I am working on a react project that worked but would not start from the right page. To fix that, I decided to rename a react component with the same name as the gh repo of the project. That was the Notebook(now Note). Initially, gh-pages would start ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: com.google.api.gax.rpc.DeadlineExceededException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED while using spring-cloud-gcp-starter-secretmanager Receiving this error while using secrets from GCP secret manager. It works fine when the service is deployed in cloud. But running on local machine throws DEADLINE_EX... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to avoid raise TimeoutException(message, screen, stacktrace) in selenium? I am new to python/selenium and i try to do a webscrapper.I am trying to get the names of the teams out of this. This is the code I am using:
url_getsbet = 'https://online.getsbet.ro/sports'
driver = webdriver.Chrome()
driver.get(url_ge... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Having trouble creating a TypeScript function called lineBlur3p. Any help is greatly appreciated The main goal of the function lineBlur3p is:
The function should modify the image, only for any pixels having y-coordinate equal to lineNo. The new value of each color channel is computed as a weighted sum of the origina... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: k8s pod-pod communication only on same node Apologies if this question has been asked before.
We have a daemonset which contains a container x listening on a port y.
Any container in the same daemonset pod can directly access the container x using localhost.
The networking we need is that : a given pod on the same n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is there is a way to view an image/jpeg response in ImageView I am calling a GET api and it returns a string of image/jpeg contentType, I am using urlConnection to proceed the request.
How to display the response in an ImageView ?
GET https://httpbin.org/image/jpeg
It returns weird string.
I have tried to save the r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632815",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: COM problem when i run my flask code on IIS when using docx to pdf conversion I have a flask app that contains a function to create a docx document then converts it to pdf, when i run the code on my local machine everything works fine and the pdf document is created but when i host the app on IIS on deployment machi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Setting up different package logs using Log4j in Tomcat 10 and OpenJDK14 I am trying to set up my Tomcat 10 (OpenJDK 14.0.2) to create different log files (one for each of my webapps). I've tried multiple log4j.properties files and configurations and have been unable to get this running.
This is my current logging.p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure B2C Python SDK - Failing to access resource with "Access Token missing or malformed." I am attempting to leverage the Azure Python SDK using the GraphRBAC APIs to talk to my Azure B2C/AD users and roles.
I can use direct REST calls to get properly configured access tokens and call endpoints like this:
token_ur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My Minecraft Server won't let other people join? I made a Minecraft server by going to this link https://www.minecraft.net/en-us/download/server and ran the prompt it said in the cmd on windows and the server looks like its running on my end and I can connect when I'm on the same internet as the server but my friend... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: would this be a more efficient method to do object detection, it calls for 2 networks a basic shapes network and a classification network? Identifying basic shapes and corners is an important task in object detection, as it provides a foundation for higher-level object recognition. One approach to achieving this is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: The argument type 'Dialog' can't be assigned to the parameter type 'Widget Function(BuildContext)' I am trying to display a Form Widget 2ithin a Dialog as following:
onPressed: () async {
switch (currentScreen.toString()) {
case 'OverviewScreen':
() => showDialog(
context: context,
bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632823",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to indicate end of STOR ftp I'm programming a FTP client with Lua, and due to some limitations, I can only use sockets to connect to the FTP server (I can't use any specific library). When the file is fully sent, my program closes the data socket, but then I get an error on the FTP server: [ERROR] recv: connecti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I test an end point with certificate and key file using Java program? Ex: curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $BRR_TOKEN" -d "@ApplicationPojoInput.json" "https://hostname/"
Have not tried.
Tried using curl command and it worked
A: You can achieve it in many ways in Ja... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632832",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I see the error that is causing an ECS deployment to fail? I'm following a tutorial to create an ECS cluster, and the ECSService is stuck in CREATE_IN_PROGRESS under CloudFormation > Stacks > {stack name}
It looks like something is failing under Amazon Elastic Container Service > Clusters > {my cluster} > Se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What SSL Cert to install in dotnet Kestrel host in non dev environment Currently in AWS Cloud, we have the HTTPS-SSL terminated at the ALB, I am trying to Forward the HTTS SSL/TLS till the Container.
I can configure the SSL at the Start up
builder.WebHost.ConfigureKestrel(options =>
{
options.Li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: multipart/form-data message for file? Trying to send a multi part message. Below is the code is what I am using. Then notice what is received at the server. The first is sent from Python code and works the second is from the VB code. What do I need to do to the payload to get the VB code to send the same data as... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why should I use Cloud Composer? We recently started using Cloud Composer for our data engineering pipelines. For even a small environment that autoscales from 1 to 3 (in fact using just 1 worker most of the time), it's quite expensive at ~$350/month. We don't currently have many DAGs running and each dag runs just ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632844",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can i use the RandomRange in assembly language here is my code
INCLUDE Irvine32.inc
.data
prompt1 BYTE "Enter the highest number: ",0
prompt2 BYTE "Enter the lowest number: ",0
highestNum DWORD ?
lowestNum DWORD ?
answer DWORD ?
.CODE
main PROC
CALL RandomNum
EXIT
main... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to call KeyDB's EXPIREMEMBER method from PHP I am working on replacing Redis with KeyDB in my application, in order to utilise the KeyDB EXPIREMEMBER feature. However, this method is not included with PHPRedis.
Is there a KeyDB drop-in replacement for PHPRedis that adds this? Alternatively, is there a means in P... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Get a fuctionnal jar with jlink I am working on a JAVA project with ECLIPSE.
I would like to use XSLT3.
For that, I need to import a package called SAXON.HE.jar
My Java Version is 14.
When I use jdeps to get the SAXON.HE.jar dependencies, I get :
net.sf.saxon.trans -> org.apache.xml.resolver **not found**
ne... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632855",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Update a section of a web page with a JSON object without updating the entire page using Node.js and Express I'm using Node.js and Express along with a Chrome Browser. I'm displaying a web page that contains a table with 7 columns that is empty and a number of buttons below the table to perform different actions.
Pr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Add columns to a new level in multiindex dataframe My dataframe looks like this:
data = {
'WholesalerID': {0: 121, 1: 121, 2: 42, 3: 42, 4: 54, 5: 43, 6: 432, 7: 4245, 8: 4245, 9: 4245, 10: 457},
'Brand': {0: 'Vans', 1: 'Nike', 2: 'Nike', 3: 'Vans',4: 'Vans', 5: 'Nike', 6: 'Puma', 7: 'Vans', 8: 'Nike', 9: 'Puma', ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Firebird query with 2 aliases returns empty dataset I have the following tables in my database:
3 master tables, 1 detail table and 1 table for "1 to many" relation.
3 master tables are:
Employees: id, first_name, last_name
Positions: id, name, abbr
regions: id, name
and
r_employees_positions: id, employee_id, posit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632859",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Undefined reference to gluPerspective() when building GLUT project with CMake? I am currently working on rendering 3D objects using the GLUT utilities in OpenGL. I am doing this on a Linux operating system, and are using CMake to compile the code. Every time I go to compile the code I get an 'undefined reference' er... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632862",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to install Realm in build.gradle in android studio I want to install Realm in android studio for a java project, and It hasnt being sucessfull.
I was expecting
buildscript {
repositories {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
}
}
allpr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: express middleware switching apollo server middlewares Current implementation resolves requests to clients with an Apollo Server instance, I'm wondering If It's possible to intercept the request and check for a slug to respond with different Apollo Server instance based in that slug:
//- current implementation
const... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: insert an image to a database with javafx I havee problem i don't know how to save image into database using java and scenebuilder javafx
@FXML
private void AjouterImage(ActionEvent event) {
FileChooser open = new FileChooser();
Stage stage =(Stage)main.getScene().getWindow();
File file = open.showOpen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Wait Value = numbervalue that i named Speed (i am doing this in Roblox Studio) So i am making scripts and right now i am making duplicate scripts with different wait times Just to make different speeds.
(What i need to know)
So to do wait it is wait() and you put values in the () but i want them to change and i have... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632867",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Additional metadata in TLS client hello If I want to add some custom metadata during a TLS handshake, that would be sent from a client to a server during the 'Client hello' part of the protocol, how can this be done without impacting the integrity of the protocol?
I would like to add metadata in the form of a UUID t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: area-required-children accessibility bug on Fluent UI Details List I have a list using FluentUI created:
<DetailsList
items={this.props.jobs}
columns={this._columns}
setKey="set"
layoutMode={DetailsListLayoutMode.justified}
selectionPreservedO... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632872",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: having a hard time on 403 GET MESSAGE in vscdoe jupyer notebook I ran the jupyter notebook server in the AWS-EC2 environment and remotely accessed the jupyter notebook from the local pc with vscode. Notebook works fine. The problem is that even if the connection is terminated, these log messages keep coming from the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Inconsistent breakpoint exceptions during debugger attachment on freshly created process (Windows) While creating a suspended process and attaching a debugger to it, sometimes 2 breakpoint exceptions are captured in the debug loop, and sometimes only 1.
Code example (in this case I'm using notepad.exe as a debug tar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632876",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Jenkins version 2.375.3. failed to start after "yum upgrade -y" Here is the exceptions:
`
java.lang.ClassCastException: class java.lang.Integer cannot be cast to class hudson.slaves.NodeProperty (java.lang.Integer is in module java.base of loader 'bootstrap'; hudson.slaves.NodeProperty is in unnamed module of loader... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632878",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Message sent without sound (silently) in Pyrogram — how to determine? The is no flag/attribute in Pyrogram if the message was sent silently.
How to get it for incoming message?
Official Telegram Api: https://core.telegram.org/constructor/messageService
Tried to check all documentation, git repo an issues, but didn't... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632879",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django duplicate tables with multiple databases I have multiple databases one is sqlite and the others in postgresql using one app, when i migrate bases 'using routers' all the tables in models.py gets created in all the bases including sqlite or nothing if i added return false to the allow_migrate function.
how to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Working AWS lambda functions and layers with Intellisense in VSCode I am deploying a couple of lambdas with layers using cdk and Python3.9.
I have a a folder structure like this below
lambda_funcs/_layers/common_layer.py
lambda_funcs/creditor_checks/internal_checks/index.py
lambda_funcs/creditor_checks/external_chec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am trying to write a function in assembler that counts by 3 to count from 1 to rcx by 3, with a max of 20 For example, if the parameter is 20 the loop should count 1, 4, 7, 10, 13, 16, 19, and then end. What I have written so far will count properly, but It will not stop at 20.
.globl __Z5counti
__Z5counti:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632886",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Torch error running YOLOv5 on Jetson Nano I am trying to run YOLOv5 with the Jetson Nano (Ubuntu 20.04 and Python 3.8) gpu. I have setup YOLOv5 with these commands
git clone https://github.com/ultralytics/yolov5
cd yolov5
pip install -r requirements.txt
I then attempted to run the detect.py file (that uses the base... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632892",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Finding merge sort complexity algebraically In one of my lecture slides I have been shown a way to prove the time complexity of merge sort algebraically. However, when I follow through this method I produce the wrong result. Here are some images to illustrate their method.
When I follow this algorithm, when I get ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: linker not finding shared lapack and blas, but I am pointing right to it I am trying to build a .so that dynamically links against lapack and blas at runtime. When building, the linker complains that it cannot find lapack and blas, but I am pointing right to them (I think). What else might I be missing?
I am on a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I clone a Git repository within a Jenkins DSL job to get and use configuration files before the DSL creates the child jobs? I'm working on a project with one repository containing configuration data, and another separate repository housing a Jenkins DSL script.
I would like to use one of the files in the con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632899",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Kotlin incompatibility: The binary version of its metadata is 1.8.0, expected version is 1.6.0 I've been trying to upgrade my project's gradle from v7.3.3 to v8.0.2, and in the process I've been seeing the following error as I attempt to clean the project:
/Users/johndoe/.gradle/caches/8.0.2/generated-gradle-jars/gr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632904",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I change size of a 'uncommitted changes' region of view in vs code?
It is my first time to see this view and I want to resize it..
I looked for a slider control near the view but I couldn't find it.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75632905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to select elements from a list as a range of names to build a new list? I have a list of spec_list. I would like to get a new list by keeping elements from AE:SUPPCM. How can I do that?
I can do lst2 <- spec_list[c('AE', 'SUPPAE', 'CM',' SUPPCM')], but can I do this using AE:SUPPCM instead of listing the names o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: ModuleNotFoundError: No module named 'pip._internal.utils.temp_dir' Problem I was trying to code an app in python, then i tried to install the 'kivy' package so i could build the app, but this error shows to me. I deleted all the files from 'temp' dir, but i didn't managed it would affect python. Now i'm stuck and c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632909",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting date values from a list column and placing them into new columns I have a dataframe that includes a column ABDAT that contains a list. The number of elements in ABDAT is variable. Most of the elements in ABDAT are NaT values. There is upto three valid dates in ABDAT. If ABDAT has one date I would like... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Recrusive Function without breaking each other value How to make a work recrusive function.
So I want to make a recursive function when entering the N th term it will output the N th row. like this below :
S = 1 - 3 + 5 - 7 + 9 - 11 + ... + (2 x i-1) x (-1)^(i-1)
S = -1/2 - 1/4 - 1/6 + 1/8 - ... - ... - ... + ...
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632914",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: Why should you use a POST request to access GraphQL endpoints using fetch or axios? Is there a reason why the request to GraphQL endpoints through Javascript libraries like fetch or axios is passed as a POST request?
Technically we are just getting data from the server, so it must be a GET request. But in all the ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can we get R6 class name from inside the class? I need to get the name of the R6 class variable from inside the class.
Can I do that? - like in example below:
Simple <- R6Class( "Simple",
public = list(
myname = NA,
dt = NA,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Jest tests pass locally, but fail on bitbucket pipeline I have errors that I make in code:
export class UnprocessableException extends Error {
constructor(message: string) {
super(responseStatus.UNPROCESSABLE, message);
}
}
I then test them in jest tests like:
try {
....
} catch (e) {
expect... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Removing (or changing) a user from a docker image I am trying to make user of aquasec/tfsec in a Jenkins build and it seems that they have already created a user tfsec as a non-privileged user occupying ID 1000
This is a problem because, Jenkins jobs like to run under that ID and, from my recent experiences running ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632927",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why My Stencil count button doesn't refresh the page? I'm new in Stencil.js, but I have experience with React. My first ejercise in Stencil doesn't work. I tried to make a simple count buttom. The result is that:
enter image description here
The var contador is NaN and the number 0 is always 0.
Code Component:
impor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to connect from local window to aws linux mysql I have a question about connecting mysql from local windows to aws linux.
I am using 3 machines.
first : Mac
second : Windows (Mac is being used remotely)
third : AWS linux
I want to insert data into mysql on aws linux from linux and windows.
The code uses Python a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75632933",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |