text string | meta dict |
|---|---|
Q: Android/React Native crashing with react-native-ble-manager on one phone, but not other So I'm running into an issue where I am getting an app crashing on one phone (Pixel 6 Android 13), but not an Android 11 phone when running BLEManager.scan.
Here are the permissions being used:
<uses-permission android:name="andr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: To know which dependencies and libraries a project has in an automatic way I would like to know if there is an automatic way to know which dependencies a development project has independently of the programming language and the operating system.
If not, what is the solution to know what dependencies and libraries a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Update nested property of object in an array I have an object that looks like this:
data: {
users: [
{
id: "someString",
liquidityPositions: [
{
balance: "someString",
pair: {
id: "someString",
reserve0: "someString",
reserve1: "someSt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578423",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Open a folder through a link from the pdf I have a pdf file generated from HTML through Html2pdf and a pdf and other folders get downloaded through a button click. In the pdf, I'm trying to have a link to open one of the sibling folders of the pdf with a relative path.
<a href="file:///./sibling_folder/subfolder/">O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578427",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Container can not connect to postgres db container I have 2 dockerized microserices which connect to postres container, but first container connects correctly, second fails.
This is properties of order-service(which connects correctly):
spring.datasource.url=jdbc:postgresql://postgres:5431/order-service
spring.datas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cloud Function using Terraform with Java11 environment is failing Althought Cloud Function is created, I am getting bellow error:
Deployment failure:
Build failed: function has neither pom.xml nor already-built jar file; directory has these entries: .googlebuild, META-INF, functions; Error ID: XXXX
I am trying to cr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578430",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: QuickFixJ - Real time messages between back end and front end I am using quickfixJ library to communicate with a trading system using FIX protocol. The back end layer inserts the market information into a database and communicates with the front end via REST APIs. However, the market updates are not real time. What ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578432",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I remove a one to many relationship on AWS Amplify I have a 1-n relationship between the Team model and the League model on my AWS Amplify Datastore that I'm using on a React Native application.
When I want to create a connection between a Team and a League, I update the (optional) leagueID field of the team... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578436",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Shopistan's API Documentation I am unable to find the documentation of shopistan's API. I am trying to call below endpoint to get it's response
GET https://oeprocessing.shopistan.pk/orders/order-id/ivrverify
I get the following error
Requested Resources not allowed
This endpoint requires Authorization header and c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why am I getting an error here(@line 15)? Even though I am using inbuilt method of array? code
I tried findIndexOf(days,day)
but,that's also fetching an error.
then,finally I resorted to the way I done it below.
succesful execution
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75578439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-9"
} |
Q: Why does this batch file always loop back to :main? I run this script, it works fine, but where its supposed to exit it just goes to :main. I think it might have something to do with the last else statement.
:kairotag
@echo off
cls
setlocal
set line=----------------------------
echo %line%
echo MADE BY KAIR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578440",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Minified React error #31 with sharepoint online using React + redux tookit Getting error when getting the state from store.
Minified Error when building the project
Typescript version: 4.2.4
SPFX version: 1.14
@reduxjs/toolkit": "^1.9.3"
@types/react-redux": "^7.1.25"
react-redux": "^8.0.5"
redux": "^4.2.1"
redux-th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578442",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flask error or 404 query resulting in SQL error I'm trying to clean up some of my Flask code. I have this line which works:
user = User.query.filter_by(username=username).first()
But my preference is to use this so I can throw a 404. However whilst the above code works, this gives me an error:
user = User.query.get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Magic-regexp - Angular - WDS errors while compiling and TS errors Is this library compatible with Angular CLI: 9.1.15 and Node: 14.21.2?
As soon as I import "createRegExp" from 'magic-regexp' inside one component, I get "WDS errors while compiling" and other TS errors (i.e. "client:159 node_modules/magic-regexp/di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578447",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to set the directory where the script is in in to working directory? I want to import multiple files which will always be in the same directory as the script itself. But the script might be copied and pasted to somewhere else. I know how to set and change the working directory but I don't know how to set the wor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: react native - firebase auth, sending reset password removes google sign-in method sending a password reset mail to user and resetting password from the link actually REMOVES Google Sign-in method if user has it connected, im using react-native-firebase/auth module for authentication actions.
But the real problem is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trouble with selecting node with querySelector using data attribute values I have 9 divs in my html like so:
<div class="game-cell" data-row="1" data-column="1"></div>
<div class="game-cell" data-row="1" data-column="2"></div>
<div class="game-cell" data-row="1" data-column="3"></div>
<div class="gam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: problem with if statements inside for loops in vanilla javascript; I'm having trouble with the things in the title. It keeps saying that the else statement is an unexpected token, which is really weird.
I wanted the code to: each time there is a similarity between the values, increase the number if the count variabl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Div automatically converts into tag in trumbowyg editor I'm using trumbowyg html editor, in this editor I've entered some HTML content in the code section but after adding the HTML the <div> tags are automatically converted into <p> tags.
How can I prevent/disable this behavior?
A: I tried using this Text Editor a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578458",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: How to Connect Rest API Tool with Existing Web Domain i can still not wrap my head around it. I have a Domain linked to a LINUX VM. This Linux VM I can reach via SSH or a PLESK Service.
On the other side i have a REST API Tool written with DotNET Components which i can already reach on localhost via CURL on that Se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Converting CommonJs to ES Modules? How can I write this snippet in es6 instead of CommonJs (without using require)?
let buildConfig = require(path.join(configDir, BUILD_JSON));
if (!buildConfig.name) {
buildConfig.name = path.parse(configDir).name;
}
if (buildConfig.baseUrl.slice(-1) !== "/") {
buildConfig.base... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578461",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Message of "Woops! Something went wrong. Please try again." when creating new users in Strapi I am trying to create a new user for a Strapi aplication. I was sending a POST request form Postman and I was getting an error. So, after seeing this, I tried doing it from the Strapi interface at http://localhost:1337/admi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578463",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AWS ElasticBeanStalk monitoring with custom metrics I am using AWS ElasticBeanStalk with immutable deployment policy.
I use custom metrics to monitor disk usage for instances.
But everytime when I use deploy new version of app new instances are deploying.
Is it possible deploy new dashboard for disk monitoring with ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Wildfly is not recognizing variable environments for multi environment spring boot application I'm building a spring boot application that is using multiple environments. I created an application property file for each environment. When runnig the application using mvn spring-boot:run -Dspring-boot.run.profiles="liv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Json Decode dont show romanian caracters and show only ? simbol i get from database a json data.
data contain a romanian simbols like a ĂÎȘȚÂ
and i use code
`
$sql = "SELECT data FROM form_submission";
$result = $conn->query($sql);
// Check if there is any data
if ($result->num_rows > 0) {
// Set the character e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578468",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Module coverage doesn`t report views.py in django project I`m using pytest and install coverage to understand the percentage of coverage.
Now I have such tests:
User = get_user_model()
client = APIClient(HTTP_HOST='localhost')
@pytest.mark.django_db
def test_user_signup(payload_fixture):
payload_fixture['pass... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578471",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: having trouble using indexed db I've been using indexed db since yesterday, but I haven't solved this problem for over a day.
I tried the codes while looking at the links below, but it didn't work.
https://www.npmjs.com/package/idb/v/3.0.0?activeTab=readme
https://github.com/jakearchibald/idb
function(boardNo){
co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Removing cache results using executor service I want to create an API which is used to clear cache results asynchronously. For this, I am thinking to use executor service but unable to understand its implementation. Please help me with the code execution.
I tried using redis bridge clearing cache redisBridge.del(key... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HOw to fix a security alert in Go In one of my projects, saved in Github, I have a security alert on a certain package, namely golang.org/x/text.
If I look into my go.mod file I see I am not importing directly that package and I deduce that some other module must use it.
If I look into the go.sum file I actually see... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Steps to take to make a number "beauty" in python I was given a number N, I can customize it, for example: 156, I can increase or decrease each digit in the number, like 1 in 156 increase 1 became 256 or 6 in 256 increases twice became 158.
And a "beautiful" number is a number consists of only 3 or 7, and 7 cannot s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Not updating values automatically I am new to macros and please help me solve the below issue.
I have the below macro for the macro enabled workbook, in this I am returning the sum of values being entered to the column from F15 to cell H9 but its not getting updated.
the same i have done for the column B for count o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578479",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Помогите с моим плпгином Wp Woocommerce Всем привет. Я пишу плагин и мне нужно получать категорию товара по имени этой категории или по какой-то опции которую может получить обычный пользователь.
$args = array(
'post_type' => 'product',
'post_status' => 'publish',
'tax_query' => array(
array(
... | {
"language": "ru",
"url": "https://stackoverflow.com/questions/75578481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to create nested columns in React Bootstrap Table I am using react bootstrap table here
You can see the working code here
I wanted to created a table which looks like this .
My data looks like this
const data = [
{
rollId: 1,
name:"Momo",
marks: {
maths: 30,
eng... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to increase the efficiency of edge detection to count the number of rocks of different sizes on a conveyor belt Problem Statement:
I need to write a code to most closely approximate the number of rocks that fall within a speficied size range. (Eg 30-40mm, 40-50mm, 50-60mm, 60mm+)
I have written a code to do the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578483",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove the time from the date object in node and mongodb I am trying to apply the filter based on date in aggregation pipeline of mongo. See the aggregation pipeline below :
var projectQry = [
{
$match: {
"prmid": userId
}
},
{
"$unwind": {
path : ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578484",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: CSS flexbox layout issue: aligning and stacking two blocks with image and links I'm struggling with aligning and stacking two blocks containing images and links in a responsive layout. I've prepared two demo variants, but neither of them works as expected, and I'm running out of ideas.
Here's what I'm trying to achi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to retrieve only the labels? Is there a query to retrieve only the labels for nodes and edges from a graph in a database? I know a query to retrieve the data information for nodes and edges from a graph, but it retrieves all the information. I'm wondering if there is a query to retrieve only the label informatio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578489",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Merge multiple *.cov files into a single *.cov file so can perform a patch-coverage in phpcov I would like to merge multiple .cov files generated using live code coverage added to my front controller(index.php) in my laravel project so i may generate patch coverage for the project
The issue is i only seem to be able... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578498",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to save firmware file selected from document picker in swift I am trying to upgrade the radar using a firmware file. I am selecting a firmware file using a document picker and saving its path to a singleton class variable. But the problem is when I go to the background and return it shows that the file does not ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578500",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ALSA PCM Device configuration I am working on Linux ALSA. In my alsa.conf configured as file:
defaults.pcm.card 0
defaults.pcm.device 0
This card and deviece (0,0) refers to NVIDIA sound card HDMI out and I never used normally. In addition, when I use aplay with hw:0,0 option, I never have heared any sound. This is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Please tell me the code that connects the cut parts of the egg part naturally
After filming the egg with a camera, I checked the egg with the coordinates obtained through image processing. Is there any way to connect the broken part naturally?
This is the image from the code below.
x = c[:,0,0]
y = c[:,0,1]
# fit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578504",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Using selenium to select an SVG element, but cannot find it Been looking at some of the previous stackoverflow responses on using Selenium to select an SVG element, in my situation it would be a gym spot (sample URL included): https://www.barrys.com/schedule/castro/?_mt=%2Fschedule%2Fdaily%2F9627%3FactiveDate%3D2023... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578507",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In cypress-Bdd-POM framework can wrap elements as below and in cypress do we need it or not ..as in selenium Here the code I wrapped like we create functions in selenium for basePage or selenium driver functions. But since it one liner will it help in code management and is it right way?
static isElementVisible (loc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578509",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python Passanger error while deploying via cPanel I created an app using Django, and using this instruction wanted to deploy it, but the following error shown when loading the page.
Stdout and stderr output Error: enterLve() failed: Failed to enter namespace for user *** UID 1001 errno 22 cause Invalid argument
Usin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Text on Image coming separate I am working on an HTML email template which includes an image and text overlay on top. When I view view the page as an HTML website everything loads correct but when I send it as an email all the elements are separated. Following is the code used:
<!DOCTYPE html>
<html lang="en">
<head... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578511",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parallel.For is only utilising the CPU 10% all the time So, I was trying speed up the my workflow by applying parallelism to my algorithm. I have a list of data, and I am given a window size that is less than the count of that data list.
My task is to apply a window on my data, and then I need to do some comparison ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why is DATEPART(weekday, GETDATE()) not working for Saturday? I have an automatic process and I don't want it to run on Saturday and on Sunday. Since I'm able to decide for whom to start the process through a WHERE condition in Microsoft SQL Server, I thought about assigning this WHERE condition:
[...]
WHERE DATEPAR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578516",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Postgres reindex index concurrently not finishing I have a strange behavior on my postgres server version 13.
The index is very small. When I run:
reindex index my_index_name;
It is very fast. But when I try
reindex index concurrently my_index_name;
It won't finish. It runs for days. There are not lock on the serv... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578517",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Incorrect AWS S3 Content-type Trying to resolve an issue with files not uploading correctly in AWS S3. When loading, the system determines the wrong data type, and issues the octet -stream option instead of the correct Content-Type
Can I edit all entries in a bucket using the API to set the correct Content-Type : im... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I create a database on Netbeans IDE 15? I tried creating a database on Netbeans by using MySQL but it shows "Connection failed". I have no idea why it is not working.
Here is a screenshot of the connection failure:
I tried downloading different versions of MySQL but that didn't work either. I have followed ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578519",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How insert data in to multiple tables with one to one relationship in Entity Framework 6 I have two tables with the details as shown here, which have a one-to-one relationship with one another.
public partial class Concept : AuditableWithBaseEntity<decimal>
{
public string Code { get; set; }
public decimal C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578526",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django-rest-framework IF statement in post method is not executing (I will provide full code at the bottom)
I am trying to create an API view with django rest framework. I wanted to create a login API so I was first testing out on how to check if a data exists in a field in the database. Here are the "fields = value... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why at the moment of sorting the object vector the counter of created objects of the class is increased by an additional 2? There is a HasPtr class:
class HasPtr
{
friend void swap(HasPtr&, HasPtr&);
public:
HasPtr(const std::string& s = std::string())
: ps(new std::string(s)), i(0), use(new std::siz... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578535",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Listener in blocConsumer not calling I have created a login page. When sign in, I need to have a overlay loading on login screen. But the problem is the loading icon is not displaying. The listener in LoadingOverlay is not calling as the overlay loading is not showing.
log_in.dart
@override
Widget build(Buil... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578538",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Connecting Error of Current measurement block to Controlled Current Source In Simulink ; Simscape I'm doing a simulation related to Mathworks Simulink Aircraft Electrical Power System Model.
https://kr.mathworks.com/help/sps/ug/aircraft-electrical-power-generation-and-distribution.html
Below is the normal model part... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to push Docker image to Gitlab group Container Registry I have created a light-weight Node.js Docker image (my-node-image) that I want to be able to push and use on different projects, all hosted on Gitlab. In order to achieve that, I wanted to publish the image to the Container Registry of my group (my-group... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578543",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Running dotnet isolated in debug mode I have created an Azure function V4 on .NET6 running in dotnet-isolated mode.
When i start the function using the regular run configuration it starts up fine.
When i then attach the debugger manually i can succesfully debug the function.
However when i start the function using t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578545",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I fix this forward engineering error? I try to create a food dairy database with forward engineer. MySQL workbench shows me this error
Can someone please help how can i solve this problem?
Im a beginner in sql, and i'm doing my first database. I have no idea what to do.
A: Welcome to Stackoverflow. Please d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578546",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to write a merge statement into function snowflake I am actually new to snowflake.
I am trying to create a task in which it calls a function.
but I am not able to create a function with merge statement in it.
I tried to do the below
create or replace function fx_01()
returns null
as
$$
Merge into tb1
using tb2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578547",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Give element in vector access to other elements For context, I am creating a simple game engine.
My game objects are all stored in a vector and every frame each object is iterated over and updated.
The problem with this is that occasionally an object needs to have access to the data of other objects in the vector, I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578548",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OpenStack Designate failed to create zones when configuring multiple pools I'm having a problem with OpenStack Designate. When I configure multiple pools and create zone with default pool, zone creation and record creation is successful. But when I go to the zone and record to the other pool, I get an error. Current... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: updating fields matching condition under not nice path I need very often update conditionally some fields in subtree to which leads ugly path. I kinda can solve it, but it's very ugly solution, I'd like to know if there is smth better.
Sample input:
{
"very": {
"un-fortunate": {
"p-a-t-h": {
"fir... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578551",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: pandas: add a grouping variable to clusters of rows that meet a criteria 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, Fa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578556",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Redis Enterprise for GCP - how to monitor the bandwidth of the underlay server? I'm wondering if there is any solution which is allowing us to monitor the bandwidth of the underlaying server for Redis Enterprise in GCP?
I checked the public docs but there is no information about it. Is there any other possible way?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75578560",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hibernate use subclass of data class entity I have an entity like this:
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Entity
public class EBase {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "e_id", nullable = false)
private Integer id;
@Column(name = "name")
protected String nam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578561",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Uncaught Error: Configuration must contain `projectId` I am connecting the sanity backend to my reactjs front-end project, I have my projectId and token in the client.js file but I still get this error: Error: Configuration must contain projected
import sanityClient from '@sanity/client';
import imageUrlBuilder from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578563",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular - emitted function event doesn't get through to parent component Here is the child component
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'detail-component',
templateUrl: './detail.component.html',
styleUrls: ['./detail.component.css'],
})
export class DetailComponent exte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578564",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to change the modal popup content based on array of object length using javaScript? I have array of object data like below,
let loginMessages = [{ NotificationID: 123, NotificationName: "first Message", NotificationDesc: "First Message", ValidFrom: "2019-09-25T00:00:00", ValidTo: "2019-10-03T00:00:00" },
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578565",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: adb android device unauthorized defective screen I own Galaxy A52 And my screen just stopped working meaning I can't see or touch anything. I'm trying to unlock my phone through my laptop. I just downloaded android platform-tools and installed Samsung Android USB Driver for Windows v1.7.59 followed this guide https:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578566",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter ESC-POS Utils Encode Turkish Characters(Invalid Character Problem) I am developing a mobile app and that app prints invoices from bluetooth printer. So I imported "esc_pos_utils" and "bluetooth_thermal_printer" packages into pubspec.yaml file.
App can print invoices from printer with some Turkish characters ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578567",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Select an S3 file by wildcard I am trying to select a file I have in an S3 bucket. I know exactly where the file is located, but the file name is a uuid that I don't know (e.g. s3://bucket/file_path/file_uuid.json). The file is the only one in that directory, so ideally I want to select file_path/*.json, however thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578570",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to solve "Error: MySQL shutdown unexpectedly." I was two weeks not at work and get this error message, when I want to start MYSQL with the XAMPP control panel. I have changed nothing. Here is the log-file:
2023-02-27 9:53:44 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-02-27 9:5... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578574",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Not able to register a C++ executable We have a C++ executable that is built in the release configuration.
As a project requirement before running the same, it first needs to be registered using /RegServer option.
And doing so, it fails and throws this application error:
'The application was unable to start correctl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578580",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I use a pre-trained ViT transformer model with the detectron2.modelling.ViT() function for object detection in Detectron2 along with configs? How can I use a pre-trained ViT transformer model with the detectron2.modelling.ViT() function for object detection in Detectron2? Specifically, how can I integrate it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578581",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why camel-case fields are not recognized by API? I have defined my request class like:
@Data
@AllArgsConstructor
@NoArgsConstructor
public class SampleRequest {
@NotBlank
private String firstName;
private String middleName;
@NotBlank
private String lastName;
}
Controller as:
@PostMapp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578582",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the underlying mechanism of C compiler when comapring an char(signed) to an unsigned char? #include <stdio.h>
int main()
{
char c = -65;
unsigned char uc = 191, uc2 = c;
printf("%d %d", uc == c, uc2);
}
expecting 1, because uc is '10111111' and c is '10111111',
actual result is 0
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75578583",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Change a text in my website footer (typo3) So i have a landing page on my website. That landing page uses a template that was created not by me. On that site there is a footer with some text i need to delete. How do i do it? I cant find that text anywhere in the backend.
I even tried to use myphpadmin ad just search... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578587",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Fail to start puppeter I have installed every dependencie using npm i but still i am seeing this error
i expected it to show a qr code . but it is showing this error
C:\Users\Maaz\Desktop\Development\whatsapp-chatgpt\node_modules\whatsapp-web.js\node_modules\puppeteer\lib\cjs\puppeteer\node\Launcher.js:105
throw new... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578590",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating an Image annotation tool in vue 3 I'm trying to create a web app that allows users to annotate on images as well as on videos (future scope). I was using fabric.js package. I was also trying to draw with SVG, Now I want to add labels to each annotation. Also want to see them as layers, I'm willing to start ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flushbar not displaying error messages in Flutter I was following this Flutter Course on YouTube, the person writes exact same code, but he gets to see the error message on screen (front-end) through FlushBar, but when I do the same thing, I only receive the same error, but not through FlushBar (front-end), I only r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578594",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to convert JMeter results TimeStamp from scientific notation to valid Date time format I executed a smoke test on 23/02/2023 at 12:27:00. I get the the results in Excel .CSV file with columns like TimeStamp, elasped, Response Message and etc. I am trying to convert this timestamp from exponential notation (1.677... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578596",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Convert decimal to minutes and seconds using DAX I have a column that consist values in seconds, I would like to create a visual which displays minutes and seconds. How do I create a measure that shows the decimal in proper seconds.
Or is it better to do this with M language in Power Query?
A: Use this calculated ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578599",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I view/read imported excel files (local files) with multiple sheets on web page in Angular? I have done part of codes which can view just single page of excel file. But I want to view all sheets included in the file one after another. I am struggling to resolve the issue.
I have attached my code snippet. I w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578600",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check duplication in set with python I want to set ships like in image using pygame.
Now I'm trying to avoid duplication of ships.
I want my code to start from top of while-loop when it found a duplication in set(ai_ships).
This code sometimes updates set(ai_ships) with positions = [].
How can I fix this?
If ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578603",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is there a way to extract ringtones and notifications sounds from a nokia 3.1 (smartphone nokia with android 10)? I want to get the notification sounds from my old Nokia 3.1, but I can't seem to be able to.
I have already tried accessing the Ringtones folder with the Google Files app and File Explorer on my PC, but ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578604",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I dropped the colunm case id however a value from the column is still present in my data set am trying to fit a decision tree model
it told me could not convert string to float: 'EZYV3723' which should have been dropped when i dropped the column its present in earlier on
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75578605",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Google Maps Reviews Integration How to configure our project on google console to grant accesss on our business profile to use the API to get reviews and reply on it.
After I created the project, I enabled Google My Business API Library and other libraries that were required from the documentation. Then, I created O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578607",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Failed to set value 'copy' for option 'c': Option not found -- MobileFFprobe Im working on a Video Converter iOS app. I am trying to get duration of a video , which have no duration info in it.
So I am trying to retrieve the duration by executing this command -
NSArray *command = [NSArray arrayWithObjects: @"-i", fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578611",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C++/Qt HTML Table over multible sites I have a Problem but no idea how I can solve them.
I have a HTML table saved in a QString in Qt. In this QString could also be another HTML elements except table. Ich write this string in my QTextDocument like doc->setHTML(htmlString)
Now I would like to reprint the headlines of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578612",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Date format on the UI with react and how to solve it when I run the app in UI I see two input one is "from" and one is "to" and the type is date. and the default value in the backend is "2016-01-01 00:00:00,2022-04-15 23:59:59", but it is a dynamic value. but I receive this error:
enter image description here and If... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578614",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using redux persist to create shopping cart not returning state.cart in createSlice i am trying to build a shopping cart using Redux/toolkit and persist-redux library.
first note: when iam not using redux-persist, everything works!
here i create a slice:
import { createSlice, current } from "@reduxjs/toolkit";
const... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578617",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to use filter and regexmatch to match data in google sheets
so I want to match whether the data in column A contains data in column filter (B) then if yes it will produce values like those in column C but when I tried I am stuck with my formula as it is in column D
A: You may try:
=index(if(len(A2:A),ifna(re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578620",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Render :edit not working as expected with turbo frame I am developing a 2-step booking form using turbo-rails in order to use Ajax and update only the necessary page components.
I am using 2 models, BookingDate and Booking. BookingDate contains the start and end DateTimes. Booking contains the BookingDate and the ot... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578624",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I connect to a device putting out UDP packets in Python? I have a LIDAR device connected to my home PC. The LIDAR has an IP of 192.168.1.201. I have configured it to give its data out on port 2368. My PC has an IP of 192.168.1.202.
I have confirmed on wireshark that there are indeed UDP packets on the netw... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578630",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: StateT monad inside Handler in purescript-express I want to persist some data in StateT monad,
Within Handler of the post(any http method) function I want to modify the data stored in state... but the issue is I can't use State inside Handler...
newtype HandlerM a = HandlerM (Request -> Response -> Effect Unit -> A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578633",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i want to use asgi2 version application in python Most applications in Python are using ASGI version 3.
For example, in django, asgi supports asgi version 3. How can I use asgi2 version?
Even if it's not django
Are there any applications that use asgi2, and if so, which ones?
A: i solve this problem.
In Django, it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: QT6 function overloading - QList redefinition of QVector I have an compilation error "error: redefinition of 'from_json'" with that code:
#include <QVector>
#include <QList>
#include <QDebug>
template<typename OwnType> void from_json(QVector<OwnType> &p)
{
qDebug() << "QVector";
}
template<typename OwnType> vo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578636",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I accept all inserted highlights WITHOUT accepting other formatting changes? (Word VBA) I'm struggling to find a way to accept all highlights inserted in a document with tracked changes on, without accepting all other formatting changes (primarily italics). Is there any way to do this?
Currently, my macro is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Omnisharp server does not start with vs-code in a virtual workspace I have already posted the question on github Issue, but unfortunately did not receive an answer.
I would like to use Omnisharp with VS-Code to enable intellisense in a virtual workspace (files are loaded via web requests). However, the Omnisharp ser... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578639",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to retain lazy instance in cross ref objects Given two classes which reference each other and one of the refs is weak, how do I retain it when initialising locally? This is the structure of the code:
class Generator {
weak var machine: Machine!
public init(for machine: Machine) {
self.machin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75578640",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |