text string | meta dict |
|---|---|
Q: Wordpress JQuery get custom post type data not working I have a custom post type where some posts contains laptop model data, I have loaded every post title and id in a select on the front end, on the change I want to retrieve the custom post type data.
Here is the wordpress hook function:
function webdev_fetch_lapt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Garuda(arch based)Linux keyring issue while installing/updating anything I am getting this error when trying to install any app or updating garuda linux
warning: Public keyring not found; have you run 'pacman-key --init'? downloading required keys... error: keyring is not writable error: keyring is not writable erro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "an unexpected error occurred on a send" on v2ray client I have set up a server on Doprax to run a v2ray-fork from github. I connected my cloudflare worker to it for host and SNI. I made a Vmess server and it was working just fine for about 20 days. It suddenly stopped working and the message on V2ray (windows 11) i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611924",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the selected values from a checkbox reactjs I have a number string values of array. I am about to retrieve the list of selected checkbox dynamically.
const arr = ['1', '2', '3', '4'];
function App() {
// holds the list of items selected by the user when a form is submitted
const [selected, setSe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611925",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to make text appear over blurred background I'm making the hero section for a homepage. What I want to do is apply a blur effect to the background image with the text over it, however, whenever I display the code with a live server the blur effect occurs over the text no matter how much I mess with the z-index o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: select from stored procedure ALTER PROCEDURE [GovAccount].[spgovschoolRecordsAllReport]
@ItemYear int = Null,
@ItemMonth int = Null,
@state bit=Null,
@BudgType char(1) = C
AS
begin
if object_id('tempdb..#Result') is not null
drop table #Result
CREATE TABLE #Result
(FormT char(1)
,NLEV1 c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611927",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I assign data-attributes to elements inside an array that allows me to remove them from both the array and the DOM? I'm trying to create a library app that will allow you to add books and remove books with the use of an onclick button. When I create the book it is assigned a dataset.number corresponding to th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611928",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issue with sending message to Slack when cell automatically update I am new to coding and app script. I am trying to send a message to Slack when the cell is updated, in this can I want the message to send to slack when the checkbox value changes.
I am not sure if I can change the var availability to something else ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611929",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I avoid auto adding slash to an express route? I have already searched for a solution, but unfortunately none of them worked. Maybe you can help me.
I am programming a plugin based webserver with Node.JS and Express. The main webserver code looks like this:
In this part all plugins are initialized and all ro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to manage Azure Key Vault with secrets without values in ARM template? So I wanna create an Azure Key Vault to manage and version my secrets, all in one place. I use arm templates to deploy all my resources and have written one one as such:
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-0... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Microsoft SQL server studio Import wizard not popping up I have recently downloaded microsoft SQL server since downloading the app the import wizard wont pop up as I try to upload excel documents. but however when I click on flat file it pops up and receive this when it has to upload the file(see attachment). pleas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611941",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to pass password in powershell for psql db connection? I have tried using PGPASSWORD = password psql -h host -d dbname -U username but it didn't worked is there any way to set password automatically in powershell ??
PGPASSWORD = password psql -h host -d dbname -U username
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611945",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Change color of error log in terminal Ubuntu Normally, any error logged to stdout is in red color. How can I change it to another color, green for example?
I'm working on Ubuntu LTS 22.04.1 with zsh terminal. I want to change color in both default terminal and PyCharm/GoLand integrated terminal.
Edit1: I found that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Access denied error for Attaching debugger to process - Intellij I try to attach Intellij debugger to running windwows service built in golang (running on the same machine). I am able to select the process from the list of available processes (Run -> Attach to process)
But it comes back with an error:
C:\Users\XPS\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why does PyTorch's max pooling layer store input tensors? I made a simple model like below. It seems weird but it has one convolutional layer and two maxpooling layer.
class simple_model(nn.Module):
def __init__(self):
super(simple_model, self).__init__()
self.maxpool2D = nn.MaxPool2d(kernel_s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611948",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to copy Asset folder content into internal storage in Xamarin.Android? I need to copy the content in a folder located in Assets in my Xamarin.Android project. There are more than 10 files in my Content folder and I need to create a folder called Models in my application's data folder and copy the content into it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611950",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter Path select from shell (process_run package) I tried to go to a path using shell with process_run package
` void GoToPath() async {
await shell.run('''
cd "C:/Users/aniss/Desktop/Test Location"
''');
}`
But this is not giving me the path access and I'm stucking in the root path
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to handle multipart/x-mixed-replace; boundary=ngpboundaryresponse from camera stream route for display on front-end? I have a code that authenticates a certain route and obtains the request result to display on the front-end. So far, I have only worked with single images, but now I am trying to transmit a data s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611952",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parse error: syntax error, unexpected end of file problem i keep getting Parse error: syntax error, unexpected end of file
i want to show attandance in accordance with the student. but i think there is no open bracket or > in the code. Can someone help me to look where is the problem in the code.
print.php
<?php
i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611953",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: RTCPeerConnection is not defined in Nextjs I want to use the React context API to pass an instance of RTCPeerConnection to my React Component tree. I am aware of the Nextjs SSR feature, which renders the component first on the server side. I saw in many solutions to this problem that I could use next/dynamic imports... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611956",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Join Tensorflow Sequential layers I want to join two sequential layers in Tensorflow in the below mentioned manner.
Suppose, my first model (model 1) is the below:
from tensorflow.keras import layers, models, Sequential
from tensorflow.keras.layers import concatenate, Add, Dense
models.Sequential([
laye... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: how to make the difference show on the selected tr I want my code to show the difference on selected tr in Balance Qty and if the value of the Balance Qty is 0 the tr will be disabled else append 1 below selected tr and until the balance qty is 0. how do i fix the difference, i want each tr computed and disabled the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: In an object, is that possible to extract the variable name of property value as string? As per the title, for example, assume there is a magical function (magicalFunc()) that can achieve this:
const myLovelyArray= [3,1,5,10]
const myObject = {property1 :myLovelyArray}
console.log( magicalFunc(myObject.property1) ) ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Ipad 7th generation and IpadAir monitor the keyboard notification, press the keyboard to pop up and disappear when the method is not correct I have monitored the method of keyboard appearing and disappearing, but the keyboardWillBeHiden method is not used in the above two models, and other devices have no problem
No... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: include a file in an sql query I have a code block:
$sql = "INSERT INTO customers (name, email, number, address) VALUE ('$name', '$email', '$number', '$address')";
Now I want to take the content of the two brackets and put it into two separate files, where a user can append new content.
I have tried to include like... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611963",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Caddyfile with multiple Single Page Applications Let's say I have following file structure:
- Caddyfile
- files
- app1
- index.html
- app2
- index.html
- app3
- index.html
Where app1, app2 and app3 are Single Page Applications with clientside routing. I am using Caddy v2. I want to route /app1/* t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611964",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Next.js - Hydration error | if I try to use interactive buttons before website is loaded (yarn dev | npm run dev) I get this error -
if I try to use any buttons while website is still loading
like this. How can I fix that? or the error will go away when I run website not in dev mode?
I didn't try anything yet..
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android- Jacoco - combined report for both test and androidTest could not be generated In my current project, I have written local test and espresso test and I am trying to generate common code coverage report. I've added jacoco (com.hiya.jacoco-android) and executed a task that produces two separate reports instead... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FSCalendar range selection - Swift Now i have the code working properly for the range selection but for the range selection i need only the start and end dates were highlighted with background colour , in between dates should be shaded something like layer , so i need to use the FSCalanderCell for that , i don't kno... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CompletableFuture - Aggregating many results from a list for a Saga Fan-Out Pattern? I'm trying to model a fan-out saga pattern in a Java 11 spring component. The goal is to use the java concurrency classes to track the aggregate result status for many requests which are tracked in a list. The aim is then to take an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get component state from child component inside Parent and do conditional rendering I have a parent component like this,
import React from "react";
import ChildComponent from "./ChildComponent.js";
import { FaCoffee, FaCrosshairs } from "react-icons/fa";
class ParentComponent extends React.Component {
constructor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611972",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use the result of a fetch call in a for loop of fetch calls in JS? I am making a nearby search fetch call to the google maps API for a list of locations based on a user's input. The response does not include several pieces of basic information like a phone number or a link to the location's website. It does, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611973",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: create custom audit table using django-auditlog library So in our project we are already using auditlog library for auditing in silo project. A new requirement has came up where i have store audit of some tables in a different table than created by this library. I am not able to do so. I have tried multiple things b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611974",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: tensorflow_transform installation failure on Mac M2 Question
Please advise possible causes and solutions or workarounds.
According to Can't install due to dependency on numpy #289, Python 3.9 is supported and there is no limitation for Mac OS on M2 Apple silicon in TensorFlow Transform github.
Problem
$ OPENBLAS="$(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How take id from .exclude(id=id) Learning Django with tutorial. On the page "Product" is displayed rating for this product. There are also Related Products and I can't understand the logic to show the rating of each Related Products.
product-detail.html
{% extends 'base.html' %}
{% load static %}
{% block content %}... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611983",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In app purchase via sandbox in iOS app , will it need to be removed This is my first attempt at using In App Purchase so I added a sandbox account and can test in app purchase options, now I want to submit the app, do I need to remove the sandbox settings etc in appstore connect , or there is nothing else I need to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611986",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error Failed to load PDF document. when generating html to pdf (Blob, pdf, xls) in React.js I am trying to generate an html file (from backend) to pdf,xls and download it, xls file works fine but pdf file gives an error like (Error Failed to load PDF document.). I've tried some libraries like
base64js
js-file-downl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611988",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Unable to get proper response of endpoints in restful-web services My Rest Application is UP and RUNNING Without any error but still not getting correct output
the same project is working fine in mac book but not working in windows please help me to resolve it
package com.example.demo;
import org.springframework.bo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611989",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: #numpy "RuntimeError: Broken toolchain: cannot link a simple C++ program. note: A compiler with support for C++11 language features is required" I'm encountering "RuntimeError: Broken toolchain: cannot link a simple C++ program. note: A compiler with support for C++11 language features is required"
Tried building fr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: mysql set @ command I need to understand what this statement do in MySQL:
set @input:=3;
Fetch employees with 2nd or 3rd highest salary
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611991",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to fix his issue with mraid Please, I am having all the time 404 error with end with mraid.js
Theses URL, with 404 exist, but they appear with mraid.js at the end, as 404 error.
What is missing?
Thanks
What is missing?
I don't know what to do
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611992",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting temporary error on sudo apt update I have recently installed wsl on my windows 10 OS, Ubuntu 18.04 distro.
I tried sudo apt update and I am getting temporary error. I have tried everything available on internet but nothing has resolved the error.
error ss
My Windows version is 22H2, and OS build is 19045.260... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611994",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to specify to pip the #! line for any installed executable scripts? If I have a python package that contains an executable script and setup.py mentions it in its scripts field, it gets installed into the bin directory.
When it does that, however, it rewrites any #! line in that script to point to the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611996",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to return exception details using ExceptionFilterAttribute I've a need to write exception filter for couple of controllers in .NET 6 and for that i've written below and when i do a postman i always get Error: Aborted which is weird
Code:
public class TestFilterAttribute : ExceptionFilterAttribute
{
public... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Creating nested look on Vnet and snet through parameter file breaks bicep code: text document cod action failed Creating a nested loop with vnet module and subnet resource loop generates endless VS error
Message: Internal Error - System.InsufficientExecutionStackException: Insufficient stack to continue executing th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hermes Engine Error while using with react native Ble Im doing an IOT project with react native, the latest version of react native that i use have Hermes engine support. And the react native ble library im using is react-native-ble-plx.
When i instantiated BleManager from react-native-ble-plx, i keeps on receving t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611999",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reference variables from azure devops pipeline in synapse artifacts I am trying to reference variable values defined in pipeline, variable group or from build.yaml file into pipeline repo synapse artifacts such as linked services, datasets and triggers using the dot notation in file transform of my yaml file but all... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612004",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to have list of groupboxes move up and down in the form form
I have a list of groupboxes in the name of Chapter 1,2,3... along with buttons up and down(like in the image).
If the user wants to move a chapter3(groupbox) in 1st place, they can move it with the up button in that group.
I tried using pane... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612006",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Matplotlib inline animation stops on chrome I've been using matplotlib animation figures for a long time, however, it stops working after moving the chrome window to another monitor. It simply erase all figures.
Second, after a while i'm away from computer -mostly after work hours- then, it stops updating but runnin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular 14 (Excel) File Download, Returning 502 (Bad Gateway) I have an app, that uses a standalone service for the back-end (Springboot) and a standalone front end app (Angular 14).
I'm making a request from the front end, to the back end. The back-end generates an excel file (XSSFWorkbook) and sends it back to the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612008",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to align the left node properly in this BST? I have the following code for a Binary Search Tree:
#include <iostream>
#include <iomanip>
using namespace std;
struct Node {
int data;
Node* left;
Node* right;
Node(int val) {
data = val;
left = nullptr;
right = nullptr;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612011",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: resource style/launch couldn't find in flutter I can't start my application after adding speech to text in vs code.
C:\Users\Sithuli Disanya\Desktop\mate\build\app\intermediates\packaged_manifests\debug\AndroidManifest.xml:30: error: resource style/Launch (aka com.example.mate:style/Launch) not found.
erro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612012",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Explain mapping IP addresses I have project that I want to host on local server and I encountered with strange thing .
I have my back-end part running on 8080 port and front-end on 3000 port , and I was playing around with hosting separately back-end and front-end. And here is the thing that I don`t understand :
Whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612013",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Scrapy spider crawl 0 page from Books to scrape website I have a basic and straightforward Scrapy spider to crawlhttps://books.toscrape.com/.
No parse function has been implemented yet, and I want to see if the spider can crawl the website.
from scrapy.spiders import CrawlSpider, Rule
from scrapy.linkextractors impo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pandas - create customer movement matrix I have a dataframe that looks like below
customer_id,month,Group,category,days_ago
A1,Jan,Premium,saf,13
A1,Jan,Premium,ewf,54
A2,Jan,Lost,ds,32
A3,Jan,Lost,dfs,78
A4,Jan,Lost,sdfg,94
A5,Jan,Loyal,sa,14
A6,Jan,Need Attention,ewf,13
A1,Mar,Premium,efWCC,78
A2,Mar,Need Attenti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Victory Chart - How to create data gap in react native using Victory chart? I have a data set with the structure
{"Text": "18.52", "Timestamp": 1677662169, "date": 2023-03-01T09:16:09.000Z, "max": 18.55, "min": 18.49, "y": 18.52}
I want to display the blank data gap when there is no value, to show the device disco... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Cannot use MapStruct in Unit Test for a service method I write unit test for testing mappings and it works without any problem. However, when I try to test a service method that makes mapping via MapperStruct, the mapper instance throws "Null pointer exception". Here is the approach I am following (before that, I ha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Test for displaying a list of items using Fluent UI DetailsList control in React/TypeScript I have the following code to display a list of items using Fluent UI DetailsList control in React/TypeScript.
function App() {
const [jobs, setJobs] = useState([]);
useEffect(() => {
fetch('<api>')
.then(respo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612024",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: getting error on redis connection with xampp cakephp 2.5 in macos m1 system Fatal error: Uncaught exception 'CacheException' with message 'Cache engine cake_core is not properly configured.' in /Applications/XAMPP/xamppfiles/htdocs/...Repo folder...../src_code/lib/Cake/Cache/Cache.php:181
Stack trace:
#0 /Applicatio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Maps Image Alignment Issue using Ground Overlay We are using the ground overlay of Google Maps API in react-js to place image over it. Image is getting placed successfully, however facing a weird issue in that. Image is not aligned properly to the borders of the area.
I tried to put the same image in google e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Expected Method ShortHand EsLint When I used onClick function as mentioned below EsLint error occurs Expected method shorthand object-shorthand.
onClick: function (c, i) {
e = i[0]
console.log(e._index)
const x_value = this.data.labels[e._index]
const y_value = this.data.datasets[0].data[e._index]
conso... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612029",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PSQL =ANY works but in condition giving error when sending dynamic array from nodejs I am sending a dynamic array from nodejs to Postgres. The =ANY clause works but IN clause gives and error. Can anyone help why this is happening and what is the best way to do this.
This code is working fine
let arr = ['a','b','c',... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612030",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I create this shape Using Python? I need to create this shape using loops in Python:
Tried the following code:
print("_________")
for i in range(1,10):
print("" * (10- i), "*"*i,"*","*i")
And it results in:
A: Python code to demonstrate star pattern
Function to demonstrate printing pattern triangle
d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612033",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Annotation in django is being evaluated twice on using a filter later on by using F objects I am using the following query for a filter operation after annotation
MyModel.objets.filter(<some_condition>).annotate(f=Coalesce(Sum("field"),0).filter(some_field__gt=F("field"))
After printing the raw query I saw it is us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612041",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure B2C Custom Policy - Email Verification using Azure AD SSPR Technical Profile fails to show Verify/Send buttons also the text box I am using custom policy for the email verification and it's used with Azure AD SSPR technical profile and Self asserted technical profile.
Azure AD SSPR technical profile it is used... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612042",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Facing error in django-microsoft-authentication I am facing key error, access_key no found
This is the error which I am facing
Refering this documentation
https://pypi.org/project/django-microsoft-authentication/
These are my configuration:
Settings.py
DEBUG = True
INSTALLED_APPS = [
...
'microsoft_authenti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Subset a data frame and then apply a mathematical question to each subset in a for loop in R I've been struggling to write a for loop for this specific purpose, and i have quite a large data set so I'd like to learn how to do this in a for loop because the alternative is doing it manually.
To spare you the details a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Facing type issue when passing array as an argument to function in react typescript I am facing some type issue along when passing array as an argument to function in react typescript. How to assign type for an array while passing as argument in function ?
I am using ramda package to perform some operation here.
Her... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612051",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nginx cache with PUT method is not working Nginx Cache is not working for PUT method in both Docker file nginx or LINUx cent os
we are getting below error
nginx: [emerg] invalid value "PUT" in
below is the nginx.conf file
events {
worker_connections 1024;
}
http {
default_type text/html;
sendfile ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Overriding default functionalities of rails_admin gem throws exception before execution of callbacks We have defined config/initializers/rails_admin_index_override.rb & config/initializers/rails_admin_edit_override.rb to override default functionalities of rails_admin gem.
But following code in rails_admin_edit_over... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When we do uniform cost search, do we need to know where the destination or goal state is? Since uniform cost search is belong to uninform/ blind search algorithm we have no heuristic details. But when we do uniform cost search we have to reach the goal state within the lowest cost path. For that we need to know whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612056",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I replace gitlab.yaml file values using Python and gitlab api's I'm looking for the best way to update the repo's gitlab.yaml values. So this is my gitlab.yaml file
gitlab_job:
stage: develop
script:
- python set_myvar.py
only:
- main
Here I want to update "main: to "develop", I'm looking for ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error copying file from Linux folder to Google cloud storage bucket I would like to copy a file from a Linux folder to a Google cloud storage bucket on Google cloud platform.
I have to do it in a Python module not by command line so gsutil does not work.
I have tried:
import gcsfs, os
os_path = os.path.join('/venv/l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular location change not working after upgrade I previously used this line of code previously in my Angular 12 application which would change the location of my application however after I have upgraded to Angular 14 it no longer changes the location but instead downloads the file
window.location.replace('url to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Latex adding spaces before quotes to fill page Whenever a new \section should start just before the end of the page, as is in this example, LaTeX tries to add gaps to fill the page and start the section at the beggining of the next page:
Is there a way to force to keep the quotes at the same spacing?
PS: Sorry the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to draw multiple data highcharts treemap with highcharts-react-official? how to draw treemap with highcharts-react-official ?
I'm trying to draw my data in the container which is wrapping my treemap, but at some reason the map doesn't show well.
this is how my treemap looks like. If the chart gets more data fro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why this error occurs ? Error: Cannot find module 'arg' while running ts-node filename.ts $ ts-node basic.ts
image
I tried npm i -g arg but still error occurs
I tried to run a typescript file using ts-node in ubuntu 22.04 and expecting the output of typescript file
A: Can you try "sudo npm i arg" inside your proje... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Video codec error Stops palying video after playing 10 to 15 videos in EXO Player I have played a lot of video's but after some time , it gives me error and did not play video,error is below
Video codec error
com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# Datetime cannot convert yyyy-MM-dd'T'HH:mm:ss.SSSZ to Datetime For a project I am creating an ASP.net Core Web API.
I created a POST endpoint for request from a Webhook (Java API)
My C# Class:
public class Data
{
[JsonPropertyName("state")]
public string? state { get; set; }
[JsonPro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: how to read a file not from the beginning nor until the end I'm very new to python, and I'm stumbling upon a quite trivial issue.
I have a file called myfile.txt that looks like this:
some lines
that
I don't really need
and that
can be skipped
START FROM THE NEXT ONE
555555555555555
555999999999999
5553333333... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612075",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Accessing a common field from Go generics with existing packages I'm trying to create a generic function that creates k8s resources (custom and built-in) using Operator SDK.
package common
import (
"context"
"reflect"
"time"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612076",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Creating a date variable based on a specified row interval How do I create an additional Date column with the following specifications:
*
*Starts at 1 January 2020
*Date increases by 1 day, every 125 rows
The actual dataset is much larger than this, so Date may cover multiple years.
RandomNumberList = np.random.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612077",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: flutter GridView with rectangular items I have a GridView which needs to stay a GridView because I fetch the items from an api, so it has infinite scrolling. the items are images, sometimes square, sometimes rectangular, but not mixed. how can one add a section under each image, when grid items are only supposed to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612078",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make font visible on an electron transparent window I have a transparent window in Electron created via.
const createWindow = () => {
const win = new BrowserWindow({
width: 800,
height: 600,
frame: false,
transparent: true,
})
win.loadFile('index.html')
All fonts ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612080",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PHP process multiple URLS at same time I would like to know if it possible to fetch multiple URLS (APIS) at same time using CURL or FILE_GET_CONTENTS?
(It's important for me to get the data at same time for comparison purposes, so both URLS requests should be sent to the API at same time).
Thanks
Shai
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75612084",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Discord.js v14 Interaction failed when clicking on button but button still works Hello I'm having some issues with a discord bot. I made a command that can start a queue for players to join to create a custom game. I ran the command in my test discord and it showed the Embed along with the Join button, however when ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612087",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Reading ZIP file from Url generates Bad Zip File error I am trying to download crypto historical data from www.data.binance.vision using python. I try to read the zip files into pandas using pd.read_csv method. This used to work a few months back but now an error pops up saying zipfile.badzipfile: file is not a zip ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Unable to post data to mongoDb atlas using router Basically when i am trying to post data using Router.post method from my express server to mongoDB atlas it is showing me **users.insertOne() buffering timed out after 10000ms **
it is taking too much time in processing and after processing showing this.
this is my C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612089",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to get count of posts created by all users in multiple custom post types using mysql query? Here my queries:
SELECT wp_users.ID,
wp_users.user_nicename,
COUNT(*) as session_count FROM wp_posts,
wp_users
WHERE wp_posts.post_type = 'session'
AND wp_posts.post_status = 'publish'
AND wp_posts.post_author = wp_users... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the IMEI in react-native Can anyone tell me how to get the IMEI number of a device using react-native?
I tried react-native-imei, but it does not appear to be working.
A: If you are using device/emulator with Android 10+ you must set necessary permissions.
See https://developer.android.com/about/versions... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612095",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Regarding error on image file uploading in form using react js for example the email will look like this:
Company Name or website: Info
Project Description: mnbvc
Estimated Budget: $50k to $75k
Image: C:\fakepath\img1.jpeg
How did you here about company?: mncx
I obviously don't want the text to show up on the e-mail... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612096",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure map image export I am facing some issues while exporting my azure map into the image. I am using their built-in plugin Map image exporter. I am not able to see markers in the map image. the plugin is generating a base64 string of images. do I miss anything?
Azure Map Image
I am expecting an image like this:
ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612097",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to marker to xAxis when showing monthly charts in hightchart vue I need to mark montly xAxis on highcharts vue
Not able to find any solution regarding to this issue
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75612101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to push form data on every form submit to the chrome.storage.sync I want to push form data as an array on every form submit request and store in chrome storage for my extension to display the data .
So I want the array to look like this
travelist = {
0: {
current: Mumbai,
destination: Delhi,
start_date: Jan 07, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: usage: ipykernel_launcher.py [-h] [--mode on emotion detection model in jupyter notebook..
usage: ipykernel_launcher.py [-h] [--mode MODE]
ipykernel_launcher.py: error: unrecognized arguments: -f /home/matrix/.local/share/jupyter/runtime/kernel-3a745f53-8761-4849-be1e-e42a0d6a8388.json
usage: ipykernel_launcher.py [... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612109",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Multiplying RBF Kernel for GPR changes behavior I wanted to do a Gaussian Process Regression to model some exemplary data. When implementing the kernel I discovered, that the result for the plotted Posterior distribution changes, when I multiply the RBF kernel by 1.0. In my understanding, this shouldn't change anyth... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612110",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automation testing is possible or not for location based application We are planning to automate our project.
It's a travel based application(Cab,Auto,Bike) like OLA, UBER, Rapido.
We have both mobile and web applications need to automate with integration. Both are dependent to other (Most of our features)
We have m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612111",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to solve webview flutter platform error on build I'm updating a flutter app that used flutter_webview_plugin to webview_flutter. I'm also using webview_flutter_platform_interface plugin.
I've changed the object of the FlutterWebviewPlugin to WebViewController.
but when I'm trying to run build I get the following... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612112",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to insert image into the Jetpack compose TextField and make it editable? Is it possible to show images in the TextFiled and make them editable so that I can insert or remove images wherever users want?
Just like the picture below:
https://i.stack.imgur.com/6X4Cv.jpg
https://i.stack.imgur.com/cI2g5.jpg
I found a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612116",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Do I need to fetch record every time I update existing Core Data Entity object or can i use @published arrays to modify data? I'm learning SwiftUI and working on a iOS app project with SwiftUI where I have used Core Data for persistent data storage. I've created a global view model and injected it into the environme... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75612119",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |